You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
benley
changed the title
support building python sdists
accept python sdists as deps somehow
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.
The text was updated successfully, but these errors were encountered: