forked from Lainports/freebsd-ports
- Update to 0.7.14 - Add NO_ARCH [1] - Add uniquefiles:dirs [1] - Remove DOCSDIR override [1] - Refactor regression-test target - Patch setup.py and release.py to add proper test command support - Update pkg-descr according to upstream (setup.py) long_description Inspired by: Patch by tkato432 yahoo com [1] PR: 197447 [1]
11 lines
196 B
Python
11 lines
196 B
Python
--- release.py.orig 2015-05-27 06:43:45 UTC
|
|
+++ release.py
|
|
@@ -161,3 +161,8 @@ install_requires = [
|
|
|
|
setup_requires = [
|
|
]
|
|
+
|
|
+tests_require = [
|
|
+]
|
|
+
|
|
+test_suite = 'netaddr.tests.test_suite_all'
|