1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/req
Chris Hunt 3fac3d74ac Inline _make_build_dir in InstallRequirement
This untested function was only used in one place. Inlining it makes it
easier to see the symmetry between the writing of the delete marker file
in `ensure_build_location` and checking for it in
`remove_temporary_source`.
2020-01-08 20:34:28 -05:00
..
__init__.py Remove unnecessary InstallRequirement cleanup in install_given_reqs 2019-12-26 14:46:05 -05:00
constructors.py Move wheel.Wheel to models.wheel.Wheel 2019-12-02 11:52:51 +08:00
req_file.py Better document the requirements file format (#7386) 2019-11-20 12:45:21 +08:00
req_install.py Inline _make_build_dir in InstallRequirement 2020-01-08 20:34:28 -05:00
req_set.py Move wheel.Wheel to models.wheel.Wheel 2019-12-02 11:52:51 +08:00
req_tracker.py Add some useful log lines 2019-11-10 12:42:22 +05:30
req_uninstall.py Use logger to log instead of logging 2020-01-07 20:40:36 +05:30