summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Make sure user gets warned when using distutilsAnderson Bravalheri2021-11-041-1/+15
* Handle custom build_py inheriting from distutilsAnderson Bravalheri2021-11-041-1/+9
* Add regression test for #2849Anderson Bravalheri2021-11-041-10/+47
* Suppress 'setup.py install' warning under bdist_wheel. Fixes #2847.Jason R. Coombs2021-11-031-2/+11
* Trim docstring and remove comment.Jason R. Coombs2021-11-021-6/+4
* Remove data_files avoidance code.Jason R. Coombs2021-11-021-3/+0
* Reformat docstring and rewrite in imperative voice.Jason R. Coombs2021-11-021-4/+5
* Fix 1461: Better loop breaker for `manifest_maker`Anderson Bravalheri2021-11-014-5/+56
* Drop tests against pip < 20, which no longer work without 'wheel' specified i...Jason R. Coombs2021-10-311-8/+0
* Deprecate setup.py install and easy_install. Ref #917.Jason R. Coombs2021-10-222-0/+13
* Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requiresJason R. Coombs2021-10-221-0/+6
* 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
* | 👹 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