summaryrefslogtreecommitdiff
path: root/src/pip/_internal/wheel_builder.py
Commit message (Expand)AuthorAgeFilesLines
* Always use pep 517 when the 'wheel' package is absentStéphane Bidoul2023-03-271-10/+1
* --no-binary does not imply setup.py install anymoreStéphane Bidoul2023-03-121-21/+3
* Add maintenance commentStéphane Bidoul2022-09-181-0/+5
* Deprecate --no-binary implying setup.py installStéphane Bidoul2022-09-171-5/+5
* Rename BinaryAllowedPredicateStéphane Bidoul2022-08-121-6/+6
* Simplify should_buildStéphane Bidoul2022-08-121-7/+4
* Deprecate setup.py install fallback when wheel package is absentStéphane Bidoul2022-08-061-5/+2
* Record origin url in wheel cacheStéphane Bidoul2022-05-221-0/+6
* Require every `call_subprocess` call-site to pass `command_desc`Pradyun Gedam2022-01-251-1/+3
* Prepare legacy editable metadata in isolated envStéphane Bidoul2021-10-181-4/+2
* Add PEP 660 support (build_editable)Stéphane Bidoul2021-09-281-11/+36
* Remove direct pkg_resource usages from resolver and preparerTzu-ping Chung2021-08-231-2/+2
* Cleanup implicit string concatenationPradyun Gedam2021-08-201-2/+2
* Reformat the codebase, with blackPradyun Gedam2021-08-201-27/+31
* Move many type comments to annotationsJon Dufresne2021-08-101-47/+35
* PEP 517 build in presence of --global-option emits a warningStéphane Bidoul2021-04-041-0/+4
* PEP 517 + --build-option is now a warningStéphane Bidoul2021-04-041-1/+4
* Use f-strings for formattingAndrey Bienkowski2021-03-291-1/+1
* Typing fixesTzu-ping Chung2021-03-101-4/+6
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-10/+6
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Remove direct pkg_resources usage in wheel_builderTzu-ping Chung2021-02-041-24/+14
* Merge pull request #9320 from uranusjr/wheel-check-validPradyun Gedam2021-01-051-2/+58
|\
| * Verify built wheel contains valid metadataTzu-ping Chung2020-12-271-2/+58
* | Simplify check_binary_allowedStéphane Bidoul2020-12-311-1/+4
|/
* Update linter: isortPradyun Gedam2020-09-231-3/+1
* Quote 'setup.py install' when calling it legacyStéphane Bidoul2020-07-181-1/+1
* Add type: ignore to requirements loopDevesh Kumar Singh2020-06-251-3/+3
* Type annotations for pip._internal.wheel_builderDevesh Kumar Singh2020-06-251-6/+7
* Fix src/pip with flake8-bugbearDevesh Kumar Singh2020-06-101-5/+5
* Merge pull request #8145 from sbidoul/simplfy-should_cache-sbiPradyun Gedam2020-05-211-5/+2
|\
| * Simplify _should_cacheStéphane Bidoul2020-04-261-5/+2
* | Upgrade flake8 to 3.8.1Devesh Kumar Singh2020-05-181-1/+2
* | Clarify message when wheel is not installedStéphane Bidoul2020-05-011-1/+1
* | Do not unncessarily warn about wheel being absentStéphane Bidoul2020-05-011-8/+8
|/
* Space after commaTzu-ping Chung2020-04-171-1/+1
* Add info log when wheel building is skipped (#7768)Anudit Nagar2020-02-231-0/+4
* _should_cache does not depend on check_binary_allowedStéphane Bidoul (ACSONE)2020-01-201-15/+3
* Remove unused build() argumentStéphane Bidoul (ACSONE)2020-01-051-7/+0
* Remove WheelBuilderStéphane Bidoul (ACSONE)2020-01-051-74/+60
* Make should_build and should_cache "private"Stéphane Bidoul (ACSONE)2020-01-051-6/+6
* Clarify should_cache a bitStéphane Bidoul (ACSONE)2020-01-051-11/+7
* should_build always returns a booleanStéphane Bidoul (ACSONE)2020-01-051-3/+3
* _collect_buildset becomes _get_cache_dirStéphane Bidoul (ACSONE)2020-01-051-25/+19
* Simplify _collect_buildsetStéphane Bidoul (ACSONE)2020-01-051-9/+1
* Extend should_build scope wrt legacy requirementsStéphane Bidoul (ACSONE)2020-01-051-1/+8
* Add should_build function for wheel and install commandsStéphane Bidoul (ACSONE)2020-01-051-0/+19
* Don't unpack wheel files after building for installChris Hunt2020-01-051-23/+0
* Do not attempt setup.py clean for failed pep517 buildsStéphane Bidoul (ACSONE)2020-01-021-2/+3
* Make wheel_cache an argument of build()Stéphane Bidoul (ACSONE)2019-12-291-3/+2