1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

devel/py-jira: switch to ipython and avoid build issue

While here, improve pkg-descr
This commit is contained in:
Steve Wills 2020-10-05 16:54:31 +00:00
parent ecc31aeddd
commit 7eb0a3c24a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551505
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= jira
PORTVERSION= 2.0.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -38,7 +38,7 @@ TESTS_DESC= Install test suite dependencies
MAGIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filemagic>=1.6:devel/py-filemagic@${PY_FLAVOR}
PARALLEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grequests>0:www/py-grequests@${PY_FLAVOR}
SHELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=0.13:devel/ipython5@${PY_FLAVOR}
SHELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.13:devel/ipython@${PY_FLAVOR}
TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \

View File

@ -1,4 +1,4 @@
a Python library designed to ease the use of the JIRA REST API. Some basic
A Python library designed to ease the use of the JIRA REST API. Some basic
support for the GreenHopper REST API also exists.
WWW: https://bitbucket.org/bspeakmon/jira-python