svn commit: r551505 - head/devel/py-jira

Steve Wills swills at FreeBSD.org
Mon Oct 5 16:54:32 UTC 2020


Author: swills
Date: Mon Oct  5 16:54:31 2020
New Revision: 551505
URL: https://svnweb.freebsd.org/changeset/ports/551505

Log:
  devel/py-jira: switch to ipython and avoid build issue
  
  While here, improve pkg-descr

Modified:
  head/devel/py-jira/Makefile   (contents, props changed)
  head/devel/py-jira/pkg-descr   (contents, props changed)

Modified: head/devel/py-jira/Makefile
==============================================================================
--- head/devel/py-jira/Makefile	Mon Oct  5 16:54:17 2020	(r551504)
+++ head/devel/py-jira/Makefile	Mon Oct  5 16:54:31 2020	(r551505)
@@ -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} \

Modified: head/devel/py-jira/pkg-descr
==============================================================================
--- head/devel/py-jira/pkg-descr	Mon Oct  5 16:54:17 2020	(r551504)
+++ head/devel/py-jira/pkg-descr	Mon Oct  5 16:54:31 2020	(r551505)
@@ -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


More information about the svn-ports-all mailing list