Python pip installation was never allowed in PKGBUILD's. This package however uses pyinstaller in PKGBUILD, which should also not be done. As it bundles many other modules into a single package instead of using other pacman-installable packages as dependencies.
One should follow the Python package guidelines to create a pacman package: https://wiki.archlinux.org/title/Python_package_guidelines#Installation_methods This package has a standard pyproject.toml, so it should be built with python-build and installed to $pkgdir with python-installer. You don't have to delete this AUR package, you can adapt it to conform to the established Arch standards. On 30 July 2023 16:46:35 GMT+02:00, [email protected] wrote: >Elagoht [1] filed a deletion request for img2pdf+ [2]: > >Pip installations no longer supported So I want to distribute my >package only on PyPi and make it installable with pipx. > >So this package cannot be installed anymore. > >[1] https://aur.archlinux.org/account/Elagoht/ >[2] https://aur.archlinux.org/pkgbase/img2pdf+/
