summaryrefslogtreecommitdiff
path: root/net/py-kombu/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2013-07-02 11:05:21 +0000
committerrodent <rodent>2013-07-02 11:05:21 +0000
commitfcd9987188cb6c7f56bbcd8cef69f94a7369e8d9 (patch)
tree4227c4cc61fdf01a15e2f7be1fdf1f7da81e8451 /net/py-kombu/Makefile
parent199668cee791b099f1bd5f7e776c6eb0e37805cb (diff)
downloadpkgsrc-fcd9987188cb6c7f56bbcd8cef69f94a7369e8d9.tar.gz
Import py27-kombu-2.5.12 as net/py-kombu.
Kombu is a messaging framework for Python. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested solutions to common messaging problems.
Diffstat (limited to 'net/py-kombu/Makefile')
-rw-r--r--net/py-kombu/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile
new file mode 100644
index 00000000000..fec5fc54cb6
--- /dev/null
+++ b/net/py-kombu/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/07/02 11:05:21 rodent Exp $
+#
+
+DISTNAME= kombu-2.5.12
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= http://pypi.python.org/packages/source/k/kombu/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://kombu.readthedocs.org/
+COMMENT= Messaging framework for Python
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+= kombu/tests/test_serialization.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"