- 03 Feb, 2019 17 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
-
Jason R. Coombs authored
Revert to using a copy of splituser from Python 3.8. Using urllib.parse.urlparse is clumsy and causes problems as reported in #1663 and #1668. Alternative to #1499 and fixes #1668.
-
- 01 Feb, 2019 10 commits
-
-
Paul Ganssle authored
Drop build-backend from pyproject.toml
-
Paul Ganssle authored
Because we do not include setuptools in our build requirements and there is no mechanism for a PEP 517 backend to bootstrap itself, setuptools cannot use setuptools.build_meta as its backend, and cannot use PEP 517 to build itself. Additionally, if you specify build-backend, it is impossible to disable PEP 517 builds with pip's --no-use-pep517 flag.
-
Paul Ganssle authored
tweak #1644 workaround to fix `test_pip_upgrade_from_source`
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Bugfix/1663 restore port
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Ensure port is included in package-index
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Ensure a specified port in package_index isn't lost in the parse/unparse of the URL when auth is present. Fixes #1663.
-
- 29 Jan, 2019 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Prefer native strings on Python 2 when reading config files.
-
- 28 Jan, 2019 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Benoit Pierre authored
-
Jason R. Coombs authored
tests: minor cleanup
-
Benoit Pierre authored
-
Benoit Pierre authored
Explicitly exclude `pyproject.toml` so it's never added (e.g. because `setuptools_scm` is used).
-
- 27 Jan, 2019 4 commits
-
-
Jason R. Coombs authored
Disallow parent path traversal in resource paths, part 1 (deprecation)
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Setuptools will install licenses if included in setup.cfg
-