ports/deskutils/py-bugwarrior/files/patch-setup.py
Kubilay Kocak 03c01f11b6 deskutils/py-bugwarrior: Update to 1.3.0, Add OPTIONS
- Update PORTVERSION and distinfo checksum (1.3.0)
- Add OPTIONS for Phabricator, Bugzilla, Trac and Jira
- Remove unconditional dependencies accordingly
- Switch to USES=python:-2.7 (:2 means depend on the python2 symlink)
- Update test target, and remove a test that depends on pandoc.
- Repatch setup.py to include a few missing tests_require that will
  be in the next version.
2016-01-09 17:39:28 +00:00

17 lines
399 B
Python

--- setup.py.orig 2016-01-09 17:19:18 UTC
+++ setup.py
@@ -46,11 +46,13 @@ setup(name='bugwarrior',
"pyxdg",
],
tests_require=[
- "Mock",
+ "mock",
"unittest2",
"nose",
"jira>=0.22",
"megaplan>=1.4",
+ "pypandoc",
+ "pyac",
],
test_suite='nose.collector',
entry_points="""