Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 04:22:34 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375308 - in head/devel/py-jira: . files
Message-ID:  <201412230422.sBN4MY8a074123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Dec 23 04:22:33 2014
New Revision: 375308
URL: https://svnweb.freebsd.org/changeset/ports/375308
QAT: https://qat.redports.org/buildarchive/r375308/

Log:
  devel/py-jira: Mark Un-BROKEN, Update to 0.32
  
  - Mark Un-BROKEN
  - Update to 0.32
  - Upstream DISTNAME changed to jira, remove DISTNAME accordingly
  - Add LICENSE_FILE
  - Update *_DEPENDS and version requirements
  - Switch www/requests1 to www/requests specifically
  - Add OPTIONS for MAGIC PARALLEL, SHELL and TESTS
  - Remove SHELL as a default OPTION (requires ipython and a rediculous
    number of dependencies. Also, it is an extras_require (optional)
    requirement upstream.
  - Remove unecessary patch to setup.py
  - Update pkg-descr and WWW: URL
  
  Changes:
  
    * https://bitbucket.org/bspeakmon/jira-python/commits/tag/0.32
  
  Spotted by:	antoine
  Approved by:	blanket (portmgr)

Deleted:
  head/devel/py-jira/files/
Modified:
  head/devel/py-jira/Makefile
  head/devel/py-jira/distinfo
  head/devel/py-jira/pkg-descr

Modified: head/devel/py-jira/Makefile
==============================================================================
--- head/devel/py-jira/Makefile	Tue Dec 23 04:04:33 2014	(r375307)
+++ head/devel/py-jira/Makefile	Tue Dec 23 04:22:33 2014	(r375308)
@@ -2,26 +2,41 @@
 # $FreeBSD$
 
 PORTNAME=	jira
-PORTVERSION=	0.16
-PORTREVISION=	1
+PORTVERSION=	0.32
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	jira-python-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
+#DISTNAME=	jira-python-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 
 MAINTAINER=	akosiaris+ports@gmail.com
 COMMENT=	Library to ease use of the JIRA 5 REST APIs
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		Depends on conflicting py-requests1 and py-requests (via py-requests-oauthlib)
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.3:${PORTSDIR}/www/py-requests-oauthlib \
+		${PYTHON_PKGNAMEPREFIX}tlslite>=0.4.4:${PORTSDIR}/security/py-tlslite \
+		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:${PORTSDIR}/devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto
+TEST_DEPENDS:=	${RUN_DEPENDS} \
+		${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
+
+OPTIONS_DEFINE=		MAGIC PARALLEL SHELL TESTS
+OPTIONS_DEFAULT=	MAGIC PARALLEL
+
+MAGIC_DESC=	Enable Content-Type Auto-detection
+PARALLEL_DESC=	Enable asynchronous requests
+SHELL_DESC=	Enable interactive shell
+TESTS_DESC=	Install test suite dependencies
+
+MAGIC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filemagic>=1.6:${PORTSDIR}/devel/py-filemagic
+PARALLEL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}grequests>0:${PORTSDIR}/www/py-grequests
+SHELL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0.13:${PORTSDIR}/devel/ipython
+TESTS_BUILD_DEPENDS=	${TEST_DEPENDS}
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests1>=1.0.0:${PORTSDIR}/www/py-requests1 \
-		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:${PORTSDIR}/www/py-requests-oauthlib \
-		${PYTHON_PKGNAMEPREFIX}ipython>=0:${PORTSDIR}/devel/ipython \
-		${PYTHON_PKGNAMEPREFIX}tlslite>=0.4.1:${PORTSDIR}/security/py-tlslite \
-		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \
-		${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2:${PORTSDIR}/textproc/py-sphinx
+TEST_DEPENDS:=	${RUN_DEPENDS} \
+		${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
 
 USES=		python
 USE_PYTHON=	distutils autoplist

Modified: head/devel/py-jira/distinfo
==============================================================================
--- head/devel/py-jira/distinfo	Tue Dec 23 04:04:33 2014	(r375307)
+++ head/devel/py-jira/distinfo	Tue Dec 23 04:22:33 2014	(r375308)
@@ -1,2 +1,2 @@
-SHA256 (jira-python-0.16.tar.gz) = 16692bc27470363e7ba2c46179e03a2b7c88c0ee48718238673f405ad0babfd2
-SIZE (jira-python-0.16.tar.gz) = 42573
+SHA256 (jira-0.32.tar.gz) = 11d832d72d09b3d37800cba7a7b2529cc39c73465d0523c4f97abe74e072e096
+SIZE (jira-0.32.tar.gz) = 33015

Modified: head/devel/py-jira/pkg-descr
==============================================================================
--- head/devel/py-jira/pkg-descr	Tue Dec 23 04:04:33 2014	(r375307)
+++ head/devel/py-jira/pkg-descr	Tue Dec 23 04:22:33 2014	(r375308)
@@ -1,3 +1,4 @@
-A library to ease use of the JIRA 5 REST APIs
+a Python library designed to ease the use of the JIRA REST API. Some basic
+support for the GreenHopper REST API also exists.
 
-WWW: http://bitbucket.org/bspeakmon/jira-python
+WWW: https://bitbucket.org/bspeakmon/jira-python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412230422.sBN4MY8a074123>