pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-irclib Don't try to fetch a dependency that is ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8c9a2eb684a
branches: trunk
changeset: 648748:a8c9a2eb684a
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Mar 18 10:28:42 2015 +0000
description:
Don't try to fetch a dependency that is only needed for testing.
diffstat:
net/py-irclib/distinfo | 3 ++-
net/py-irclib/patches/patch-setup.py | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 838a08227c1d -r a8c9a2eb684a net/py-irclib/distinfo
--- a/net/py-irclib/distinfo Wed Mar 18 10:27:54 2015 +0000
+++ b/net/py-irclib/distinfo Wed Mar 18 10:28:42 2015 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/03/02 15:54:17 imil Exp $
+$NetBSD: distinfo,v 1.7 2015/03/18 10:28:42 joerg Exp $
SHA1 (irc-11.1.1.zip) = 7ffe8481133679e5d475ac4c6eb149cac34e349d
RMD160 (irc-11.1.1.zip) = 33609549dbfc0550b2580a6b19c461e533b49add
Size (irc-11.1.1.zip) = 121371 bytes
+SHA1 (patch-setup.py) = beba108237c5fdc0cf72a64cee741d8924a7ee47
diff -r 838a08227c1d -r a8c9a2eb684a net/py-irclib/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-irclib/patches/patch-setup.py Wed Mar 18 10:28:42 2015 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2015/03/18 10:28:42 joerg Exp $
+
+--- setup.py.orig 2015-03-17 23:03:00.000000000 +0000
++++ setup.py
+@@ -33,9 +33,9 @@ setup_params = dict(
+ ],
+ setup_requires=[
+ 'hgtools>=5',
+- 'pytest-runner',
+ ],
+ tests_require=[
++ 'pytest-runner',
+ 'pytest',
+ 'mock',
+ ],
Home |
Main Index |
Thread Index |
Old Index