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

Add setup_requires to package metadata #352

Closed
ghost opened this issue Feb 22, 2015 · 2 comments
Closed

Add setup_requires to package metadata #352

ghost opened this issue Feb 22, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 22, 2015

Originally reported by: RonnyPfannschmidt (Bitbucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)


The setup_requires spec in setup.py should be saved to the package metadata for inspection without requiring network access.


@ghost
Copy link
Author

ghost commented Mar 15, 2015

Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):


In Pull Request 119 and Pull Request 106, @richardipsum has contributed a patch to add the setup_requires specs to the metadata. However, due to #315 and #356, the feature was backed out. It seems that it will be impossible to add any new metadata features until setuptools earlier than 10.x is widely available.

If you can suggest a way to work around this upgrade problem, I'd like to release this functionality (and also free Setuptools from being unable to add features such as this one).

@pganssle pganssle added Needs Triage Issues that need to be evaluated for severity and status. Needs Investigation Issues which are likely in scope but need investigation to figure out the cause and removed Needs Triage Issues that need to be evaluated for severity and status. labels Oct 19, 2018
@jaraco
Copy link
Member

jaraco commented Oct 22, 2021

setup_requires is deprecated (#2823), replaced by PEP 518 build-system.requires. Also the blocking constraints above no longer apply.

@jaraco jaraco closed this as completed Oct 22, 2021
@jaraco jaraco added obsolete wontfix and removed Needs Investigation Issues which are likely in scope but need investigation to figure out the cause labels Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants