Please move away from calling setup.py
directly and instead use python -m build
and python -m installer
(together with the appropriate makedepends
), as documented in the Arch Linux wiki for python packages:
==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running install_lib
Regards and thanks for maintaining!
Pinned Comments
petronny commented on 2023-02-22 11:01 (UTC)
Prebuilt binaries of this package and its dependencies can be found in the arch4edu repository.