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

Tighten requirements parsing. #1170

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jan 12, 2021

In order to fix #899, we need to map local project requirements to built
wheels after the fact in order to learn the project name and version and
thus the full requirement needed for PexInfo metadata. In order to do
this with confidence, break up the ReqInfo type into three seperate
types to cover the three main parse cases.

In order to fix pex-tool#899, we need to map local project requirements to built
wheels after the fact in order to learn the project name and version and
thus the full requirement needed for PexInfo metadata. In order to do
this with confidence, break up the ReqInfo type into three seperate
types to cover the three main parse cases.
@jsirois jsirois merged commit fd89f30 into pex-tool:master Jan 13, 2021
@jsirois jsirois deleted the issues/899/req_info_as_requirement branch January 13, 2021 01:41
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.

Top level environment markers are lost in built PEXes.
2 participants