Ahoj,
you need to change the build process to move away from setup.py
and use python-wheel
together with python-build
and python-installer
. See the Arch Linux wiki on python package guidelines.
==> Starting package()...
running install
/usr/lib/python3.11/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()
Regards!
Pinned Comments
chadsr commented on 2017-11-28 19:42 (UTC)