diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-01 16:59:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-01 16:59:21 +0000 |
commit | 9cdf2870165f490a501c588c0ac0609583a4be63 (patch) | |
tree | abd250e4fa081025ce96b37c2d244aa085573cd5 | |
parent | f31cde79ae7073a89e250b658b2f1947bca02d3b (diff) | |
download | pkgsrc-9cdf2870165f490a501c588c0ac0609583a4be63.tar.gz |
Updated py-setuptools to 26.1.1.
v26.1.1
-------
* Re-release of 26.1.0 with pytest pinned to allow for automated
deployement and thus proper packaging environment variables,
fixing issues with missing executable launchers.
v26.1.0
-------
* #763: ``pkg_resources.get_default_cache`` now defers to the
`appdirs project <https://pypi.org/project/appdirs>`_ to
resolve the cache directory. Adds a vendored dependency on
appdirs to pkg_resources.
-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 cdaa48e47d5..16d2d20f7fa 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2016/08/28 15:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2016/09/01 16:59:21 wiz Exp $ -DISTNAME= setuptools-26.0.0 +DISTNAME= setuptools-26.1.1 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 0d59464d69a..d8235837c59 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2016/07/03 11:23:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.31 2016/09/01 16:59:21 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt @@ -16,6 +16,9 @@ ${PYSITELIB}/pkg_resources/__init__.pyo ${PYSITELIB}/pkg_resources/_vendor/__init__.py ${PYSITELIB}/pkg_resources/_vendor/__init__.pyc ${PYSITELIB}/pkg_resources/_vendor/__init__.pyo +${PYSITELIB}/pkg_resources/_vendor/appdirs.py +${PYSITELIB}/pkg_resources/_vendor/appdirs.pyc +${PYSITELIB}/pkg_resources/_vendor/appdirs.pyo ${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.py ${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.pyc ${PYSITELIB}/pkg_resources/_vendor/packaging/__about__.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index f6d1795a827..e87f641e2cd 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.85 2016/08/22 14:12:15 wiz Exp $ +$NetBSD: distinfo,v 1.86 2016/09/01 16:59:21 wiz Exp $ -SHA1 (setuptools-26.0.0.tar.gz) = e9c60d8e160e0d99beb7bcecd531cd530c624e07 -RMD160 (setuptools-26.0.0.tar.gz) = 0c28732169b0a03358dca8a6708987b2bdf7193d -SHA512 (setuptools-26.0.0.tar.gz) = 878f27f009336ca086c290a3dafb4c68d2cf77d2320503b0696d4d2959358a53ecdf9214c695d0ef5d9d97f38556e84039038c7d3281ab89fe3c330ba17feedd -Size (setuptools-26.0.0.tar.gz) = 632557 bytes +SHA1 (setuptools-26.1.1.tar.gz) = 56996d43ac21bcde0171e3578af9011c8a3265bd +RMD160 (setuptools-26.1.1.tar.gz) = 9a61062c72b32b92daadd7a36bfd1be425b98685 +SHA512 (setuptools-26.1.1.tar.gz) = e9f5fb73022bd5584d3aa84c265338d93b6033d0f3af5fba1c7aeb4a949f7723573fb9e2586b29eca73030581b1ca4a529c7650e49d279946ef530b70487ccc7 +Size (setuptools-26.1.1.tar.gz) = 637041 bytes SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf |