Hey,
I have a project called riseup-vpn-configurator which uses python and poetry. The project is already published on AUR, but it's currently broken. The issue is: the python files are missing and are not part of the wheel package.
Checkout the PKGBUILD. To build the python project, I use python -m build --wheel --no-isolation
. This is recommended by the Arch-Wiki.
I can build it manually, then riseup_vpn_configurator/*.py files are part of the package
kmille@linbox:tmp
kmille@linbox:tmp curl -L -o riseup.tar.gz https://github.com/kmille/riseup-vpn-configurator/archive/refs/tags/v0.1.2.tar.gz