- Update to 0.16 Port maintainer (akosiaris+ports@gmail.com) is cc'd. For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/100i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/100amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/110i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-jira/0.16/110amd64-default.log Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open From misfiled PR ports/188195: Date: Wed, 2 Apr 2014 13:21:26 +0300
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"
State Changed From-To: open->closed Committed. Thanks!