summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Adapt test to rely on build rather than setup.pyfeature/unvendorJason R. Coombs2021-10-291-6/+3
* Simply declare the build dependencies as build dependencies.Jason R. Coombs2021-10-291-1/+0
* Merge branch 'main' into feature/unvendorJason R. Coombs2021-10-1920-64/+175
|\
| * Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...Jason R. Coombs2021-10-191-2/+3
| * Merge https://github.com/pypa/distutilsJason R. Coombs2021-10-183-20/+13
| * Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-014-3/+17
| |\
| | * Rebuilt arm executables from source on a repeatable builder (Docker image).Jason R. Coombs2021-10-012-0/+0
| | * Fix linting errorsNiyas Sait2021-09-062-1/+2
| | * use distutils.util.get_platform to find the target platformNiyas Sait2021-08-261-1/+1
| | * add win/arm64 launchersNiyas Sait2021-08-264-3/+16
| * | sdist: Accept -u/--owner and -g/--group optionsJohn Marshall2021-09-221-0/+4
| * | Merge https://github.com/pypa/distutils into distutils-02e9f65ab0Jason R. Coombs2021-09-216-17/+46
| * | Merge pull request #2785 from hugovk/replace-configparser-deprecationsJason R. Coombs2021-09-121-1/+1
| |\ \
| | * | configparser: replace deprecated readfp with read_fileHugo van Kemenade2021-09-121-1/+1
| * | | Deprecate bdist_rpmHugo van Kemenade2021-09-092-0/+36
| |/ /
| * | Merge branch 'main' into mrs/edit_config-case-sensitiveJason R. Coombs2021-09-083-5/+8
| |\ \
| | * | Retain case in setup.cfg during sdist. Fixes #2773.Jason R. Coombs2021-09-081-0/+1
| | * | Add test capturing missed expectation. Ref #2773.Jason R. Coombs2021-09-081-0/+8
| | * | Rename to 'ignore_unless_false'.Jason R. Coombs2021-09-071-3/+3
| | * | Make warning a DistDeprecationWarningJason R. Coombs2021-09-071-1/+1
| | * | Do not error if use_2to3 is set to a false valueAndrew Plummer2021-09-071-2/+5
| * | | Preserve case of keys during edit_configAntonio Russo2021-09-062-0/+12
| |/ /
| * | Merge pull request #2770 from pypa/bugfix/2769-fail-fast-2to3Jason R. Coombs2021-09-061-0/+4
| |\ \
| | * | Fail fast when use_2to3 is supplied.Jason R. Coombs2021-09-061-0/+4
| * | | Refactor test_setup_requires_with_allow_hosts to re-use path.buildJason R. Coombs2021-09-061-17/+16
| * | | Include trailing quote in build-backend for test_build_meta. Fixes #2771.Jason R. Coombs2021-09-061-2/+2
| |/ /
| * | Remove time-based horizon.Jason R. Coombs2021-09-061-13/+6
| * | In Distribution.finalize_options, suppress known removed entry points for a y...Jason R. Coombs2021-09-061-2/+25
* | | Skip pip upgrade from source tests on where they're failing.Jason R. Coombs2021-10-191-4/+7
* | | Attempt to unvendor dependencies, but still fall back to a vendored version w...Jason R. Coombs2021-09-0535-14272/+18
|/ /
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-09-043-4/+0
* | remove lib2to3 usageThomas Grainger2021-09-0412-721/+434
* | Merge https://github.com/pypa/distutils into remove-lib2to3-usageJason R. Coombs2021-09-043-115/+2
* | Merge pull request #2712 from darkvertex/data_files_glob_directiveJason R. Coombs2021-08-262-1/+65
|\ \ | |/ |/|
| * config.py: Fix line-too-long warning in _parse_list_glob()Alan Fregtman2021-07-261-1/+1
| * Satisfy some flake8 style checks for the previous commit.Alan Fregtman2021-07-221-2/+2
| * globbing for [options.data_files]: Remove special treatment for filenames wit...Alan Fregtman2021-07-212-16/+4
| * Update globbing for [options.data_files] to be implicit, not requiring a cust...Alan Fregtman2021-07-212-11/+23
| * 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-07-041-1/+2
| * Implement "glob:" directive for declarative "data_files" option.Alan Fregtman2021-06-302-1/+64
* | Fix broken links in easy_install.pySeungMin Lee2021-07-201-3/+3
* | Merge pull request #2723 from zooba/ext_suffixJason R. Coombs2021-07-182-3/+45
|\ \
| * | Fix extension in testSteve Dower2021-07-121-1/+1
| * | Override PyPy case in testSteve Dower2021-07-121-1/+11
| * | Fixes #2722: Adds an environment variable SETUPTOOLS_EXT_SUFFIX to override t...Steve Dower2021-07-102-3/+35
* | | Merge https://github.com/pypa/distutils into arm64Jason R. Coombs2021-07-141-0/+1
|/ /
* | Merge https://github.com/pypa/distutils into feature/distutils-syncJason R. Coombs2021-07-0411-95/+256
* | Merge pull request #2692 from rpurdie/mainJason R. Coombs2021-07-041-1/+7
|\ \
| * | Add testJason R. Coombs2021-07-041-0/+6
| * | Restore the iteratorJason R. Coombs2021-07-041-2/+2