diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-09 12:35:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-09 12:35:19 +0000 |
commit | ccce5eee5abca07f448f9848c35674c25ec1ba9b (patch) | |
tree | 819b6ef4a9c5a2a6b59588bc3d4b10e1006ab052 /devel/py-setuptools | |
parent | bae7167a83467bc3d358cc842f9c59032c752036 (diff) | |
download | pkgsrc-ccce5eee5abca07f448f9848c35674c25ec1ba9b.tar.gz |
Update to 4.0.1:
---------------
3.7.1 and 4.0.1
---------------
* Issue #213: Use legacy StringIO behavior for compatibility under pbr.
---
4.0
---
* Issue #210: ``setup.py develop`` now copies scripts in binary mode rather
than text mode, matching the behavior of the ``install`` command.
---
3.8
---
* Extend Issue #197 workaround to include all Python 3 versions prior to
3.2.2.
---
3.7
---
* Issue #193: Improved handling of Unicode filenames when building manifests.
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 | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 8ac201c4593..a46ff2bf992 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2014/05/14 08:53:31 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2014/06/09 12:35:19 wiz Exp $ -EGG_VERSION= 3.6 +EGG_VERSION= 4.0.1 DISTNAME= setuptools-${EGG_VERSION} EGG_NAME= setuptools-${EGG_VERSION} PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST index 1b53a51f66f..6a571b41367 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2014/03/31 08:32:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2014/06/09 12:35:19 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -196,6 +196,9 @@ ${PYSITELIB}/setuptools/tests/test_test.pyo ${PYSITELIB}/setuptools/tests/test_upload_docs.py ${PYSITELIB}/setuptools/tests/test_upload_docs.pyc ${PYSITELIB}/setuptools/tests/test_upload_docs.pyo +${PYSITELIB}/setuptools/unicode_utils.py +${PYSITELIB}/setuptools/unicode_utils.pyc +${PYSITELIB}/setuptools/unicode_utils.pyo ${PYSITELIB}/setuptools/version.py ${PYSITELIB}/setuptools/version.pyc ${PYSITELIB}/setuptools/version.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index f0c51112b1a..5f9b36570de 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2014/05/14 08:53:31 wiz Exp $ +$NetBSD: distinfo,v 1.27 2014/06/09 12:35:19 wiz Exp $ -SHA1 (setuptools-3.6.tar.gz) = 745cbb942f8015dbcbfd9df5cb815adb63c7b0e9 -RMD160 (setuptools-3.6.tar.gz) = 341c75f63cedffa1db90f4d0228d7a9f56604e50 -Size (setuptools-3.6.tar.gz) = 797309 bytes +SHA1 (setuptools-4.0.1.tar.gz) = a43549f4a01f314bf54567628f8de7d1c03d5930 +RMD160 (setuptools-4.0.1.tar.gz) = 22c815c401b8eb43f4721832ab9798d275bedcf3 +Size (setuptools-4.0.1.tar.gz) = 1033045 bytes SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 |