summaryrefslogtreecommitdiff
path: root/net/turses/files/patch-setup.py
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-03-08 03:42:22 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-03-08 03:42:22 +0000
commit9232597bf3ac9b7733c17dc82605a5c77a824e29 (patch)
treedbcb68942346418f9eb3bd7101edf8fe7645b1ce /net/turses/files/patch-setup.py
parentnet/py-beanstalkc: Update to 0.4.0, Add QA bits (diff)
net/turses: Update to 0.2.21
- Update to 0.2.21 - Remove zip_safe=False from setup.py patch and clean up Changes: * Bugfix: Turses no longer crashes when clicking on the window
Diffstat (limited to '')
-rw-r--r--net/turses/files/patch-setup.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/turses/files/patch-setup.py b/net/turses/files/patch-setup.py
index 58ceb123d7b5..052dfaadb538 100644
--- a/net/turses/files/patch-setup.py
+++ b/net/turses/files/patch-setup.py
@@ -1,5 +1,5 @@
---- ./setup.py.orig 2013-03-01 06:30:47.000000000 +1100
-+++ ./setup.py 2013-06-21 22:07:23.588789531 +1000
+--- ./setup.py.orig 2013-12-03 05:34:39.000000000 +1100
++++ ./setup.py 2014-03-08 14:28:44.204623431 +1100
@@ -47,7 +47,7 @@
REQUIREMENTS.append("argparse")
@@ -9,13 +9,10 @@
try:
long_description = open("README.rst").read() + "\n\n" + open("HISTORY.rst").read()
-@@ -80,5 +80,8 @@
+@@ -80,5 +80,6 @@
"Programming Language :: Python :: 2.7",
"Topic :: Communications",
],
-+ zip_safe=False,
+ test_suite = 'nose.collector',
install_requires=REQUIREMENTS,
-- tests_require=TEST_REQUIREMENTS)
-+ tests_require=TEST_REQUIREMENTS),
-+
+ tests_require=TEST_REQUIREMENTS)