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

accept python sdists as deps somehow #13

Open
benley opened this issue Jul 23, 2016 · 0 comments
Open

accept python sdists as deps somehow #13

benley opened this issue Jul 23, 2016 · 0 comments

Comments

@benley
Copy link
Owner

benley commented Jul 23, 2016

the eggs attribute works with eggs and wheels, but currently there is no easy way to build a distribution from a python sdist archive.

One of the simplest ways to accomplish this would be to add a find_links attribute that added paths to be searched for requirements.

What might be better is a new rule type (or macro) that converted sdists into wheels, which could then be put into a pex_library. This would result in better build caching.

@benley benley changed the title support building python sdists accept python sdists as deps somehow Jul 23, 2016
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

1 participant