-
Notifications
You must be signed in to change notification settings - Fork 6
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
No longer compatible with setuptools>=58 #12
Comments
Thanks for reporting... this is a very old codebase and it's time to drop python2 support and create a python3 only release! Fortunately it is quite simple to do, since python3 was already the main development language, and the I will fix this issue in the 0.11.0 release. The wheels on |
I have added a patch to my Repo to keep it running: |
Hey @miccoli, I started packaging pyownet for Fedora and encountered this exact issue. |
@zdzichu sorry, I'm not ready to release 0.11.0 soon. However I tested the PEP 517 build API in 1b2e8d1 , and it seems that it is working as expected. I do not know how are the Fedora python packages are constructed, but a straightforward PEP 517 packaging strategy could be
using the build and installer python packages. If a PEP517 compliant installation is of use for Fedora, I can backport 1b2e8d1 to a new 0.10.1 release. |
Hey @miccoli, |
They dropped support for
use_2to3
in setuptools==58, package will fail to build:version: 0.10.0.post1
The text was updated successfully, but these errors were encountered: