Date: Wed, 27 Dec 2017 19:52:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457399 - in head/net/py-txamqp: . files Message-ID: <201712271952.vBRJqLpZ075396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 27 19:52:20 2017 New Revision: 457399 URL: https://svnweb.freebsd.org/changeset/ports/457399 Log: Update to 0.8.1 - Change MASTER_SITES from Launchpad to CHEESESHOP - Add LICENSE - Relax USES=python - Reformat pkg-descr - Update WWW Changes: https://github.com/txamqp/txamqp/commits/master Deleted: head/net/py-txamqp/files/ Modified: head/net/py-txamqp/Makefile head/net/py-txamqp/distinfo head/net/py-txamqp/pkg-descr Modified: head/net/py-txamqp/Makefile ============================================================================== --- head/net/py-txamqp/Makefile Wed Dec 27 19:52:15 2017 (r457398) +++ head/net/py-txamqp/Makefile Wed Dec 27 19:52:20 2017 (r457399) @@ -2,26 +2,23 @@ # $FreeBSD$ PORTNAME= txamqp -PORTVERSION= 0.3 -PORTREVISION= 4 +PORTVERSION= 0.8.1 CATEGORIES= net python -MASTER_SITES= http://launchpadlibrarian.net/30388120/ \ - # http://launchpad.net/txamqp/trunk/${PORTVERSION}/+download/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig +DISTNAME= txAMQP-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Twisted Python library for the AMQP messaging protocol -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>=0:devel/py-thrift@${FLAVOR} \ +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} NO_ARCH= yes -USES= python:2 +USES= python USE_PYTHON= autoplist distutils - -WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} - -# TODO: Install txAMQP examples. .include <bsd.port.mk> Modified: head/net/py-txamqp/distinfo ============================================================================== --- head/net/py-txamqp/distinfo Wed Dec 27 19:52:15 2017 (r457398) +++ head/net/py-txamqp/distinfo Wed Dec 27 19:52:20 2017 (r457399) @@ -1,2 +1,3 @@ -SHA256 (python-txamqp_0.3.orig.tar.gz) = c3900aa1e837711a06a881ae76f575af66f9e3d562bfe8ca22918477325050e4 -SIZE (python-txamqp_0.3.orig.tar.gz) = 153402 +TIMESTAMP = 1514380295 +SHA256 (txAMQP-0.8.1.tar.gz) = 3328a6f5020dc017e149bc281689b3618c13622df11b1164e041d7db1851e7d1 +SIZE (txAMQP-0.8.1.tar.gz) = 39544 Modified: head/net/py-txamqp/pkg-descr ============================================================================== --- head/net/py-txamqp/pkg-descr Wed Dec 27 19:52:15 2017 (r457398) +++ head/net/py-txamqp/pkg-descr Wed Dec 27 19:52:20 2017 (r457399) @@ -1,6 +1,6 @@ -This project contains all the necessary code to connect, send and -receive messages to/from an AMQP-compliant peer or broker (Qpid, -OpenAMQ, RabbitMQ) using Twisted. It also includes support for using -Thrift RPC over AMQP in Twisted applications. +This project contains all the necessary code to connect, send and receive +messages to/from an AMQP-compliant peer or broker (Qpid, OpenAMQ, RabbitMQ) +using Twisted. It also includes support for using Thrift RPC over AMQP in +Twisted applications. -WWW: https://launchpad.net/txamqp +WWW: https://pypi.python.org/pypi/txAMQP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712271952.vBRJqLpZ075396>