summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add typing extensions for compatibility with Python 3.7.Jason R. Coombs2023-01-131-0/+1
* Replace appdirs with platformdirs.Jason R. Coombs2023-01-131-0/+11
* ⚫ Fade to black.Jason R. Coombs2023-01-131-8/+7
* Change line endings for `.cmd` file to CRLFPradyun Gedam2022-07-081-39/+39
* setuptools/vendored: drop `nspektr`Benoit Pierre2022-07-021-11/+0
* Fix flake8 errorsAnderson Bravalheri2022-03-301-2/+0
* Separate vendoring script and code generator for pyproject validationsAnderson Bravalheri2022-03-302-38/+32
* Merge branch 'main' into experimental/support-pyprojectAnderson Bravalheri2022-03-162-0/+12
|\
| * Fix towncrier command in tools/finalizeAnderson Bravalheri2022-03-161-0/+1
| * Vendor nspektr. Utilize it in Distribution._install_dependencies.Jason R. Coombs2022-03-131-0/+11
* | Improve custom vendoring logic for validate-pyprojectAnderson Bravalheri2022-03-051-7/+6
* | Update vendored tomli to 2.0.1Anderson Bravalheri2022-03-051-11/+0
* | Ensure relative imports for vendorised tomliAnderson Bravalheri2022-03-051-0/+11
* | Add `validate-pyproject` as a vendored dependencyAnderson Bravalheri2022-03-051-0/+39
|/
* Merge branch 'main' into debt/remove-pkg-resourcesJason R. Coombs2022-02-121-0/+17
|\
| * Restore more_itertools.more, make importing `concurrent.futures` lazyMaciej Pasternacki2022-02-081-6/+10
| * Clean also .pyi of more_itertoolsMaciej Pasternacki2022-02-081-4/+5
| * Remove more_itertools.more from vendored libs (fixes pypa/setuptools#3090)Maciej Pasternacki2022-02-081-0/+12
* | Update vendoring for importlib_metadata to support vendored dependencies typi...Jason R. Coombs2022-02-061-0/+11
|/
* Ensure that _vendor/jaraco is available as a module. Fixes #3084.Jason R. Coombs2022-02-061-0/+2
* Vendor jaraco.text with setuptools.Jason R. Coombs2022-02-051-0/+3
* Modify tools.finalize.check_changes to validate extensionsAnderson Bravalheri2022-02-031-2/+9
* Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on imp...Jason R. Coombs2022-02-021-0/+2
* Remove workaround to add __init__ for vendored jaraco package, seemingly unne...Jason R. Coombs2022-01-291-3/+0
* Ensure text file from vendored package is included.Jason R. Coombs2022-01-291-0/+3
* Include all the dependencies needed to run on Python 3.7 and patch all of the...Jason R. Coombs2022-01-291-0/+34
* Move launcher build scripts to toolsJason R. Coombs2022-01-142-0/+58
* Move towncrier template to toolsJason R. Coombs2022-01-141-0/+35
* Simplify vendored script to simply include the metadata.Jason R. Coombs2022-01-141-34/+0
* six isn't installed any longerJason R. Coombs2022-01-141-1/+0
* Remove dependency on paver in vendored update.Jason R. Coombs2022-01-141-2/+4
* Move vendor routine to toolsJason R. Coombs2022-01-141-0/+102
* Add workaround for #2666.Jason R. Coombs2021-05-091-0/+12
* Remove bootstrap and tox-pip and instead rely on pep517.Jason R. Coombs2021-01-191-70/+0
* Exempt README as well. Ref #2395.Jason R. Coombs2020-10-141-1/+2
* Extract PPC64LE into script and port to Python.Jason R. Coombs2020-09-241-0/+28
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-12/+0
* Replace hard-coded tox working dir with the environment variable, honoring no...Jason R. Coombs2020-08-151-1/+1
* Ensure that the changelog.d doesn't contain files that won't match.Jason R. Coombs2020-05-131-0/+14
* Protect against situation where the Git user e-mail is not configured. Ref #2...Jason R. Coombs2020-04-061-0/+8
* Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-081-0/+59
* Set PIP_USE_PEP517 in installer command so as not to influence the tests with...Jason R. Coombs2020-01-211-0/+2
* Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in me...Jason R. Coombs2020-01-201-7/+32
* Move test dependencies to package metadata.Jason R. Coombs2020-01-191-1/+19
* Bootstrap the environment in tox, allowing simple 'tox' to run tests and simp...Jason R. Coombs2020-01-191-2/+9
* Restore testing on Python 2, bypassing the requires-python check when install...Jason R. Coombs2020-01-121-0/+5
* Rely on tox-pip-version to upgrade pip and minimize the hack for removing set...Jason R. Coombs2020-01-121-22/+15
* Restore build-backend and remove switch to avoid pep517. Ref #1644.Jason R. Coombs2019-12-011-6/+0
* tweak workaround for #1644Benoit Pierre2019-11-151-1/+10
* improve workaround for #1644Benoit Pierre2019-10-071-0/+29