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

Consider introducing a Setuptools subsystem #7576

Closed
jsirois opened this issue Apr 16, 2019 · 1 comment
Closed

Consider introducing a Setuptools subsystem #7576

jsirois opened this issue Apr 16, 2019 · 1 comment

Comments

@jsirois
Copy link
Contributor

jsirois commented Apr 16, 2019

This would at least keep the option name uniform amongst the two bits of code that independently need seyuptools for different reasons:

  • PexBuilderWrapper needs a setuptools that supports pkg_resources.declare_namespace for when it injects old-style namespace packages in pex loose sources.
  • python_native_code.py needs a seuptools that supports the setup.py of the package it is building.

This idea was spawned in review of ##7186.

@jsirois jsirois added the idea label Apr 16, 2019
@stuhood stuhood changed the title Consider introducing a Setuptools susbsystem Consider introducing a Setuptools subsystem May 2, 2019
@Eric-Arellano
Copy link
Contributor

Added for V2 setup-py support.

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

2 participants