pkgsrc-WIP-changes archive

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

Add py-redis-cluster



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:21:24 2018 -0400
Changeset:	725c906bc3f8e5ce1f679b2efd67aed2bd50b95e

Modified Files:
	Makefile
Added Files:
	py-redis-cluster/DESCR
	py-redis-cluster/Makefile
	py-redis-cluster/PLIST
	py-redis-cluster/distinfo

Log Message:
Add py-redis-cluster

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=725c906bc3f8e5ce1f679b2efd67aed2bd50b95e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                  |  1 +
 py-redis-cluster/DESCR    |  1 +
 py-redis-cluster/Makefile | 16 ++++++++++++++++
 py-redis-cluster/PLIST    | 33 +++++++++++++++++++++++++++++++++
 py-redis-cluster/distinfo |  6 ++++++
 5 files changed, 57 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 74aaecc10f..fd01b4afe1 100644
--- a/Makefile
+++ b/Makefile
@@ -3652,6 +3652,7 @@ SUBDIR+=	py-rebound
 SUBDIR+=	py-recluse
 SUBDIR+=	py-recommonmark
 SUBDIR+=	py-redbaron
+SUBDIR+=	py-redis-cluster
 SUBDIR+=	py-reducer
 SUBDIR+=	py-remctl
 SUBDIR+=	py-report
diff --git a/py-redis-cluster/DESCR b/py-redis-cluster/DESCR
new file mode 100644
index 0000000000..ed957f855c
--- /dev/null
+++ b/py-redis-cluster/DESCR
@@ -0,0 +1 @@
+Cluster library for redis 3.0.0 built on top of redis-py
diff --git a/py-redis-cluster/Makefile b/py-redis-cluster/Makefile
new file mode 100644
index 0000000000..1e31ef9fdd
--- /dev/null
+++ b/py-redis-cluster/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	redis-py-cluster-1.3.4
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/py-//}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/redis-py-cluster/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/grokzen/redis-py-cluster/
+COMMENT=	Cluster library for redis 3.0.0 built on top of redis-py
+LICENSE=	mit
+
+DEPENDS+=       ${PYPKGPREFIX}-redis-[0-9]*:../../databases/py-redis
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-redis-cluster/PLIST b/py-redis-cluster/PLIST
new file mode 100644
index 0000000000..38a79da556
--- /dev/null
+++ b/py-redis-cluster/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD$
+${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}/rediscluster/__init__.py
+${PYSITELIB}/rediscluster/__init__.pyc
+${PYSITELIB}/rediscluster/__init__.pyo
+${PYSITELIB}/rediscluster/client.py
+${PYSITELIB}/rediscluster/client.pyc
+${PYSITELIB}/rediscluster/client.pyo
+${PYSITELIB}/rediscluster/connection.py
+${PYSITELIB}/rediscluster/connection.pyc
+${PYSITELIB}/rediscluster/connection.pyo
+${PYSITELIB}/rediscluster/crc.py
+${PYSITELIB}/rediscluster/crc.pyc
+${PYSITELIB}/rediscluster/crc.pyo
+${PYSITELIB}/rediscluster/exceptions.py
+${PYSITELIB}/rediscluster/exceptions.pyc
+${PYSITELIB}/rediscluster/exceptions.pyo
+${PYSITELIB}/rediscluster/nodemanager.py
+${PYSITELIB}/rediscluster/nodemanager.pyc
+${PYSITELIB}/rediscluster/nodemanager.pyo
+${PYSITELIB}/rediscluster/pipeline.py
+${PYSITELIB}/rediscluster/pipeline.pyc
+${PYSITELIB}/rediscluster/pipeline.pyo
+${PYSITELIB}/rediscluster/pubsub.py
+${PYSITELIB}/rediscluster/pubsub.pyc
+${PYSITELIB}/rediscluster/pubsub.pyo
+${PYSITELIB}/rediscluster/utils.py
+${PYSITELIB}/rediscluster/utils.pyc
+${PYSITELIB}/rediscluster/utils.pyo
diff --git a/py-redis-cluster/distinfo b/py-redis-cluster/distinfo
new file mode 100644
index 0000000000..99760d4136
--- /dev/null
+++ b/py-redis-cluster/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (redis-py-cluster-1.3.4.tar.gz) = 398c1291e658884802ca8ee7fcf33f920bc48ef6
+RMD160 (redis-py-cluster-1.3.4.tar.gz) = 987d13c2bea329a463e4aa394f933aa5d1b8d0df
+SHA512 (redis-py-cluster-1.3.4.tar.gz) = 4119780da7c7633b30d3ea525de82ca44629470b37eb1cc9f7b000d0cf237cfd0265cd2de0c093f064a350172b82334bea12687c49737d11be46d4c670a3e873
+Size (redis-py-cluster-1.3.4.tar.gz) = 32842 bytes


Home | Main Index | Thread Index | Old Index