summaryrefslogtreecommitdiff
path: root/devel/py-stompclient
diff options
context:
space:
mode:
authorimil <imil>2012-08-14 09:05:22 +0000
committerimil <imil>2012-08-14 09:05:22 +0000
commitdad64c38b6bd1f554a32679724bd6d6288279605 (patch)
tree25375c7e9be16a5496985302a4d22ec1673d048c /devel/py-stompclient
parentaebbffd23b30b06c6bf6348f82fe21942a87e286 (diff)
downloadpkgsrc-dad64c38b6bd1f554a32679724bd6d6288279605.tar.gz
Initial import of py-stompclient, version 0.3.2, into the NetBSD Packages
Collection. stompclient provides a simple and lighweight STOMP client API for Python. stompclient supports both simplex (publisher-only) and duplex (publish-subscribe) communication with STOMP servers. This project started as a fork of the stompy project by Benjamin W. Smith) but has evolved into a very distinct codebase, which combines a few ideas from stompy with features from the Stomper library and CoilMQ broker.
Diffstat (limited to 'devel/py-stompclient')
-rw-r--r--devel/py-stompclient/DESCR7
-rw-r--r--devel/py-stompclient/Makefile19
-rw-r--r--devel/py-stompclient/PLIST26
-rw-r--r--devel/py-stompclient/distinfo5
4 files changed, 57 insertions, 0 deletions
diff --git a/devel/py-stompclient/DESCR b/devel/py-stompclient/DESCR
new file mode 100644
index 00000000000..22e90026201
--- /dev/null
+++ b/devel/py-stompclient/DESCR
@@ -0,0 +1,7 @@
+stompclient provides a simple and lighweight STOMP client API for Python.
+
+stompclient supports both simplex (publisher-only) and duplex
+(publish-subscribe) communication with STOMP servers. This project started as a
+fork of the stompy project by Benjamin W. Smith) but has evolved into a very
+distinct codebase, which combines a few ideas from stompy with features from
+the Stomper library and CoilMQ broker.
diff --git a/devel/py-stompclient/Makefile b/devel/py-stompclient/Makefile
new file mode 100644
index 00000000000..160ef2dbd75
--- /dev/null
+++ b/devel/py-stompclient/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2012/08/14 09:05:22 imil Exp $
+#
+
+DISTNAME= stompclient-0.3.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://pypi.python.org/packages/source/s/stompclient/
+
+MAINTAINER= imil@NetBSD.org
+HOMEPAGE= http://pypi.python.org/packages/source/s/stompclient/
+COMMENT= Lightweight and extensible STOMP messaging client
+LICENSE= apache-2.0
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-stompclient/PLIST b/devel/py-stompclient/PLIST
new file mode 100644
index 00000000000..8418c681f83
--- /dev/null
+++ b/devel/py-stompclient/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1 2012/08/14 09:05:22 imil Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/stompclient/__init__.py
+${PYSITELIB}/stompclient/__init__.pyc
+${PYSITELIB}/stompclient/__init__.pyo
+${PYSITELIB}/stompclient/connection.py
+${PYSITELIB}/stompclient/connection.pyc
+${PYSITELIB}/stompclient/connection.pyo
+${PYSITELIB}/stompclient/duplex.py
+${PYSITELIB}/stompclient/duplex.pyc
+${PYSITELIB}/stompclient/duplex.pyo
+${PYSITELIB}/stompclient/exceptions.py
+${PYSITELIB}/stompclient/exceptions.pyc
+${PYSITELIB}/stompclient/exceptions.pyo
+${PYSITELIB}/stompclient/frame.py
+${PYSITELIB}/stompclient/frame.pyc
+${PYSITELIB}/stompclient/frame.pyo
+${PYSITELIB}/stompclient/simplex.py
+${PYSITELIB}/stompclient/simplex.pyc
+${PYSITELIB}/stompclient/simplex.pyo
+${PYSITELIB}/stompclient/util.py
+${PYSITELIB}/stompclient/util.pyc
+${PYSITELIB}/stompclient/util.pyo
diff --git a/devel/py-stompclient/distinfo b/devel/py-stompclient/distinfo
new file mode 100644
index 00000000000..e81332c6d90
--- /dev/null
+++ b/devel/py-stompclient/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/08/14 09:05:22 imil Exp $
+
+SHA1 (stompclient-0.3.2.tar.gz) = fb14ac033cd126d43665884f456db79bca61972b
+RMD160 (stompclient-0.3.2.tar.gz) = 56d32ad81146e3f3cda560c3d51e80e70e30f17a
+Size (stompclient-0.3.2.tar.gz) = 15601 bytes