-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Support .egg-info
dist metadata.
#2264
Conversation
This will allow inventorying system interpreters for use with both resolving from them (and venvs) and thus supporting strict support for `--provided` / `--exclude`. The new `-d/--distributions` option is added to `pex3 interpreter inspect` to support creating these inventories.
The necessary motivational background is twofold.
Today, for example, on Ubuntu 22.04, just 1 system package (
Here cowsay 5.0 is sdist-only:
|
Unfortunately, the Mac unit test errors are likely real; so this will have to wait until November to go green. The fix will likely be both hard won and utterly insignificant though; so it's safe to review this. |
Ok, sorted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
This will allow inventorying system interpreters and venvs; which will
enable strict-checking support for PEX exlucions via
--provided
aswell as more general resolving from venvs (i.e.: adding a new option to
the
--index
/--find-links
,--pex-repository
and--lock
set ofresolve repository options).
The new
-d/--distributions
option is added topex3 interpreter inspect
to support creating the aforementionedinventories.