mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Update PORTVERSION and distinfo checksum (0.2.4) - Update COMMENT to more closely match setup.py:description - Update test target - Remove TEST_DEPENDS (pytest is not required) - Enable NO_ARCH (architecture independent) - Patch setup.py to enable setuptools test command
9 lines
241 B
Python
9 lines
241 B
Python
--- setup.py.orig 2016-02-26 12:55:44 UTC
|
|
+++ setup.py
|
|
@@ -84,5 +84,6 @@ setup(
|
|
'Topic :: Text Processing :: Markup :: HTML',
|
|
'Topic :: Text Processing :: Markup :: XML',
|
|
],
|
|
+ test_suite='tests',
|
|
)
|
|
|