Mon Oct 27 08:40:59 2014 UTC ()
Update to 7.0:

7.0
---

* Issue #80, Issue #209: Eggs that are downloaded for ``setup_requires``,
  ``test_requires``, etc. are now placed in a ``./.eggs`` directory instead of
  directly in the current directory. This choice of location means the files
  can be readily managed (removed, ignored). Additionally,
  later phases or invocations of setuptools will not detect the package as
  already installed and ignore it for permanent install (See #209).

  This change is indicated as backward-incompatible as installations that
  depend on the installation in the current directory will need to account for
  the new location. Systems that ignore ``*.egg`` will probably need to be
  adapted to ignore ``.eggs``. The files will need to be manually moved or
  will be retrieved again. Most use cases will require no attention.


(wiz)
diff -r1.53 -r1.54 pkgsrc/devel/py-setuptools/Makefile
diff -r1.19 -r1.20 pkgsrc/devel/py-setuptools/PLIST
diff -r1.33 -r1.34 pkgsrc/devel/py-setuptools/distinfo

cvs diff -r1.53 -r1.54 pkgsrc/devel/py-setuptools/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/Makefile 2014/10/12 14:59:55 1.53
+++ pkgsrc/devel/py-setuptools/Makefile 2014/10/27 08:40:59 1.54
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.53 2014/10/12 14:59:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.54 2014/10/27 08:40:59 wiz Exp $
2 2
3EGG_VERSION= 6.1 3EGG_VERSION= 7.0
4DISTNAME= setuptools-${EGG_VERSION} 4DISTNAME= setuptools-${EGG_VERSION}
5EGG_NAME= setuptools-${EGG_VERSION} 5EGG_NAME= setuptools-${EGG_VERSION}
6PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} 6PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
7CATEGORIES= devel python 7CATEGORIES= devel python
8MASTER_SITES= https://pypi.python.org/packages/source/s/setuptools/ 8MASTER_SITES= https://pypi.python.org/packages/source/s/setuptools/
9 9
10MAINTAINER= joerg@NetBSD.org 10MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= https://pypi.python.org/pypi/setuptools 11HOMEPAGE= https://pypi.python.org/pypi/setuptools
12COMMENT= New Python packaging system 12COMMENT= New Python packaging system
13LICENSE= python-software-foundation OR zpl 13LICENSE= python-software-foundation OR zpl
14 14
15DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 15DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
16 16

cvs diff -r1.19 -r1.20 pkgsrc/devel/py-setuptools/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/PLIST 2014/10/01 12:25:44 1.19
+++ pkgsrc/devel/py-setuptools/PLIST 2014/10/27 08:40:59 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.19 2014/10/01 12:25:44 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.20 2014/10/27 08:40:59 wiz Exp $
2bin/easy_install-${PYVERSSUFFIX} 2bin/easy_install-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${EGG_INFODIR}/requires.txt
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/${EGG_INFODIR}/zip-safe 9${PYSITELIB}/${EGG_INFODIR}/zip-safe
10${PYSITELIB}/_markerlib/__init__.py 10${PYSITELIB}/_markerlib/__init__.py
11${PYSITELIB}/_markerlib/__init__.pyc 11${PYSITELIB}/_markerlib/__init__.pyc
12${PYSITELIB}/_markerlib/__init__.pyo 12${PYSITELIB}/_markerlib/__init__.pyo
13${PYSITELIB}/_markerlib/markers.py 13${PYSITELIB}/_markerlib/markers.py
14${PYSITELIB}/_markerlib/markers.pyc 14${PYSITELIB}/_markerlib/markers.pyc
@@ -197,13 +197,16 @@ ${PYSITELIB}/setuptools/tests/test_test. @@ -197,13 +197,16 @@ ${PYSITELIB}/setuptools/tests/test_test.
197${PYSITELIB}/setuptools/tests/test_test.pyo 197${PYSITELIB}/setuptools/tests/test_test.pyo
198${PYSITELIB}/setuptools/tests/test_upload_docs.py 198${PYSITELIB}/setuptools/tests/test_upload_docs.py
199${PYSITELIB}/setuptools/tests/test_upload_docs.pyc 199${PYSITELIB}/setuptools/tests/test_upload_docs.pyc
200${PYSITELIB}/setuptools/tests/test_upload_docs.pyo 200${PYSITELIB}/setuptools/tests/test_upload_docs.pyo
201${PYSITELIB}/setuptools/unicode_utils.py 201${PYSITELIB}/setuptools/unicode_utils.py
202${PYSITELIB}/setuptools/unicode_utils.pyc 202${PYSITELIB}/setuptools/unicode_utils.pyc
203${PYSITELIB}/setuptools/unicode_utils.pyo 203${PYSITELIB}/setuptools/unicode_utils.pyo
204${PYSITELIB}/setuptools/utils.py 204${PYSITELIB}/setuptools/utils.py
205${PYSITELIB}/setuptools/utils.pyc 205${PYSITELIB}/setuptools/utils.pyc
206${PYSITELIB}/setuptools/utils.pyo 206${PYSITELIB}/setuptools/utils.pyo
207${PYSITELIB}/setuptools/version.py 207${PYSITELIB}/setuptools/version.py
208${PYSITELIB}/setuptools/version.pyc 208${PYSITELIB}/setuptools/version.pyc
209${PYSITELIB}/setuptools/version.pyo 209${PYSITELIB}/setuptools/version.pyo
 210${PYSITELIB}/setuptools/windows_support.py
 211${PYSITELIB}/setuptools/windows_support.pyc
 212${PYSITELIB}/setuptools/windows_support.pyo

cvs diff -r1.33 -r1.34 pkgsrc/devel/py-setuptools/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/distinfo 2014/10/12 14:59:55 1.33
+++ pkgsrc/devel/py-setuptools/distinfo 2014/10/27 08:40:59 1.34
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.33 2014/10/12 14:59:55 wiz Exp $ 1$NetBSD: distinfo,v 1.34 2014/10/27 08:40:59 wiz Exp $
2 2
3SHA1 (setuptools-6.1.tar.gz) = c558c24b18c784d1d249f6f3829ae4cd8e7acf7b 3SHA1 (setuptools-7.0.tar.gz) = 971d3efef71872c9d420df4cff6e04255024f9ae
4RMD160 (setuptools-6.1.tar.gz) = 2a3ad64617a9466e8e25ecb9520f04f00be91bae 4RMD160 (setuptools-7.0.tar.gz) = 97add47e557bb4794695544800427c1e280d522e
5Size (setuptools-6.1.tar.gz) = 792013 bytes 5Size (setuptools-7.0.tar.gz) = 793737 bytes
6SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 6SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840