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.
This commit is contained in:
parent
814c4af846
commit
0e33578f0a
3 changed files with 13 additions and 10 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue