Bug 188194 - [PATCH] devel/py-jira: update to 0.16
Summary: [PATCH] devel/py-jira: update to 0.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 11:10 UTC by Muhammad Moinur Rahman
Modified: 2014-04-06 06:52 UTC (History)
1 user (show)

See Also:


Attachments
py-jira-0.16.patch (6.87 KB, patch)
2014-04-02 11:10 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-02 11:10:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-02 11:10:05 UTC
Maintainer of devel/py-jira,

Please note that PR ports/188194 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188194

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-02 11:10:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-04-02 23:53:10 UTC
State Changed
From-To: feedback->open

From misfiled PR ports/188195: 

Date: Wed, 2 Apr 2014 13:21:26 +0300 
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-06 06:49:11 UTC
Author: sunpoet
Date: Sun Apr  6 05:49:06 2014
New Revision: 350323
URL: http://svnweb.freebsd.org/changeset/ports/350323
QAT: https://qat.redports.org/buildarchive/r350323/

Log:
  - Update to 0.16
  - Add LICENSE
  - Use USE_PYDISTUTILS=yes
  - Use PYDISTUTILS_AUTOPLIST
  - Support STAGEDIR
  
  Changes:	https://bitbucket.org/bspeakmon/jira-python/commits/tag/0.16
  PR:		ports/188194
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
  Approved by:	Alexandros Kosiaris <akosiaris@gmail.com> (maintainer)

Added:
  head/devel/py-jira/files/patch-setup.py
     - copied, changed from r350028, head/devel/py-jira/files/patch-tlslite_requirement
Deleted:
  head/devel/py-jira/files/patch-tlslite_requirement
  head/devel/py-jira/pkg-plist
Modified:
  head/devel/py-jira/Makefile
  head/devel/py-jira/distinfo

Modified: head/devel/py-jira/Makefile
==============================================================================
--- head/devel/py-jira/Makefile	Sun Apr  6 05:49:01 2014	(r350322)
+++ head/devel/py-jira/Makefile	Sun Apr  6 05:49:06 2014	(r350323)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jira
-PORTVERSION=	0.13
-PORTREVISION=	2
+PORTVERSION=	0.16
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,15 +11,17 @@ DISTNAME=	jira-python-${DISTVERSIONPREFI
 MAINTAINER=	akosiaris+ports@gmail.com
 COMMENT=	Library to ease use of the JIRA 5 REST APIs
 
+LICENSE=	BSD2CLAUSE
+
 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}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \
+		${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2:${PORTSDIR}/textproc/py-sphinx
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	jira_python
+USE_PYTHON=	yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/py-jira/distinfo
==============================================================================
--- head/devel/py-jira/distinfo	Sun Apr  6 05:49:01 2014	(r350322)
+++ head/devel/py-jira/distinfo	Sun Apr  6 05:49:06 2014	(r350323)
@@ -1,2 +1,2 @@
-SHA256 (jira-python-0.13.tar.gz) = 995cdace8cac68fd3189e0c19ae7fe283cbbcbf6a3442cba15f2da9fc303014d
-SIZE (jira-python-0.13.tar.gz) = 31945
+SHA256 (jira-python-0.16.tar.gz) = 16692bc27470363e7ba2c46179e03a2b7c88c0ee48718238673f405ad0babfd2
+SIZE (jira-python-0.16.tar.gz) = 42573

Copied and modified: head/devel/py-jira/files/patch-setup.py (from r350028, head/devel/py-jira/files/patch-tlslite_requirement)
==============================================================================
--- head/devel/py-jira/files/patch-tlslite_requirement	Thu Apr  3 16:46:04 2014	(r350028, copy source)
+++ head/devel/py-jira/files/patch-setup.py	Sun Apr  6 05:49:06 2014	(r350323)
@@ -1,12 +1,14 @@
-diff -ru setup.py setup.py
---- setup.py 2013-04-10 09:30:59.000000000 +0300
-+++ setup.py 2013-07-12 10:37:27.000000000 +0300
-@@ -11,7 +11,7 @@
-     install_requires=['requests>=1.0.0',
-                       'requests_oauthlib>=0.3.0',
-                       'ipython>=0.13',
--                      'tlslite==0.4.1'],
-+                      'tlslite>=0.4.1'],
+--- setup.py.orig	2014-03-31 18:51:32.994913332 +0600
++++ setup.py	2014-03-31 18:51:50.178924965 +0600
+@@ -8,11 +8,6 @@
+     version=__version__,
+     packages=find_packages(),
+ 
+-    install_requires=['requests>=1.2.3',
+-                      'requests_oauthlib>=0.3.3',
+-                      'ipython>=0.13',
+-                      'tlslite>=0.4.4'],
+-    setup_requires=['sphinx', 'requests_oauthlib'],
      extras_require={
-         'magic': ['python-magic>=0.4.2'],
+         'magic': ['filemagic>=1.6'],
      },
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-06 06:52:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!