Skip to content

Commit

Permalink
Update to 1.2:
Browse files Browse the repository at this point in the history
---
1.2
---

* Issue #26: Add support for SVN 1.7. Special thanks to Philip Thiem for the
  contribution.
* Issue #94: Wheels are now distributed with every release.
* Setuptools "natural" launcher support, introduced in 1.0, is now officially
  supported.

-----
1.1.7
-----

* Fixed behavior of NameError handling in 'script template (dev).py' (script
  launcher for 'develop' installs).
* ``ez_setup.py`` now ensures partial downloads are cleaned up following
  a failed download.
* Distribute #363 and Issue #55: Skip an sdist test that fails on locales
  other than UTF-8.
  • Loading branch information
wiz committed Nov 3, 2013
1 parent 4b2c6fb commit e270b8a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 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.34 2013/09/30 18:21:50 wiz Exp $
# $NetBSD: Makefile,v 1.35 2013/11/03 15:59:41 wiz Exp $

EGG_VERSION= 1.1.6
EGG_VERSION= 1.2
DISTNAME= setuptools-${EGG_VERSION}
EGG_NAME= setuptools-${EGG_VERSION}
PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
Expand Down
11 changes: 10 additions & 1 deletion devel/py-setuptools/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.12 2013/09/30 18:21:50 wiz Exp $
@comment $NetBSD: PLIST,v 1.13 2013/11/03 15:59:41 wiz Exp $
bin/easy_install-${PYVERSSUFFIX}
${PYSITELIB}/_markerlib/__init__.py
${PYSITELIB}/_markerlib/__init__.pyc
Expand Down Expand Up @@ -145,12 +145,18 @@ ${PYSITELIB}/setuptools/site-patch.pyo
${PYSITELIB}/setuptools/ssl_support.py
${PYSITELIB}/setuptools/ssl_support.pyc
${PYSITELIB}/setuptools/ssl_support.pyo
${PYSITELIB}/setuptools/svn_utils.py
${PYSITELIB}/setuptools/svn_utils.pyc
${PYSITELIB}/setuptools/svn_utils.pyo
${PYSITELIB}/setuptools/tests/__init__.py
${PYSITELIB}/setuptools/tests/__init__.pyc
${PYSITELIB}/setuptools/tests/__init__.pyo
${PYSITELIB}/setuptools/tests/doctest.py
${PYSITELIB}/setuptools/tests/doctest.pyc
${PYSITELIB}/setuptools/tests/doctest.pyo
${PYSITELIB}/setuptools/tests/environment.py
${PYSITELIB}/setuptools/tests/environment.pyc
${PYSITELIB}/setuptools/tests/environment.pyo
${PYSITELIB}/setuptools/tests/py26compat.py
${PYSITELIB}/setuptools/tests/py26compat.pyc
${PYSITELIB}/setuptools/tests/py26compat.pyo
Expand Down Expand Up @@ -193,6 +199,9 @@ ${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_svn.py
${PYSITELIB}/setuptools/tests/test_svn.pyc
${PYSITELIB}/setuptools/tests/test_svn.pyo
${PYSITELIB}/setuptools/tests/test_test.py
${PYSITELIB}/setuptools/tests/test_test.pyc
${PYSITELIB}/setuptools/tests/test_test.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.16 2013/09/30 18:21:50 wiz Exp $
$NetBSD: distinfo,v 1.17 2013/11/03 15:59:41 wiz Exp $

SHA1 (setuptools-1.1.6.tar.gz) = 4a8863e8196704759a5800afbcf33a94b802ac88
RMD160 (setuptools-1.1.6.tar.gz) = 90af25c5ef226eba65fe2deeb4218bb64e5985de
Size (setuptools-1.1.6.tar.gz) = 681597 bytes
SHA1 (setuptools-1.2.tar.gz) = d59fe243c04b4e8df4d79a6e88df3c9a6307c754
RMD160 (setuptools-1.2.tar.gz) = 8699fdf9214f1fc5845631d28456fad407e14f32
Size (setuptools-1.2.tar.gz) = 691423 bytes
SHA1 (patch-setup.py) = 8072ebce17d029f7efc1c05528d1e5c0d0f40800

0 comments on commit e270b8a

Please sign in to comment.