diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-13 09:28:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-13 09:28:16 +0000 |
commit | f877fae083260c613607c529ab3a223e7eb02082 (patch) | |
tree | 37493ff279fe0c1aed63438ab397062be6d1da59 /devel | |
parent | 1737a7f13a93d9592378e5c646ff971496532244 (diff) | |
download | pkgsrc-f877fae083260c613607c529ab3a223e7eb02082.tar.gz |
Update to 18.3.1:
------
18.3.1
------
* Issue #425: Correct regression in setuptools.findall.
----
18.3
----
* Setuptools now allows disabling of the manipulation of the sys.path
during the processing of the easy-install.pth file. To do so, set
the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to
anything but "rewrite" (consider "raw"). During any install operation
with manipulation disabled, setuptools packages will be appended to
sys.path naturally.
Future versions may change the default behavior to disable
manipulation. If so, the default behavior can be retained by setting
the variable to "rewrite".
* Issue #257: ``easy_install --version`` now shows more detail
about the installation location and Python version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-setuptools/Makefile | 6 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index ed68cda819f..69b1e7117b5 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.78 2015/08/30 14:44:13 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2015/09/13 09:28:16 wiz Exp $ -EGG_VERSION= 18.2 +EGG_VERSION= 18.3.1 DISTNAME= setuptools-${EGG_VERSION} PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} CATEGORIES= devel python -MASTER_SITES= https://pypi.python.org/packages/source/s/setuptools/ +MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/setuptools diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index a8e7c4333f5..1f27dae3971 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.57 2015/08/30 14:44:13 wiz Exp $ +$NetBSD: distinfo,v 1.58 2015/09/13 09:28:16 wiz Exp $ -SHA1 (setuptools-18.2.tar.gz) = 55033c6e68189bc10b848beda27044e07e384b41 -RMD160 (setuptools-18.2.tar.gz) = ef34e3e130f97146be9062ed1b686fc6b0fcf324 -Size (setuptools-18.2.tar.gz) = 630990 bytes +SHA1 (setuptools-18.3.1.tar.gz) = 0e673ff59b3259bc8af3260ca2b82b4ac7d8d390 +RMD160 (setuptools-18.3.1.tar.gz) = ca3ff17b13b49cc0710c2f92a611651f0073f08e +Size (setuptools-18.3.1.tar.gz) = 626033 bytes SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 |