summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-20 16:11:00 +0000
committerwiz <wiz@pkgsrc.org>2012-10-20 16:11:00 +0000
commitefaf14f8bd49eef97596ebb9782ce638087709f2 (patch)
tree549c458282539ca785b7efea06252af7a31f0b6b /devel
parent3bbef3ef97cb17caed82c66aa154fe5caf4198cd (diff)
downloadpkgsrc-efaf14f8bd49eef97596ebb9782ce638087709f2.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-distribute/Makefile6
-rw-r--r--devel/py-distribute/PLIST17
-rw-r--r--devel/py-distribute/distinfo8
3 files changed, 23 insertions, 8 deletions
diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile
index 09403571168..189e4f86f60 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 357d0d74d8f..0dae55ce57c 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 3a39712910f..1724c977c8e 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