freebsd-ports/textproc/py-markdown/files/patch-setup.py
Dmitry Sivachenko 7c3b81aea6 Update to version 2.6.8; enable concurrent installs.
PR:		217203
Submitted by:	"John W. O'Brien" <john@saltant.com>
mintainer timeout.
2017-03-13 09:23:04 +00:00

10 lines
309 B
Python

--- setup.py.orig 2017-01-04 05:33:56 UTC
+++ setup.py
@@ -270,5 +270,6 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Filters',
'Topic :: Text Processing :: Markup :: HTML'
- ]
+ ],
+ test_suite='nose.collector',
)