forked from Lainports/freebsd-ports
- Update to 1.4.1
- Allow Python 3 support [1]
- Update COMMENT to match PyPi upstream
- Add TESTS option, TEST_DEPENDS and regression-test target
- Strip shared library
- Patch setup.{py,cfg} to add allow 'test' command to run
- Update pkg-descr to match upstream
- pkg-descr: Update WWW: URL to match PyPi upstream
This update passes QA (test suite) under Python 2.7 and 3.4.
Changes:
http://sendapatch.se/projects/pylibmc/changelog.html
[1] https://github.com/lericson/pylibmc/issues/146
8 lines
228 B
Python
8 lines
228 B
Python
--- setup.py.orig 2014-12-09 01:16:30 UTC
|
|
+++ setup.py
|
|
@@ -122,4 +122,5 @@ setup(
|
|
'Programming Language :: Python :: 3.3',
|
|
'Programming Language :: Python :: 3.4',
|
|
],
|
|
+ test_suite = 'nose.collector'
|
|
)
|