diff options
-rw-r--r-- | devel/py-setuptools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-setuptools/distinfo | 9 | ||||
-rw-r--r-- | devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index fc17bd3f73b..335ca913673 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2015/01/18 17:29:01 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2015/01/25 18:51:31 wiz Exp $ -EGG_VERSION= 12.0.1 +EGG_VERSION= 12.0.4 DISTNAME= setuptools-${EGG_VERSION} PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} CATEGORIES= devel python diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 2673bed8a75..429372577a4 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.40 2015/01/18 17:32:51 wiz Exp $ +$NetBSD: distinfo,v 1.41 2015/01/25 18:51:31 wiz Exp $ -SHA1 (setuptools-12.0.1.tar.gz) = c1780e082c8d12561407af1e250b44ff548d89d3 -RMD160 (setuptools-12.0.1.tar.gz) = fbbc78fcd4281cbd2f59799dc6994fb86cede906 -Size (setuptools-12.0.1.tar.gz) = 626735 bytes +SHA1 (setuptools-12.0.4.tar.gz) = 9ded2d89e9c4dbc3c7109c1cf449022dc9c4584e +RMD160 (setuptools-12.0.4.tar.gz) = d873ddb9910db91d86bb2e0be4137e3caae7ae46 +Size (setuptools-12.0.4.tar.gz) = 626997 bytes SHA1 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 -SHA1 (patch-setuptools_tests_test__easy__install.py) = 4d935d62dbed768ec89e0a994f53e6e220bbf970 diff --git a/devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py b/devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py deleted file mode 100644 index 4fd9b3b53dd..00000000000 --- a/devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-setuptools_tests_test__easy__install.py,v 1.2 2015/01/18 17:32:51 wiz Exp $ - -Fix comment -- this is not an interpreter. -https://bitbucket.org/pypa/setuptools/issue/333/1201-probably-unintended-shebang-in - ---- setuptools/tests/test_easy_install.py.orig 2015-01-16 22:16:09.000000000 +0000 -+++ setuptools/tests/test_easy_install.py -@@ -1,4 +1,4 @@ --#! -*- coding: utf-8 -*- -+# -*- coding: utf-8 -*- - - """Easy install Tests - """ |