-
Notifications
You must be signed in to change notification settings - Fork 69
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
"Features are deprecated and will be removed in a future version" #30
Comments
https://bitbucket.org/pypa/setuptools/issues/65 is the correct link. It claims Features have been removed in early 2014? Clearly I'm missing something. |
The issue is migrated to Github, where it is still open: they backed out the change after discovering the vast amount of breakage induced by dropping it. |
Thanks Tres for pinging this to the ticket - it gives me the opportunity to let this project know that its package will stop building from source in a near-future backward-incompatible Setuptools release. |
The feature was used to optionally disable C extension modules used for speed optimizations. Nowadays we can disable this extension module by setting the PURE_PYTHON environment variable. Closes #30.
…interface#30) to fix missing 'Features' feature officially removed (via pypa/setuptools#65) and pin setuptools<46.0.0
This fixes an incompatibility with current versions of setuptools [1]. The same fix was previously made in h [2] by running: ``` make upgrade-package name='zope.interface' ``` [1] zopefoundation/zope.interface#30. [2] hypothesis/h@beb140c
This fixes an incompatibility with current versions of setuptools [1]. The same fix was previously made in h [2] by running: ``` make upgrade-package name='zope.interface' ``` [1] zopefoundation/zope.interface#30. [2] hypothesis/h@beb140c
This fixes an incompatibility with current versions of setuptools [1]. The same fix was previously made in h [2] by running: ``` make upgrade-package name='zope.interface' ``` [1] zopefoundation/zope.interface#30. [2] hypothesis/h@beb140c
This fixes an incompatibility with current versions of setuptools [1]. The same fix was previously made in h [2] by running: ``` make upgrade-package name='zope.interface' ``` [1] zopefoundation/zope.interface#30. [2] hypothesis/h@beb140c
Specifically, 4.7.1 no longer works with Python 3.8, install fails. Reference issue: zopefoundation/zope.interface#30 Signed-off-by: Alfredo Deza <[email protected]>
Specifically, 4.7.1 no longer works with Python 3.8, install fails. Reference issue: zopefoundation/zope.interface#30 Signed-off-by: Alfredo Deza <[email protected]>
Building zope.interface produces these deprecation warnings from setuptools:
http://bitbucket.org/pypa/setuptools/65 is, ha ha, a 404 page.
The text was updated successfully, but these errors were encountered: