From 7e59d3e09eb476fcc668b4d6959dc0b118a22ca0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 20 Oct 2012 16:11:00 +0000 Subject: [PATCH] Update to 0.6.29: ------ 0.6.29 ------ * Pull Request #14: Honor file permissions in zip files. * Issue #327: Merged pull request #24 to fix a dependency problem with pip. * Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301. * If Sphinx is installed, the `upload_docs` command now runs `build_sphinx` to produce uploadable documentation. * Issue #326: `upload_docs` provided mangled auth credentials under Python 3. * Issue #320: Fix check for "createable" in distribute_setup.py. * Issue #305: Remove a warning that was triggered during normal operations. * Issue #311: Print metadata in UTF-8 independent of platform. * Issue #303: Read manifest file with UTF-8 encoding under Python 3. * Issue #301: Allow to run tests of namespace packages when using 2to3. * Issue #304: Prevent import loop in site.py under Python 3.3. * Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3. * Issue #299: The develop command didn't work on Python 3, when using 2to3, as the egg link would go to the Python 2 source. Linking to the 2to3'd code in build/lib makes it work, although you will have to rebuild the module before testing it. * Issue #306: Even if 2to3 is used, we build in-place under Python 2. * Issue #307: Prints the full path when .svn/entries is broken. * Issue #313: Support for sdist subcommands (Python 2.7) * Issue #314: test_local_index() would fail an OS X. * Issue #310: Non-ascii characters in a namespace __init__.py causes errors. * Issue #218: Improved documentation on behavior of `package_data` and `include_package_data`. Files indicated by `package_data` are now included in the manifest. * `distribute_setup.py` now allows a `--download-base` argument for retrieving distribute from a specified location. --- devel/py-distribute/Makefile | 6 +++--- devel/py-distribute/PLIST | 17 ++++++++++++++++- devel/py-distribute/distinfo | 8 ++++---- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index 09403571168e2..189e4f86f601a 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2012/07/25 19:05:51 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/20 16:11:00 wiz Exp $ # -DISTNAME= distribute-0.6.28 -PKGNAME= ${PYPKGPREFIX}-distribute-0.6.28 +DISTNAME= distribute-0.6.29 +PKGNAME= ${PYPKGPREFIX}-distribute-0.6.29 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 357d0d74d8fb2..0dae55ce57cd2 100644 --- a/devel/py-distribute/PLIST +++ b/devel/py-distribute/PLIST @@ -1,5 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2012/07/25 19:05:51 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/10/20 16:11:00 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} +${PYSITELIB}/_markerlib/__init__.py +${PYSITELIB}/_markerlib/__init__.pyc +${PYSITELIB}/_markerlib/__init__.pyo +${PYSITELIB}/_markerlib/markers.py +${PYSITELIB}/_markerlib/markers.pyc +${PYSITELIB}/_markerlib/markers.pyo ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt ${PYSITELIB}/${EGG_FILE}/dependency_links.txt @@ -140,6 +146,9 @@ ${PYSITELIB}/setuptools/tests/test_dist_info.pyo ${PYSITELIB}/setuptools/tests/test_easy_install.py ${PYSITELIB}/setuptools/tests/test_easy_install.pyc ${PYSITELIB}/setuptools/tests/test_easy_install.pyo +${PYSITELIB}/setuptools/tests/test_markerlib.py +${PYSITELIB}/setuptools/tests/test_markerlib.pyc +${PYSITELIB}/setuptools/tests/test_markerlib.pyo ${PYSITELIB}/setuptools/tests/test_packageindex.py ${PYSITELIB}/setuptools/tests/test_packageindex.pyc ${PYSITELIB}/setuptools/tests/test_packageindex.pyo @@ -149,6 +158,12 @@ ${PYSITELIB}/setuptools/tests/test_resources.pyo ${PYSITELIB}/setuptools/tests/test_sandbox.py ${PYSITELIB}/setuptools/tests/test_sandbox.pyc ${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_test.py +${PYSITELIB}/setuptools/tests/test_test.pyc +${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 diff --git a/devel/py-distribute/distinfo b/devel/py-distribute/distinfo index 3a39712910f0e..1724c977c8e7a 100644 --- a/devel/py-distribute/distinfo +++ b/devel/py-distribute/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2012/07/25 19:05:52 drochner Exp $ +$NetBSD: distinfo,v 1.2 2012/10/20 16:11:00 wiz Exp $ -SHA1 (distribute-0.6.28.tar.gz) = 709bd97d46050d69865d4b588c7707768dfe6711 -RMD160 (distribute-0.6.28.tar.gz) = 6f484adca518fc59ef736bccf63d24ca3e94ecfc -Size (distribute-0.6.28.tar.gz) = 627530 bytes +SHA1 (distribute-0.6.29.tar.gz) = c713633a38d23bbed16c0947666165688a18915b +RMD160 (distribute-0.6.29.tar.gz) = 9e800bd2a2c8c48d742a1c50be6bec276cc82219 +Size (distribute-0.6.29.tar.gz) = 638051 bytes SHA1 (patch-aa) = f71c01fc59d71e731c4e239790acb7968e29e7d9