diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-18 17:32:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-18 17:32:51 +0000 |
commit | 54b101de5aba73afb89cb9ed74f30983e2d163dc (patch) | |
tree | c29c8d46fb55e304b25441e92fd38d22db0fc3aa | |
parent | 5ce5414dba3d08b873a092b70f133112be134173 (diff) | |
download | pkgsrc-54b101de5aba73afb89cb9ed74f30983e2d163dc.tar.gz |
Add upstream bug report URL.
-rw-r--r-- | devel/py-setuptools/distinfo | 4 | ||||
-rw-r--r-- | devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-setuptools/distinfo b/devel/py-setuptools/distinfo index 68b9a1836ae..2673bed8a75 100644 --- a/devel/py-setuptools/distinfo +++ b/devel/py-setuptools/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.39 2015/01/18 17:29:01 wiz Exp $ +$NetBSD: distinfo,v 1.40 2015/01/18 17:32:51 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 (patch-setup.py) = be1078e5e2b6e9ec8c859c2c6e2a4a44fe3c2840 -SHA1 (patch-setuptools_tests_test__easy__install.py) = dec7a4a14a014c8ab3ac6a93b1931431df577d31 +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 index 5eb1b6303c7..4fd9b3b53dd 100644 --- a/devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py +++ b/devel/py-setuptools/patches/patch-setuptools_tests_test__easy__install.py @@ -1,6 +1,7 @@ -$NetBSD: patch-setuptools_tests_test__easy__install.py,v 1.1 2015/01/18 17:29:01 wiz Exp $ +$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 |