Skip to content

Commit

Permalink
Update to 3.3:
Browse files Browse the repository at this point in the history
---
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.
  • Loading branch information
wiz committed Mar 31, 2014
1 parent 39dbb58 commit 526cd2f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions devel/py-setuptools/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
19 changes: 11 additions & 8 deletions devel/py-setuptools/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/py-setuptools/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 526cd2f

Please sign in to comment.