forked from pex-tool/pex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support
.egg-info
dist metadata. (pex-tool#2264)
This will allow inventorying system interpreters and venvs; which will enable strict-checking support for PEX exlucions via `--provided` as well as more general resolving from venvs (i.e.: adding a new option to the `--index`/`--find-links`, `--pex-repository` and `--lock` set of resolve repository options). The new `-d/--distributions` option is added to `pex3 interpreter inspect` to support creating the aforementioned inventories.
- Loading branch information
Showing
16 changed files
with
628 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.