- 07 Nov, 2018 5 commits
-
-
Paul Ganssle authored
This turns get_metadata_version into a method on DistributionMetadata, populated either by inferrence (in the case of package metadata specified in `setup`) or from the data in a specified PKG-INFO file. To populate metadata_version from PKG-INFO, we need to monkey patch read_pkg_file in addition to write_pkg_file.
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Paul Ganssle authored
This is the baseline, unchanged from the version in distutils.dist, to be modified before patching.
-
Paul Ganssle authored
-
- 04 Nov, 2018 2 commits
-
-
Paul Ganssle authored
Add futures and backport to Python 2.7 test requirements
-
Paul Ganssle authored
Egg include setup py
-
- 03 Nov, 2018 6 commits
-
-
Paul Ganssle authored
-
Shashank Singh authored
-
Paul Ganssle authored
-
Paul Ganssle authored
`setuptools.tests.test_build_meta` relies on the Python 3 feature `concurrent.futures` to run, and as a result has been silently skipped in Python 2.7. This adds the `futures` backport to the 2.7 test requirements and turns the `pytest.importorskip` invocations in test_build_meta into standard import statements.
-
Shashank Singh authored
Fixes GH issue #1506
-
Shashank Singh authored
This tests that `setup.py` is included by default in the distribution with the egg_info command and when an sdist is built with build_meta.build_sdist
-
- 01 Nov, 2018 6 commits
-
-
Paul Ganssle authored
Document setup.cfg minimum version for version and project_urls
-
Paul Ganssle authored
Update documentation for setuptools distribution
-
Jon Dufresne authored
Add missing word to sentence in python 3 docs
-
Paul Ganssle authored
-
Varun Kamath authored
-
Varun Kamath authored
This adds a simple introductory guide to the modern way to distribute `setuptools`-based projects with a link to the Python packaging tutorial. Rather than delete the old `ez_setup` information, it has been moved to a separate archive for people who want to use it as a historical reference.
-
- 30 Oct, 2018 2 commits
-
-
Riccardo Magliocchetti authored
Document that rpmbuild is required for bdist_rpm Refs #1456
-
Andrew Zhou authored
-
- 29 Oct, 2018 4 commits
-
-
Paul Ganssle authored
Deprecate the requires keyword
-
Paul Ganssle authored
Custom deprecation warning classes.
-
Andrew Zhou authored
-
Andrew Zhou authored
- version: a960ee1c - project_urls: df224644
-
- 28 Oct, 2018 15 commits
-
-
Sreejith Menon authored
-
robinjhuang authored
These are tests to ensure that the specified deprecation warnings are raised when the functions are called. Co-authored-by: Junhan Huang <robin.j.huang@gmail.com> Co-authored-by: Marton Pono <marci93@gmail.com>
-
robinjhuang authored
-
robinjhuang authored
-
Junhan Huang authored
`DeprecationWarning` is not visible by default in the latest versions of CPython, so this switches the deprecation warnings in setuptools and pkg_resources over to custom classes derived from `Warning` instead. Fixes issue github issue #159 Co-authored-by: Junhan Huang <robin.j.huang@gmail.com> Co-authored-by: Marton Pono <marci93@gmail.com>
-
Jason R. Coombs authored
remove private and redundant link
-
Shashank Singh authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Varun Kamath authored
Remove ez_setup from setuptools installation docs This removes ez_setup.py from the setuptools development instructions and updates some links into EasyInstall that were skipping over the deprecation warning.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Update recommendation.
-
Paul Ganssle authored
Co-Authored-By: jaraco <jaraco@jaraco.com>
-
Jason R. Coombs authored
Document using setup.cfg for src-layouts
-
Jason R. Coombs authored
-