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

Revendor pip #890

Merged
merged 2 commits into from
Feb 15, 2020
Merged

Revendor pip #890

merged 2 commits into from
Feb 15, 2020

Conversation

benjyw
Copy link
Collaborator

@benjyw benjyw commented Feb 14, 2020

New version is still a patched 20.0.dev0, with a new patch
to fix a performance issue.

Fixes #887

New version is still a patched 20.0.dev0, with a new patch
to fix a performance issue.

Fixes pex-tool#887.
@benjyw
Copy link
Collaborator Author

benjyw commented Feb 14, 2020

The first commit is human-edited and reviewable. The second is just the result of running tox -e vendor.

Copy link
Contributor

@cosmicexplorer cosmicexplorer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!


# We shell out to pip at buildtime to resolve and install dependencies.
# N.B.: This is pip 20.0.dev0 with a patch to support foreign download targets more fully.
yield VendorSpec.vcs('git+https://github.com/pantsbuild/pip@5eb9470c0c59#egg=pip', rewrite=False)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really cool!

@benjyw benjyw merged commit 3d8ec1f into pex-tool:master Feb 15, 2020
@benjyw benjyw deleted the revendor_pip branch February 15, 2020 16:21
Copy link
Member

@jsirois jsirois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

the pip-powered resolve in pex 2 will re-tokenize --find-links pages on each transitive requirement
4 participants