ports/www/py-bleach/files/patch-setup.py
Kubilay Kocak a5d8662fcf www/py-bleach: Update to 1.2.2
- Update to 1.2.2
- Pin html5lib version in RUN_DEPENDS
- Make regression-test target use test command
- Patch setup.py: Add test_suite integration (and report upstream)

Changes:

- Pin html5lib to version 0.95 for now due to major API break.
2013-06-10 01:48:19 +00:00

10 lines
339 B
Python

--- ./setup.py.orig 2013-06-10 11:19:04.719234114 +1000
+++ ./setup.py 2013-06-10 11:19:34.305595246 +1000
@@ -23,5 +23,6 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
- ]
+ ],
+ test_suite='nose.collector'
)