summaryrefslogtreecommitdiff
path: root/net/py-beanstalkc/files
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-03-08 03:24:56 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-03-08 03:24:56 +0000
commit8d79ecd3d525dbb17e56888ab610d2b2db59536f (patch)
tree488e05bb767fb1dda9609d4eff5003480dca5f0c /net/py-beanstalkc/files
parentdevel/py-pygithub: Update to 1.24.0 (diff)
net/py-beanstalkc: Update to 0.4.0, Add QA bits
- Update to 0.4.0 - Add TEST_DEPENDS and regression-test: target for QA - Patch setup.py to integrate the test command with py-nose - Remove setup.py patch adding zip_safe=False (no longer needed) - pkg-descr: Update WWW: homepage link Changes: * https://github.com/earl/beanstalkc/commits/v0.4.0
Notes
Notes: svn path=/head/; revision=347445
Diffstat (limited to 'net/py-beanstalkc/files')
-rw-r--r--net/py-beanstalkc/files/patch-setup.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/py-beanstalkc/files/patch-setup.py b/net/py-beanstalkc/files/patch-setup.py
index d188cf06a012..574f2df7dea9 100644
--- a/net/py-beanstalkc/files/patch-setup.py
+++ b/net/py-beanstalkc/files/patch-setup.py
@@ -1,8 +1,8 @@
---- ./setup.py.orig 2012-07-15 01:01:36.000000000 +1000
-+++ ./setup.py 2012-07-15 01:01:49.000000000 +1000
-@@ -30,4 +30,5 @@
- 'Programming Language :: Python',
+--- ./setup.py.orig 2014-03-08 14:16:00.573786621 +1100
++++ ./setup.py 2014-03-08 14:16:32.606016182 +1100
+@@ -29,4 +29,5 @@
+ 'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules',
],
-+ zip_safe=False,
++ test_suite = 'nose.collector',
)