diff options
author | adam <adam@pkgsrc.org> | 2019-10-16 07:21:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-10-16 07:21:46 +0000 |
commit | 6e9f9db3bc8fe15c5ca0ee1ebf809d60995c5d92 (patch) | |
tree | 2e75e36477a1f15a86c6eab9f3a8053e4e503648 /devel/py-setuptools | |
parent | 155dc94a1e5be5be5a9a6446b1f9b4558621b858 (diff) | |
download | pkgsrc-6e9f9db3bc8fe15c5ca0ee1ebf809d60995c5d92.tar.gz |
py-setuptools: updated to 41.4.0
v41.4.0
In declarative config, now traps errors when invalid python_requires values are supplied.
v41.3.0
When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+.
Fixed failing integration test triggered by 'long_description_content_type' in packaging.
Diffstat (limited to 'devel/py-setuptools')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/PLIST | 5 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 16ce54b482b..713b821baa5 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.170 2019/09/04 07:55:43 adam Exp $ +# $NetBSD: Makefile,v 1.171 2019/10/16 07:21:46 adam Exp $ -DISTNAME= setuptools-41.2.0 +DISTNAME= setuptools-41.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST index cd90e8f863b..43d2828ef8f 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.46 2019/01/28 08:38:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.47 2019/10/16 07:21:46 adam Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt @@ -67,6 +67,9 @@ ${PYSITELIB}/setuptools/_deprecation_warning.pyo ${PYSITELIB}/setuptools/_vendor/__init__.py ${PYSITELIB}/setuptools/_vendor/__init__.pyc ${PYSITELIB}/setuptools/_vendor/__init__.pyo +${PYSITELIB}/setuptools/_vendor/ordered_set.py +${PYSITELIB}/setuptools/_vendor/ordered_set.pyc +${PYSITELIB}/setuptools/_vendor/ordered_set.pyo ${PYSITELIB}/setuptools/_vendor/packaging/__about__.py ${PYSITELIB}/setuptools/_vendor/packaging/__about__.pyc ${PYSITELIB}/setuptools/_vendor/packaging/__about__.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 00124b2be3d..5ad56383ec8 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.148 2019/09/04 07:55:43 adam Exp $ +$NetBSD: distinfo,v 1.149 2019/10/16 07:21:46 adam Exp $ -SHA1 (setuptools-41.2.0.zip) = 80edac82e8bc54f0d945bf4d1b53f12d236e3727 -RMD160 (setuptools-41.2.0.zip) = 9a3a787e5a543e517c5844ce78b0c2626add7f6a -SHA512 (setuptools-41.2.0.zip) = 6ac0da9f2e452b2b2334c03eb1667d88ebffeb68da18a69fe14f9f0763ac391986dcc663f123015b63eb0c3f905e5a8be7408499ddb1ac20367109275cb66ac9 -Size (setuptools-41.2.0.zip) = 851251 bytes +SHA1 (setuptools-41.4.0.zip) = e79681c640ede88f42965bec047c8892d7e689e3 +RMD160 (setuptools-41.4.0.zip) = 6f365a6a1bca1b525dd7f4f1de970eee3b8a1f34 +SHA512 (setuptools-41.4.0.zip) = 3b8406dd6ea23623112b8ba418e70fa97317449838a5dfc54d46738dbde3f2fc15657466e296e2f9bf72cbbaa0aa28ba42d8392afe29f9583cca258645e189b7 +Size (setuptools-41.4.0.zip) = 855608 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 |