pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-softlayer_messaging Import py27-softlayer_messa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f35a752e3e8b
branches:  trunk
changeset: 635563:f35a752e3e8b
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Jun 08 23:09:53 2014 +0000

description:
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:

 net/py-softlayer_messaging/DESCR    |   2 ++
 net/py-softlayer_messaging/Makefile |  18 ++++++++++++++++++
 net/py-softlayer_messaging/PLIST    |  34 ++++++++++++++++++++++++++++++++++
 net/py-softlayer_messaging/distinfo |   5 +++++
 4 files changed, 59 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 3ca769161efe -r f35a752e3e8b net/py-softlayer_messaging/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-softlayer_messaging/DESCR  Sun Jun 08 23:09:53 2014 +0000
@@ -0,0 +1,2 @@
+This code provides bindings written in Python to communicate with the SoftLayer
+Message Queue API.
diff -r 3ca769161efe -r f35a752e3e8b net/py-softlayer_messaging/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-softlayer_messaging/Makefile       Sun Jun 08 23:09:53 2014 +0000
@@ -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@localhost
+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 -r 3ca769161efe -r f35a752e3e8b net/py-softlayer_messaging/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-softlayer_messaging/PLIST  Sun Jun 08 23:09:53 2014 +0000
@@ -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 -r 3ca769161efe -r f35a752e3e8b net/py-softlayer_messaging/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-softlayer_messaging/distinfo       Sun Jun 08 23:09:53 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index