summaryrefslogtreecommitdiff
path: root/net/py-amqp/Makefile
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-12-31 14:02:07 +0000
committerrodent <rodent@pkgsrc.org>2013-12-31 14:02:07 +0000
commit0ae0d1410d8a0b4f16ccab2df1bf109504818c55 (patch)
tree017bb0a8ac8ffa9cdb78725a3b7b2c2d8ae77a13 /net/py-amqp/Makefile
parentf3e8f2e21c3c286870748a3231f1766ab4ecf5cc (diff)
downloadpkgsrc-0ae0d1410d8a0b4f16ccab2df1bf109504818c55.tar.gz
Import py27-amqp-1.3.3 as net/py-amqp.
This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available. This library should be API compatible with librabbitmq.
Diffstat (limited to 'net/py-amqp/Makefile')
-rw-r--r--net/py-amqp/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/py-amqp/Makefile b/net/py-amqp/Makefile
new file mode 100644
index 00000000000..f3d91f6cd7f
--- /dev/null
+++ b/net/py-amqp/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/12/31 14:02:07 rodent Exp $
+
+DISTNAME= v1.3.3
+PKGNAME= ${DISTNAME:S/v/${PYPKGPREFIX}-amqp-/1}
+CATEGORIES= net
+MASTER_SITES= https://github.com/celery/py-amqp/archive/
+FETCH_USING= curl
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://amqp.readthedocs.org/
+COMMENT= Python AMQP 0.9.1 client library
+LICENSE= gnu-lgpl-v2.1
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/${PYPKGPREFIX}/py/1}
+USE_LANGUAGES= # none
+EGG_NAME= ${DISTNAME:S/v/amqp-/1}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"