2013-05-12 06:52:39 +02:00
|
|
|
# Created by: Bruce Simpson
|
2009-07-04 21:17:11 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= txamqp
|
2009-08-19 15:15:14 +02:00
|
|
|
PORTVERSION= 0.3
|
2013-05-30 09:07:38 +02:00
|
|
|
PORTREVISION= 2
|
2009-07-04 21:17:11 +02:00
|
|
|
CATEGORIES= net python
|
2009-08-19 15:15:14 +02:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/30388120/ \
|
2009-07-04 21:17:11 +02:00
|
|
|
# http://launchpad.net/txamqp/trunk/${PORTVERSION}/+download/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2009-08-19 15:15:14 +02:00
|
|
|
DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig
|
2009-07-04 21:17:11 +02:00
|
|
|
|
2013-05-30 09:07:38 +02:00
|
|
|
MAINTAINER= horus.li@gmail.com
|
2009-07-04 21:17:11 +02:00
|
|
|
COMMENT= Twisted Python library for the AMQP messaging protocol
|
|
|
|
|
2013-05-12 06:52:39 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>0:${PORTSDIR}/devel/py-thrift
|
2009-08-19 15:15:14 +02:00
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2013-05-12 06:52:39 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2013-12-08 13:04:07 +01:00
|
|
|
USES= twisted
|
2009-07-04 21:17:11 +02:00
|
|
|
|
2009-08-19 15:15:14 +02:00
|
|
|
WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2009-07-04 21:17:11 +02:00
|
|
|
PYDISTUTILS_PKGNAME= txAMQP
|
2009-08-19 15:15:14 +02:00
|
|
|
PYDISTUTILS_PKGVERSION= 0.3
|
2013-05-12 06:52:39 +02:00
|
|
|
PLIST_SUB= PORTNAME="${PORTNAME}"
|
2009-07-04 21:17:11 +02:00
|
|
|
|
|
|
|
# TODO: Install txAMQP examples.
|
|
|
|
|
2009-08-19 15:15:14 +02:00
|
|
|
# Don't try to install Twisted yourself, txAMQP. thx!
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-30 09:07:38 +02:00
|
|
|
post-patch:
|
2009-08-19 15:15:14 +02:00
|
|
|
@${REINPLACE_CMD} -e '/install_requires/s/^/#/' ${WRKSRC}/setup.py
|
2009-07-04 21:17:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|