- 16 Sep, 2018 14 commits
-
-
Jason R. Coombs authored
Touch 'egg-info' directory
-
Jason R. Coombs authored
Pin against sphinx 1.8.0 due to sphinx-doc/sphinx#5417.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
build_meta.get_requires_for_build_sdist does not include wheel
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Suppress warnings in importer.find_module.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Remove compatibility shim for bytes type
-
Jason R. Coombs authored
link to setuptools doc
-
- 15 Sep, 2018 1 commit
-
-
Christian González authored
-
- 14 Sep, 2018 5 commits
-
-
Jon Dufresne authored
The type bytes is available on all supported Pythons. Makes the code more forward compatible with Python 3.
-
Jon Dufresne authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 13 Sep, 2018 1 commit
-
-
Bernat Gabor authored
the wheel package is not required to build a source distribution Resolves #1474.
-
- 11 Sep, 2018 1 commit
-
-
Jason R. Coombs authored
-
- 21 Aug, 2018 14 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix for Unicode handling in PEP 518 backend
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
setuptools: fix regression with `egg_info` command
-
Paul Moore authored
-
Paul Moore authored
-
Benoit Pierre authored
Ensure version is tagged only once.
-
- 20 Aug, 2018 1 commit
-
-
Paul Moore authored
-
- 19 Aug, 2018 3 commits
-
-
Stephen Finucane authored
'tox' determines whether a package should be rebuilt by comparing the timestamp of the package's 'egg-info' directory and its 'setup.py' or 'setup.cfg' files [1][2]. Unfortunately this checks the 'egg-info' directory itself, which is not updated, unlike the contents of that directory. This means that 'tox' will always rebuild the package once one of the two setup files has been updated. While this is clearly a bug in 'tox' that should be fixed separately, there is merit in using this as a heuristic so enable it. [1] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L253-L257 [2] https://github.com/tox-dev/tox/blob/3.1.0/src/tox/venv.py#L221-L244Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
There's no reason these should be executable. Signed-off-by: Stephen Finucane <stephen@that.guru>
-
Stephen Finucane authored
These are commonly used for testing purposes. Signed-off-by: Stephen Finucane <stephen@that.guru>
-