diff options
author | rodent <rodent@pkgsrc.org> | 2014-06-08 23:09:53 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-06-08 23:09:53 +0000 |
commit | 57b03f9fa7f2e96fcbe4fc1d1578138bd4174da5 (patch) | |
tree | 22b7e34d1884172e8b0e675dcc12deaf9bfadbef /net | |
parent | a1a674dfb05ea5687c0a266b8768acb231087a97 (diff) | |
download | pkgsrc-57b03f9fa7f2e96fcbe4fc1d1578138bd4174da5.tar.gz |
Import py27-softlayer_messaging-1.0.3 as net/py-softlayer_messaging.
This code provides bindings written in Python to communicate with the SoftLayer
Message Queue API.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-softlayer_messaging/DESCR | 2 | ||||
-rw-r--r-- | net/py-softlayer_messaging/Makefile | 18 | ||||
-rw-r--r-- | net/py-softlayer_messaging/PLIST | 34 | ||||
-rw-r--r-- | net/py-softlayer_messaging/distinfo | 5 |
4 files changed, 59 insertions, 0 deletions
diff --git a/net/py-softlayer_messaging/DESCR b/net/py-softlayer_messaging/DESCR new file mode 100644 index 00000000000..92a72b62882 --- /dev/null +++ b/net/py-softlayer_messaging/DESCR @@ -0,0 +1,2 @@ +This code provides bindings written in Python to communicate with the SoftLayer +Message Queue API. diff --git a/net/py-softlayer_messaging/Makefile b/net/py-softlayer_messaging/Makefile new file mode 100644 index 00000000000..8bf1b0996da --- /dev/null +++ b/net/py-softlayer_messaging/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2014/06/08 23:09:53 rodent Exp $ + +DISTNAME= softlayer_messaging-1.0.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net python +MASTER_SITES= https://pypi.python.org/packages/source/s/softlayer_messaging/ + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://sldn.softlayer.com/reference/messagequeueapi +COMMENT= SoftLayer Message Queue client +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/py-softlayer_messaging/PLIST b/net/py-softlayer_messaging/PLIST new file mode 100644 index 00000000000..d24f84baa48 --- /dev/null +++ b/net/py-softlayer_messaging/PLIST @@ -0,0 +1,34 @@ +@comment $NetBSD: PLIST,v 1.1 2014/06/08 23:09:53 rodent Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/softlayer_messaging/__init__.py +${PYSITELIB}/softlayer_messaging/__init__.pyc +${PYSITELIB}/softlayer_messaging/__init__.pyo +${PYSITELIB}/softlayer_messaging/auth.py +${PYSITELIB}/softlayer_messaging/auth.pyc +${PYSITELIB}/softlayer_messaging/auth.pyo +${PYSITELIB}/softlayer_messaging/client.py +${PYSITELIB}/softlayer_messaging/client.pyc +${PYSITELIB}/softlayer_messaging/client.pyo +${PYSITELIB}/softlayer_messaging/compat.py +${PYSITELIB}/softlayer_messaging/compat.pyc +${PYSITELIB}/softlayer_messaging/compat.pyo +${PYSITELIB}/softlayer_messaging/constants.py +${PYSITELIB}/softlayer_messaging/constants.pyc +${PYSITELIB}/softlayer_messaging/constants.pyo +${PYSITELIB}/softlayer_messaging/errors.py +${PYSITELIB}/softlayer_messaging/errors.pyc +${PYSITELIB}/softlayer_messaging/errors.pyo +${PYSITELIB}/softlayer_messaging/queue.py +${PYSITELIB}/softlayer_messaging/queue.pyc +${PYSITELIB}/softlayer_messaging/queue.pyo +${PYSITELIB}/softlayer_messaging/resource.py +${PYSITELIB}/softlayer_messaging/resource.pyc +${PYSITELIB}/softlayer_messaging/resource.pyo +${PYSITELIB}/softlayer_messaging/resources/config.json +${PYSITELIB}/softlayer_messaging/topic.py +${PYSITELIB}/softlayer_messaging/topic.pyc +${PYSITELIB}/softlayer_messaging/topic.pyo diff --git a/net/py-softlayer_messaging/distinfo b/net/py-softlayer_messaging/distinfo new file mode 100644 index 00000000000..b855c899ee5 --- /dev/null +++ b/net/py-softlayer_messaging/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/06/08 23:09:53 rodent Exp $ + +SHA1 (softlayer_messaging-1.0.3.tar.gz) = b795b044205cc39aa4c0d4e495ef091ef91ea98a +RMD160 (softlayer_messaging-1.0.3.tar.gz) = 5d36624c3813259104e8710f0d637b46f36f8e96 +Size (softlayer_messaging-1.0.3.tar.gz) = 5378 bytes |