diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-26 17:59:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-26 17:59:59 +0000 |
commit | eae77ed26f9e7951b26b194bb40b36e48ea26fe1 (patch) | |
tree | 1b5d8ef7c1f0ffcaff4eb7b9ecd0f57e58407384 /devel | |
parent | c13fc6c3a82747c15a6fd66184c5b64368f0605a (diff) | |
download | pkgsrc-eae77ed26f9e7951b26b194bb40b36e48ea26fe1.tar.gz |
Update to 0.6.43:
------
0.6.43
------
* Issue #378: Restore support for Python 2.4 Syntax (regression in 0.6.42).
------
0.6.42
------
* External links finder no longer yields duplicate links.
* Issue #337: Moved site.py to setuptools/site-patch.py (graft of very old
patch from setuptools trunk which inspired PR #31).
------
0.6.41
------
* Issue #27: Use public api for loading resources from zip files rather than
the private method `_zip_directory_cache`.
* Added a new function ``easy_install.get_win_launcher`` which may be used by
third-party libraries such as buildout to get a suitable script launcher.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-distribute/Makefile | 4 | ||||
-rw-r--r-- | devel/py-distribute/PLIST | 11 | ||||
-rw-r--r-- | devel/py-distribute/distinfo | 8 |
3 files changed, 13 insertions, 10 deletions
diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index 36fa729baf1..3dc5d6057c3 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/05/19 17:37:40 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/05/26 17:59:59 wiz Exp $ -DISTNAME= distribute-0.6.40 +DISTNAME= distribute-0.6.43 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://pypi.python.org/packages/source/d/distribute/ diff --git a/devel/py-distribute/PLIST b/devel/py-distribute/PLIST index 0728cc60af7..8c97e9f6c35 100644 --- a/devel/py-distribute/PLIST +++ b/devel/py-distribute/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/05/19 17:37:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/05/26 17:59:59 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/_markerlib/__init__.py ${PYSITELIB}/_markerlib/__init__.pyc @@ -113,6 +113,9 @@ ${PYSITELIB}/setuptools/gui.exe ${PYSITELIB}/setuptools/package_index.py ${PYSITELIB}/setuptools/package_index.pyc ${PYSITELIB}/setuptools/package_index.pyo +${PYSITELIB}/setuptools/py24compat.py +${PYSITELIB}/setuptools/py24compat.pyc +${PYSITELIB}/setuptools/py24compat.pyo ${PYSITELIB}/setuptools/sandbox.py ${PYSITELIB}/setuptools/sandbox.pyc ${PYSITELIB}/setuptools/sandbox.pyo @@ -122,6 +125,9 @@ ${PYSITELIB}/setuptools/script template (dev).pyo ${PYSITELIB}/setuptools/script template.py ${PYSITELIB}/setuptools/script template.pyc ${PYSITELIB}/setuptools/script template.pyo +${PYSITELIB}/setuptools/site-patch.py +${PYSITELIB}/setuptools/site-patch.pyc +${PYSITELIB}/setuptools/site-patch.pyo ${PYSITELIB}/setuptools/tests/__init__.py ${PYSITELIB}/setuptools/tests/__init__.pyc ${PYSITELIB}/setuptools/tests/__init__.pyo @@ -170,6 +176,3 @@ ${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}/site.py -${PYSITELIB}/site.pyc -${PYSITELIB}/site.pyo diff --git a/devel/py-distribute/distinfo b/devel/py-distribute/distinfo index 175e08e28d4..0462147b710 100644 --- a/devel/py-distribute/distinfo +++ b/devel/py-distribute/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2013/05/19 17:37:40 wiz Exp $ +$NetBSD: distinfo,v 1.9 2013/05/26 17:59:59 wiz Exp $ -SHA1 (distribute-0.6.40.tar.gz) = 46654be10177014bbb502a4c516627173de67d15 -RMD160 (distribute-0.6.40.tar.gz) = f066a5f3192cf79c03e1a95755c75ebdf313d957 -Size (distribute-0.6.40.tar.gz) = 718084 bytes +SHA1 (distribute-0.6.43.tar.gz) = 765c0d7424d05a2ef5fba5fe19ebe8cedc3921f4 +RMD160 (distribute-0.6.43.tar.gz) = c7cfa574deff5cb6559cc0b920c5702e1944951b +Size (distribute-0.6.43.tar.gz) = 723082 bytes SHA1 (patch-aa) = f71c01fc59d71e731c4e239790acb7968e29e7d9 |