Mon Mar 9 08:13:07 2015 UTC ()
Update to 14.0:

----
14.0
----

* Bootstrap script now accepts ``--to-dir`` to customize save directory or
  allow for re-use of existing repository of setuptools versions. See
  Pull Request #112 for background.
* Issue #285: ``easy_install`` no longer will default to installing
  packages to the "user site packages" directory if it is itself installed
  there. Instead, the user must pass ``--user`` in all cases to install
  packages to the user site packages.
  This behavior now matches that of "pip install". To configure
  an environment to always install to the user site packages, consider
  using the "install-dir" and "scripts-dir" parameters to easy_install
  through an appropriate distutils config file.

------
13.0.2
------

* Issue #359: Include pytest.ini in the sdist so invocation of py.test on the
  sdist honors the pytest configuration.

------
13.0.1
------

Re-release of 13.0. Intermittent connectivity issues caused the release
process to fail and PyPI uploads no longer accept files for 13.0.

----
13.0
----

* Issue #356: Back out Pull Request #119 as it requires Setuptools 10 or later
  as the source during an upgrade.
* Removed build_py class from setup.py. According to 892f439d216e, this
  functionality was added to support upgrades from old Distribute versions,
  0.6.5 and 0.6.6.

----
12.4
----

* Pull Request #119: Restore writing of ``setup_requires`` to metadata
  (previously added in 8.4 and removed in 9.0).


(wiz)
diff -r1.65 -r1.66 pkgsrc/devel/py-setuptools/Makefile
diff -r1.45 -r1.46 pkgsrc/devel/py-setuptools/distinfo

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

--- pkgsrc/devel/py-setuptools/Makefile 2015/03/01 15:03:37 1.65
+++ pkgsrc/devel/py-setuptools/Makefile 2015/03/09 08:13:07 1.66
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.65 2015/03/01 15:03:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.66 2015/03/09 08:13:07 wiz Exp $
2 2
3EGG_VERSION= 12.3 3EGG_VERSION= 14.0
4DISTNAME= setuptools-${EGG_VERSION} 4DISTNAME= setuptools-${EGG_VERSION}
5PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} 5PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
6CATEGORIES= devel python 6CATEGORIES= devel python
7MASTER_SITES= https://pypi.python.org/packages/source/s/setuptools/ 7MASTER_SITES= https://pypi.python.org/packages/source/s/setuptools/
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= https://pypi.python.org/pypi/setuptools 10HOMEPAGE= https://pypi.python.org/pypi/setuptools
11COMMENT= New Python packaging system 11COMMENT= New Python packaging system
12LICENSE= python-software-foundation OR zpl 12LICENSE= python-software-foundation OR zpl
13 13
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15 15
16PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 16PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}

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

--- pkgsrc/devel/py-setuptools/distinfo 2015/03/01 15:03:37 1.45
+++ pkgsrc/devel/py-setuptools/distinfo 2015/03/09 08:13:07 1.46
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.45 2015/03/01 15:03:37 wiz Exp $ 1$NetBSD: distinfo,v 1.46 2015/03/09 08:13:07 wiz Exp $
2 2
3SHA1 (setuptools-12.3.tar.gz) = 1c43b290e8de50e4f1e1074e179289dc9cddfbf2 3SHA1 (setuptools-14.0.tar.gz) = a17ac382e77efafff9a4830f9dea5e05ec7ce57f
4RMD160 (setuptools-12.3.tar.gz) = ab391f6d10fab325049fefee2b1d13a3b8cd10ef 4RMD160 (setuptools-14.0.tar.gz) = 361fa443ba79dd82a458b587af8759dc97df7e92
5Size (setuptools-12.3.tar.gz) = 635025 bytes 5Size (setuptools-14.0.tar.gz) = 627274 bytes
6SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 6SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840