py-setuptools: updated to 40.6.1
v40.6.1 * Fixed regression where packages without author or author_email fields generated malformed package metadata. v40.6.0 * Officially deprecated the requires parameter in setup(). * In pkg_resources.normalize_path, additional path normalization is now performed to ensure path values to a directory is always the same, preventing false positives when checking scripts have a consistent prefix to set up on Windows. * Changed the warning class of all deprecation warnings; deprecation warning classes are no longer derived from DeprecationWarning and are thus visible by default. * build_meta.build_sdist now includes setup.py in source distributions by default. * Started monkey-patching get_metadata_version and read_pkg_file onto distutils.DistributionMetadata to retain the correct version on the PKG-INFO file in the (deprecated) upload command. * Restricted the recursive-include setuptools/_vendor to contain only .py and .txt files. * Changed Pyrex references to Cython in the documentation. * Documented that the rpmbuild packages is required for the bdist_rpm command. * Documented how to use setup.cfg for src/ layouts * Added minimum version column in setup.cfg metadata table. * Fixed a minor typo in the python 2/3 compatibility documentation. * Updated installation instructions to point to pip install instead of ez_setup.py. * Updated setuptools distribution documentation to remove some outdated information. * Documented setup.cfg minimum version for version and project_urls. * Added the concurrent.futures backport futures to the Python 2.7 test suite requirements.
This commit is contained in:
parent
1d8fa5525a
commit
86ef96b637
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.158 2018/10/29 17:56:44 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.159 2018/11/13 09:04:37 adam Exp $
|
||||
|
||||
DISTNAME= setuptools-40.5.0
|
||||
DISTNAME= setuptools-40.6.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.44 2018/03/24 07:49:33 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.45 2018/11/13 09:04:37 adam Exp $
|
||||
bin/easy_install-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
||||
|
@ -61,6 +61,9 @@ ${PYSITELIB}/pkg_resources/py31compat.pyo
|
|||
${PYSITELIB}/setuptools/__init__.py
|
||||
${PYSITELIB}/setuptools/__init__.pyc
|
||||
${PYSITELIB}/setuptools/__init__.pyo
|
||||
${PYSITELIB}/setuptools/_deprecation_warning.py
|
||||
${PYSITELIB}/setuptools/_deprecation_warning.pyc
|
||||
${PYSITELIB}/setuptools/_deprecation_warning.pyo
|
||||
${PYSITELIB}/setuptools/_vendor/__init__.py
|
||||
${PYSITELIB}/setuptools/_vendor/__init__.pyc
|
||||
${PYSITELIB}/setuptools/_vendor/__init__.pyo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.136 2018/10/29 17:56:44 adam Exp $
|
||||
$NetBSD: distinfo,v 1.137 2018/11/13 09:04:37 adam Exp $
|
||||
|
||||
SHA1 (setuptools-40.5.0.zip) = 9f320a321ab68890fd3b0ac8bdca4796184fea77
|
||||
RMD160 (setuptools-40.5.0.zip) = 23de6e147d1bab0646c5b57ee6671813fd3c1260
|
||||
SHA512 (setuptools-40.5.0.zip) = ea8183402d864d79d3d56e7e82d8de7a2c1c0e79c01c921746f792d34169f4cb596a8c8bf11d4409cd913ea7cc600c1583a249e63512c27689df150c7a62eff4
|
||||
Size (setuptools-40.5.0.zip) = 855516 bytes
|
||||
SHA1 (setuptools-40.6.1.zip) = 1ad39602693d3707ea8e1bf2e293afe7b53cf8f5
|
||||
RMD160 (setuptools-40.6.1.zip) = d8c63e90259403a1f528f0490a9015ecc6298673
|
||||
SHA512 (setuptools-40.6.1.zip) = b1a9ca1c38957c38b416917e043e980b449d0b5a5230f38132f400558e186713ebe9a0b5825bad902869716494949da0e70a1eafdc4c1b9d07ef198ebbcf3d2e
|
||||
Size (setuptools-40.6.1.zip) = 838998 bytes
|
||||
SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2
|
||||
|
|
Loading…
Reference in a new issue