mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- 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.
17 lines
399 B
Python
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="""
|