1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/distributions
Jonathan Helmus 6ec7851bfa
use .metadata distribution info when possible
When performing `install --dry-run` and PEP 658 .metadata files are
available to guide the resolve, do not download the associated wheels.

Rather use the distribution information directly from the .metadata
files when reporting the results on the CLI and in the --report file.

- describe the new --dry-run behavior
- finalize linked requirements immediately after resolve
- introduce is_concrete
- funnel InstalledDistribution through _get_prepared_distribution() too
2023-09-02 21:50:16 -04:00
..
__init__.py use .metadata distribution info when possible 2023-09-02 21:50:16 -04:00
base.py use .metadata distribution info when possible 2023-09-02 21:50:16 -04:00
installed.py use .metadata distribution info when possible 2023-09-02 21:50:16 -04:00
sdist.py use .metadata distribution info when possible 2023-09-02 21:50:16 -04:00
wheel.py use .metadata distribution info when possible 2023-09-02 21:50:16 -04:00