summaryrefslogtreecommitdiff
path: root/setuptools/installer.py
Commit message (Collapse)AuthorAgeFilesLines
* Use new warnings in setuptools/installer.pyAnderson Bravalheri2023-03-071-12/+8
|
* Import SetuptoolsDeprecationWarning from setuptools.warningsAnderson Bravalheri2023-03-061-1/+1
|
* Centralize usage of pkg_resources from dist.py to installer.pyAnderson Bravalheri2023-01-241-12/+50
|
* Reduce scope of setup_requires deprecation to only deprecate the ↵feature/deprecate-installerJason R. Coombs2021-11-141-0/+7
| | | | installation of these requirements, but still honor setup_requires in PEP 517 installers. Fixes #2877.
* Remove support for easy_install-based downloads for fetch_build_eggs ↵Jason R. Coombs2021-01-171-45/+1
| | | | (setup_requires).
* Apply noqa C901 comments to overly complex codeSviatoslav Sydorenko2020-12-311-1/+1
|
* Simplify `setuptools.installer.fetch_build_egg`Sviatoslav Sydorenko2020-12-311-15/+8
|
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-5/+3
|
* Fix exception causes all over the codebaseRam Rachum2020-06-281-1/+1
|
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-2/+2
|
* Merge branch 'master' into fix_handling_of_find-links_in_setup.cfgJason R. Coombs2019-12-011-2/+14
|\
| * Extract function to strip the marker for concise code in the long function.Jason R. Coombs2019-12-011-5/+14
| |
| * fix possible issue with transitive build dependenciesBenoit Pierre2019-11-271-2/+5
| | | | | | | | | | Handle the case where a missing transitive build dependency is required by an extra for an already installed build dependency.
* | fix support for easy_install's find-links option in setup.cfgBenoit Pierre2019-11-261-2/+11
|/
* dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-0/+129