summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Consider this a breaking change.feature/local-distutilsJason R. Coombs2021-12-101-0/+0
|
* Update changelog.Jason R. Coombs2021-11-181-0/+1
|
* Restore local distutils as the default.Jason R. Coombs2021-11-182-2/+2
|
* Bump version: 59.1.1 → 59.2.0v59.2.0Jason R. Coombs2021-11-184-3/+11
|
* Merge pull request #2875 from pypa/feature/local-schemesJason R. Coombs2021-11-189-77/+172
|\ | | | | Update distutils @514e9d0
| * Add changelog.Jason R. Coombs2021-11-181-0/+1
| |
| * Merge https://github.com/pypa/distutils into feature/local-schemesJason R. Coombs2021-11-185-19/+70
| |\
| | * Merge pull request #69 from pypa/feature/pkgsrc-compatJason R. Coombs2021-11-182-12/+29
| | |\ | | | | | | | | Allow pkgsrc to monkeypatch settings instead of relying on patches.
| | | * Add comments to help protect these interfaces from refactoring without ↵Jason R. Coombs2021-11-171-0/+1
| | | | | | | | | | | | | | | | consideration.
| | | * Allow overrides of _multiarch_addendum and _sysconfig_name_tmpl, supporting ↵Jason R. Coombs2021-11-132-12/+28
| | | | | | | | | | | | | | | | the patches used by pkgsrc. Fixes #16.
| | * | Merge pull request #68 from pypa/feature/debian-compatJason R. Coombs2021-11-183-8/+32
| | |\ \ | | | | | | | | | | Add hook to enable monkeypatching in Debian and unblock distutils adoption in Setuptools.
| | | * | Add comments to help protect these interfaces from refactoring without ↵Jason R. Coombs2021-11-172-0/+5
| | | |/ | | | | | | | | | | | | consideration.
| | | * Remove monkeypatch, as it was for illustration purposes only.Jason R. Coombs2021-11-131-121/+0
| | | |
| | | * Move the monkeypatch behavior to the hook target and invoke it on import.Jason R. Coombs2021-11-131-6/+4
| | | |
| | | * Add a hook on import of distutils that will allow Debian to override the ↵Jason R. Coombs2021-11-131-0/+10
| | | | | | | | | | | | | | | | default behavior. Fixes #2.
| | | * Scheme now uses 'posix'Jason R. Coombs2021-11-131-3/+3
| | | |
| | | * Create hooks and implement Debian's patches against those hooks. Fixes #2.Jason R. Coombs2021-11-133-8/+140
| | | |
| | * | Merge pull request #41 from imba-tjd/patch-1Jason R. Coombs2021-11-172-1/+13
| | |\ \ | | | |/ | | |/| Update msc_ver detection
| | | * Update test_cygwinccompiler.py谭九鼎2021-11-151-1/+1
| | | |
| | | * Update test_cygwinccompiler.py谭九鼎2021-11-151-0/+3
| | | |
| | | * Update distutils/cygwinccompiler.py谭九鼎2021-11-151-1/+1
| | | | | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
| | | * Update cygwinccompiler.py谭九鼎2021-11-151-1/+1
| | | |
| | | * Update cygwinccompiler.py谭九鼎2021-11-151-3/+3
| | | |
| | | * Update msc_ver detection谭九鼎2021-11-151-0/+9
| | |/
| | * Merge pull request #23 from pypa/feature/local-schemesJason R. Coombs2021-11-123-58/+101
| | |\ | | | | | | | | Allow sysconfig to override install schemes...
| * | \ Merge branch 'main' into feature/local-schemesfeature/local-schemesJason R. Coombs2021-11-12402-80/+69289
| |\ \ \ | | |_|/ | |/| |
| * | | Rename 'posix' to 'unix' to match sysconfig. Merge both definitions with ↵Jason R. Coombs2021-11-122-12/+20
| | | | | | | | | | | | | | | | sysconfig.
| * | | Revert "Rename 'headers' to 'include' to match sysconfig."Jason R. Coombs2021-11-121-17/+13
| | | | | | | | | | | | | | | | This reverts commit e4466cd3436c6b331fac85bd28d1fdaa658772f7.
| * | | Prefer 'posix_*' to 'unix_*'Jason R. Coombs2021-11-061-4/+4
| | | |
| * | | Copy installed_base from sysconfig.get_config_vars.Jason R. Coombs2021-11-061-2/+5
| | | |
| * | | Clean up 'invalid variable'. A KeyError already includes the quotes when ↵Jason R. Coombs2021-11-061-1/+1
| | | | | | | | | | | | | | | | rendered.
| * | | Merge branch 'main' into feature/local-schemesJason R. Coombs2021-11-0622-309/+388
| |\ \ \
| * | | | Replace shell/Perl-style variables in install schemes with format-style.Jason R. Coombs2021-11-062-47/+60
| | | | |
| * | | | Rename 'headers' to 'include' to match sysconfig.Jason R. Coombs2021-11-061-13/+17
| | | | |
| * | | | Prefer contextlib.suppress to except/passJason R. Coombs2021-11-061-3/+2
| | | | |
| * | | | Prefer public APIs for sysconfig schemes.Jason R. Coombs2021-11-061-1/+5
| | | | |
| * | | | Replace instance method with global function.Jason R. Coombs2021-09-211-16/+17
| | | | |
| * | | | Remove special casing for Debian. Instead, Debian should make sure the ↵Jason R. Coombs2021-09-211-16/+1
| | | | | | | | | | | | | | | | | | | | schemes are updated in sysconfig.
| * | | | Remove 'unix_local' install scheme.Jason R. Coombs2021-09-211-19/+0
| | | | |
| * | | | In _load_schemes, actually return the schemes and avoid mutating the global ↵Jason R. Coombs2021-09-211-8/+11
| | | | | | | | | | | | | | | | | | | | state.
| * | | | Remove is_rpm_build, unneeded.Jason R. Coombs2021-09-211-5/+1
| | | | |
| * | | | Only catch relevant exeptions.Jason R. Coombs2021-09-211-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Petr Viktorin <encukou@gmail.com>
| * | | | Allow sysconfig to override install schemes and provide some compatibility ↵Jason R. Coombs2021-01-231-0/+50
| | | | | | | | | | | | | | | | | | | | overrides for debian and fedora until they patch sysconfig.
* | | | | Merge pull request #2890 from icemac/patch-1Jason R. Coombs2021-11-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Reduce resource_string documentation confusion.
| * | | | | Reduce resource_string documentation confusion.Michael Howitz2021-11-161-1/+1
| | | | | | | | | | | | | | | | | | Besides the name the function returns bytes.
* | | | | | Merge pull request #2891 from hugovk/update-docs-linksJason R. Coombs2021-11-1810-18/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Docs: Update setuptools.readthedocs.io to setuptools.pypa.io
| * | | | | Fix typoHugo van Kemenade2021-11-161-1/+1
| | | | | |
| * | | | | Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-169-17/+17
|/ / / / /
* | | | | Bump version: 59.1.0 → 59.1.1v59.1.1Jason R. Coombs2021-11-154-3/+11
| | | | |
* | | | | Merge pull request #2889 from pypa/bugfix/2885-legacy-versionJason R. Coombs2021-11-156-7/+26
|\ \ \ \ \ | | | | | | | | | | | | Correct behavior under LegacyVersion when deprecation warnings are enabled.