freebsd-ports/net/py-beanstalkc/files/patch-setup.py
Kubilay Kocak 8d79ecd3d5 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
2014-03-08 03:24:56 +00:00

8 lines
292 B
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',
],
+ test_suite = 'nose.collector',
)