diff options
author | adam <adam@pkgsrc.org> | 2017-07-18 13:44:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-18 13:44:36 +0000 |
commit | f4b7b4d4697cf15e5d7087e86e3815007eceefbc (patch) | |
tree | d7e7d5f710a89f55d6b31d5f709063cfb23ce3b3 | |
parent | 68c8e77ef0192a165e374427258fba59268e317e (diff) | |
download | pkgsrc-f4b7b4d4697cf15e5d7087e86e3815007eceefbc.tar.gz |
v36.2.0
* 1081: Environment markers indicated in ``install_requires``
are now processed and treated as nameless ``extras_require``
with markers, allowing their metadata in requires.txt to be
correctly generated.
* 1053: Tagged commits are now released using Travis-CI
build stages, meaning releases depend on passing tests on
all supported Python versions (Linux) and not just the latest
Python version.
-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 147187253a3..3a0d9939773 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.131 2017/06/01 13:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.132 2017/07/18 13:44:36 adam Exp $ -DISTNAME= setuptools-36.0.1 +DISTNAME= setuptools-36.2.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 4380d52ca2a..967e4bbf476 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2017/06/01 13:30:03 wiz Exp $ +@comment $NetBSD: PLIST,v 1.40 2017/07/18 13:44:36 adam Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt @@ -55,6 +55,9 @@ ${PYSITELIB}/pkg_resources/_vendor/six.pyo ${PYSITELIB}/pkg_resources/extern/__init__.py ${PYSITELIB}/pkg_resources/extern/__init__.pyc ${PYSITELIB}/pkg_resources/extern/__init__.pyo +${PYSITELIB}/pkg_resources/py31compat.py +${PYSITELIB}/pkg_resources/py31compat.pyc +${PYSITELIB}/pkg_resources/py31compat.pyo ${PYSITELIB}/setuptools/__init__.py ${PYSITELIB}/setuptools/__init__.pyc ${PYSITELIB}/setuptools/__init__.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 5aa173a3856..92ba3b4e790 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.109 2017/06/01 13:30:03 wiz Exp $ +$NetBSD: distinfo,v 1.110 2017/07/18 13:44:36 adam Exp $ -SHA1 (setuptools-36.0.1.zip) = 1974a217062256dd3db5600dcfa2e35937daf1e6 -RMD160 (setuptools-36.0.1.zip) = b439228ce682fd99b1300905d9d85222a942270e -SHA512 (setuptools-36.0.1.zip) = cbcd2591d0d8a7591c5d9a1d4173814afa0b984af29f2e34d26a37c357474b043f371978ac224cea12f50834d91babd9f14b137488c4edcd62594e91aff903d8 -Size (setuptools-36.0.1.zip) = 711296 bytes +SHA1 (setuptools-36.2.0.zip) = 06bab43834d3cf5f565513767b6d0784055eea78 +RMD160 (setuptools-36.2.0.zip) = a8d35bdbf2d588285e6aecff7d7cfcbd5526df1b +SHA512 (setuptools-36.2.0.zip) = ef199e2140eb32ec3dc224462c408a923b3f7756d39e49b12be5446f109b970513ac17ba9727de5a4e217e04f1a7d62b59065f25f777b28a137adba2cc334136 +Size (setuptools-36.2.0.zip) = 712836 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 |