sarugaku / passa

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
ISC License
54 stars 12 forks source link

Implement fallback if sdist fails to build #49

Closed uranusjr closed 6 years ago

uranusjr commented 6 years ago

Fix #47 without using pip internals (well, except InstallRequirement). The egg-info logic is piggybacked directly after wheel-building, avoiding the duplicated download.

Close #40. This does not include the progress bar fix in #47.

techalchemy commented 6 years ago

avoiding the duplicated download.

Nice.