diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-31 08:32:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-31 08:32:27 +0000 |
commit | cf2db69c98fd97495411a38504c77746babdd9a6 (patch) | |
tree | 53a4902e0cb37b34240a3c1189a8264b49981c10 /devel/py-setuptools | |
parent | defcc84d8771e2cd179722f03bd22fdb5d05bd28 (diff) | |
download | pkgsrc-cf2db69c98fd97495411a38504c77746babdd9a6.tar.gz |
Update to 3.3:
---
3.3
---
* Add ``include`` parameter to ``setuptools.find_packages()``.
---
3.2
---
* Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files.
* Issue #162: Update dependency on certifi to 1.0.1.
* Issue #164: Update dependency on wincertstore to 0.2.
Diffstat (limited to 'devel/py-setuptools')
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/PLIST | 19 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 8 |
3 files changed, 17 insertions, 14 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 51f4c781ed8..c891459cf97 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2014/03/12 10:14:19 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2014/03/31 08:32:27 wiz Exp $ -EGG_VERSION= 3.1 +EGG_VERSION= 3.3 DISTNAME= setuptools-${EGG_VERSION} EGG_NAME= setuptools-${EGG_VERSION} PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} diff --git a/devel/py-setuptools/PLIST b/devel/py-setuptools/PLIST index c70479509b4..1b53a51f66f 100644 --- a/devel/py-setuptools/PLIST +++ b/devel/py-setuptools/PLIST @@ -1,5 +1,12 @@ -@comment $NetBSD: PLIST,v 1.14 2014/01/06 14:42:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2014/03/31 08:32:27 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/_markerlib/__init__.py ${PYSITELIB}/_markerlib/__init__.pyc ${PYSITELIB}/_markerlib/__init__.pyo @@ -12,13 +19,6 @@ ${PYSITELIB}/easy_install.pyo ${PYSITELIB}/pkg_resources.py ${PYSITELIB}/pkg_resources.pyc ${PYSITELIB}/pkg_resources.pyo -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/setuptools/__init__.py ${PYSITELIB}/setuptools/__init__.pyc ${PYSITELIB}/setuptools/__init__.pyo @@ -169,6 +169,9 @@ ${PYSITELIB}/setuptools/tests/test_easy_install.pyo ${PYSITELIB}/setuptools/tests/test_egg_info.py ${PYSITELIB}/setuptools/tests/test_egg_info.pyc ${PYSITELIB}/setuptools/tests/test_egg_info.pyo +${PYSITELIB}/setuptools/tests/test_find_packages.py +${PYSITELIB}/setuptools/tests/test_find_packages.pyc +${PYSITELIB}/setuptools/tests/test_find_packages.pyo ${PYSITELIB}/setuptools/tests/test_markerlib.py ${PYSITELIB}/setuptools/tests/test_markerlib.pyc ${PYSITELIB}/setuptools/tests/test_markerlib.pyo diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 5c657fd592f..6a546263402 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2014/03/12 10:14:19 wiz Exp $ +$NetBSD: distinfo,v 1.23 2014/03/31 08:32:27 wiz Exp $ -SHA1 (setuptools-3.1.tar.gz) = c5a48d853855111eaa839cb367971398a496ec09 -RMD160 (setuptools-3.1.tar.gz) = 5b00edd276a22969621c8dc00536217ea8ccf22e -Size (setuptools-3.1.tar.gz) = 790867 bytes +SHA1 (setuptools-3.3.tar.gz) = 1bd8397aad681cef29f145a4d6f04033b7ba9bff +RMD160 (setuptools-3.3.tar.gz) = 9173797ece8295c19d9ab2ea5e2d5489b5d590c7 +Size (setuptools-3.3.tar.gz) = 792267 bytes SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 |