diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-03 15:59:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-03 15:59:41 +0000 |
commit | 2d4566677286b0fb76d1bb57441174274855c9c5 (patch) | |
tree | 154b6fb4bef5e53a650709b2eb08a369b14a247c /devel | |
parent | 882896f0159b6df873c86ac10e74c90ddc49ae89 (diff) | |
download | pkgsrc-2d4566677286b0fb76d1bb57441174274855c9c5.tar.gz |
Update to 1.2:
---
1.2
---
* Issue #26: Add support for SVN 1.7. Special thanks to Philip Thiem for the
contribution.
* Issue #94: Wheels are now distributed with every release.
* Setuptools "natural" launcher support, introduced in 1.0, is now officially
supported.
-----
1.1.7
-----
* Fixed behavior of NameError handling in 'script template (dev).py' (script
launcher for 'develop' installs).
* ``ez_setup.py`` now ensures partial downloads are cleaned up following
a failed download.
* Distribute #363 and Issue #55: Skip an sdist test that fails on locales
other than UTF-8.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/PLIST | 11 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 8 |
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 999590f67fb..38ee2d02d10 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2013/09/30 18:21:50 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/11/03 15:59:41 wiz Exp $ -EGG_VERSION= 1.1.6 +EGG_VERSION= 1.2 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 a49df635701..3c1f4a51110 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2013/09/30 18:21:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2013/11/03 15:59:41 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/_markerlib/__init__.py ${PYSITELIB}/_markerlib/__init__.pyc @@ -145,12 +145,18 @@ ${PYSITELIB}/setuptools/site-patch.pyo ${PYSITELIB}/setuptools/ssl_support.py ${PYSITELIB}/setuptools/ssl_support.pyc ${PYSITELIB}/setuptools/ssl_support.pyo +${PYSITELIB}/setuptools/svn_utils.py +${PYSITELIB}/setuptools/svn_utils.pyc +${PYSITELIB}/setuptools/svn_utils.pyo ${PYSITELIB}/setuptools/tests/__init__.py ${PYSITELIB}/setuptools/tests/__init__.pyc ${PYSITELIB}/setuptools/tests/__init__.pyo ${PYSITELIB}/setuptools/tests/doctest.py ${PYSITELIB}/setuptools/tests/doctest.pyc ${PYSITELIB}/setuptools/tests/doctest.pyo +${PYSITELIB}/setuptools/tests/environment.py +${PYSITELIB}/setuptools/tests/environment.pyc +${PYSITELIB}/setuptools/tests/environment.pyo ${PYSITELIB}/setuptools/tests/py26compat.py ${PYSITELIB}/setuptools/tests/py26compat.pyc ${PYSITELIB}/setuptools/tests/py26compat.pyo @@ -193,6 +199,9 @@ ${PYSITELIB}/setuptools/tests/test_sandbox.pyo ${PYSITELIB}/setuptools/tests/test_sdist.py ${PYSITELIB}/setuptools/tests/test_sdist.pyc ${PYSITELIB}/setuptools/tests/test_sdist.pyo +${PYSITELIB}/setuptools/tests/test_svn.py +${PYSITELIB}/setuptools/tests/test_svn.pyc +${PYSITELIB}/setuptools/tests/test_svn.pyo ${PYSITELIB}/setuptools/tests/test_test.py ${PYSITELIB}/setuptools/tests/test_test.pyc ${PYSITELIB}/setuptools/tests/test_test.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 4b69187bb4f..37bc00e96a8 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2013/09/30 18:21:50 wiz Exp $ +$NetBSD: distinfo,v 1.17 2013/11/03 15:59:41 wiz Exp $ -SHA1 (setuptools-1.1.6.tar.gz) = 4a8863e8196704759a5800afbcf33a94b802ac88 -RMD160 (setuptools-1.1.6.tar.gz) = 90af25c5ef226eba65fe2deeb4218bb64e5985de -Size (setuptools-1.1.6.tar.gz) = 681597 bytes +SHA1 (setuptools-1.2.tar.gz) = d59fe243c04b4e8df4d79a6e88df3c9a6307c754 +RMD160 (setuptools-1.2.tar.gz) = 8699fdf9214f1fc5845631d28456fad407e14f32 +Size (setuptools-1.2.tar.gz) = 691423 bytes SHA1 (patch-setup.py) = 8072ebce17d029f7efc1c05528d1e5c0d0f40800 |