Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade build system to PEP 517 #233

Open
SelfRef opened this issue Dec 24, 2023 · 0 comments
Open

Upgrade build system to PEP 517 #233

SelfRef opened this issue Dec 24, 2023 · 0 comments

Comments

@SelfRef
Copy link

SelfRef commented Dec 24, 2023

Hi,

I'm the maintainer of python-exscript and python-exscript-git AUR scripts which build packages of this Python library. According to Makefile this library still uses the old deprecated setup method. It would be great if you would consider upgrading the build system to standard PEP 517 because the current build is warning about deprecation:

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.
        ********************************************************************************

!!

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant