diff options
author | swills <swills@FreeBSD.org> | 2017-08-13 04:08:18 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-08-13 04:08:18 +0800 |
commit | ce0d8b79163c4110cb945186a6ff9476cf8c4995 (patch) | |
tree | d674401a4be3c8629f0bffabf81a0b7ca4c265c4 /devel | |
parent | 0eba6e6cdf315bdeb75d9d22ace5239b8d9a81f2 (diff) | |
download | freebsd-ports-gnome-ce0d8b79163c4110cb945186a6ff9476cf8c4995.tar.gz freebsd-ports-gnome-ce0d8b79163c4110cb945186a6ff9476cf8c4995.tar.zst freebsd-ports-gnome-ce0d8b79163c4110cb945186a6ff9476cf8c4995.zip |
devel/py-jira: update 0.32->1.0.10
While here, take maintainership
PR: 220892
Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-jira/Makefile | 11 | ||||
-rw-r--r-- | devel/py-jira/distinfo | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/py-jira/Makefile b/devel/py-jira/Makefile index 18e64f3300a7..9d36ac0e006c 100644 --- a/devel/py-jira/Makefile +++ b/devel/py-jira/Makefile @@ -2,27 +2,30 @@ # $FreeBSD$ PORTNAME= jira -PORTVERSION= 0.32 +PORTVERSION= 1.0.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= akosiaris+ports@gmail.com +MAINTAINER= swills@FreeBSD.org COMMENT= Library to ease use of the JIRA 5 REST APIs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner \ + ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.3:www/py-requests-oauthlib \ ${PYTHON_PKGNAMEPREFIX}tlslite>=0.4.4:security/py-tlslite \ ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto + ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose OPTIONS_DEFINE= MAGIC PARALLEL SHELL TESTS -OPTIONS_DEFAULT= MAGIC PARALLEL +OPTIONS_DEFAULT= MAGIC PARALLEL SHELL MAGIC_DESC= Enable Content-Type Auto-detection PARALLEL_DESC= Enable asynchronous requests diff --git a/devel/py-jira/distinfo b/devel/py-jira/distinfo index aefc482480e3..16946952834a 100644 --- a/devel/py-jira/distinfo +++ b/devel/py-jira/distinfo @@ -1,2 +1,3 @@ -SHA256 (jira-0.32.tar.gz) = 11d832d72d09b3d37800cba7a7b2529cc39c73465d0523c4f97abe74e072e096 -SIZE (jira-0.32.tar.gz) = 33015 +TIMESTAMP = 1500324567 +SHA256 (jira-1.0.10.tar.gz) = 409a0a94800f05a1e8e078540eb5610e243586bd5ee9bc8cae8899cbbd061898 +SIZE (jira-1.0.10.tar.gz) = 98406 |