- 16 Mar, 2019 4 commits
-
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Paul Ganssle authored
This fixes GH #1682 by porting the pkg_resources requirement parsing logic into setuptools.build_meta, so that all valid requirement specifiers passed to setup_requires will be added to the get_requires_for_build_* function outputs. Fixes GH #1682
-
Paul Ganssle authored
Per GH #1682, with setuptools.build_meta we are not properly handling the situation where setup_requires is actually a newline-delimited string rather than a list, which is supported by setup.py interface. This adds several failing (and some passing) tests for how setup_requires is handled by setuptools.build_meta.
-
- 06 Mar, 2019 1 commit
-
-
Frédéric Chapoton authored
Found by lgtm
-
- 26 Feb, 2019 1 commit
-
-
Ratin_Kumar authored
These sections of the documentation were never written, and refer to deprecated functionality anyway, so they can be removed.
-
- 23 Feb, 2019 4 commits
-
-
Paul Ganssle authored
tests: improve `test_pip_upgrade_from_source`
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Benoit Pierre authored
Parametrize the test to check different versions of pip (including master) are correctly supported.
-
- 22 Feb, 2019 1 commit
-
-
Paul Ganssle authored
Move version to declarative config
-
- 17 Feb, 2019 3 commits
-
-
Paul Ganssle authored
Improve badges in README
-
Jason R. Coombs authored
Move bumpversion config to .bumpversion.cfg as it seems not to be possible to handle setup.cfg. Ref c4urself/bump2version#62.
-
Jason R. Coombs authored
-
- 13 Feb, 2019 1 commit
-
-
Jason R. Coombs authored
-
- 12 Feb, 2019 1 commit
-
-
Pradyun Gedam authored
* Consistent Styling * Add Logos of CI services * Shorten CI badge labels * Reorder for better wrapping
-
- 08 Feb, 2019 1 commit
-
-
Paul Ganssle authored
Add support for setup.cfg-only projects
-
- 07 Feb, 2019 2 commits
-
-
Paul Ganssle authored
-
Paul Ganssle authored
Many projects can get away with an empty `setup.py` and use *only* the declarative `setup.cfg`. With the new PEP 517 backend, we can supply a default empty `setup.py` if one is not provided.
-
- 05 Feb, 2019 5 commits
-
-
Paul Ganssle authored
-
mergify[bot] authored
Update changelog for version 40.8.0
-
Paul Ganssle authored
-
Paul Ganssle authored
Add build_meta_legacy backend
-
Paul Ganssle authored
-
- 03 Feb, 2019 16 commits
-
-
Paul Ganssle authored
Rather than exposing a top-level module for the legacy backend, we will move the legacy backend into the `setuptools.build_meta` module and specify it using the module:object syntax.
-
Paul Ganssle authored
Using the absolute path to the directory of the setup script better mimics the semantics of a direct invocation of python setup.py.
-
Paul Ganssle authored
Per Nick Coghlan's suggestion on PR #1652, a try/finally block ensures that the path is restored even in the event of an error.
-
Paul Ganssle authored
-
Paul Ganssle authored
This is part of the solution to GH #1642, it is a backwards-compatibility backend that can be used as a default PEP 517 backend for projects that use setuptools but haven't opted in to build_meta.
-
Paul Ganssle authored
This runs all build_meta tests, plus a test that it is possible to import from the directory containing `setup.py` when using the build_meta_legacy backend.
-
Paul Ganssle authored
Failing test adapted from PR #1643 Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Paul Ganssle authored
In order to support both the `build_meta` and `build_meta_legacy` backends, the core functionality is wrapped in a class with methods to be overridden in build_meta_legacy. The class is an implementation detail and should remain private.
-
-
Jason R. Coombs authored
Bump version: 40.7.2 → 40.7.3
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Revert to using a copy of splituser from Python 3.8.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-