Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new warnings in setuptools/installer.py | Anderson Bravalheri | 2023-03-07 | 1 | -12/+8 |
| | |||||
* | Import SetuptoolsDeprecationWarning from setuptools.warnings | Anderson Bravalheri | 2023-03-06 | 1 | -1/+1 |
| | |||||
* | Centralize usage of pkg_resources from dist.py to installer.py | Anderson Bravalheri | 2023-01-24 | 1 | -12/+50 |
| | |||||
* | Reduce scope of setup_requires deprecation to only deprecate the ↵feature/deprecate-installer | Jason R. Coombs | 2021-11-14 | 1 | -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. Coombs | 2021-01-17 | 1 | -45/+1 |
| | | | | (setup_requires). | ||||
* | Apply noqa C901 comments to overly complex code | Sviatoslav Sydorenko | 2020-12-31 | 1 | -1/+1 |
| | |||||
* | Simplify `setuptools.installer.fetch_build_egg` | Sviatoslav Sydorenko | 2020-12-31 | 1 | -15/+8 |
| | |||||
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -5/+3 |
| | |||||
* | Fix exception causes all over the codebase | Ram Rachum | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg | Jason R. Coombs | 2019-12-01 | 1 | -2/+14 |
|\ | |||||
| * | Extract function to strip the marker for concise code in the long function. | Jason R. Coombs | 2019-12-01 | 1 | -5/+14 |
| | | |||||
| * | fix possible issue with transitive build dependencies | Benoit Pierre | 2019-11-27 | 1 | -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.cfg | Benoit Pierre | 2019-11-26 | 1 | -2/+11 |
|/ | |||||
* | dist: re-implement `fetch_build_egg` to use pip | Benoit Pierre | 2019-11-15 | 1 | -0/+129 |