pkgsrc-WIP-changes archive

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

Add py-rb



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:22:35 2018 -0400
Changeset:	7e633a930fa571c4fdebd3ed8ace894027c23bf0

Modified Files:
	Makefile
Added Files:
	py-rb/DESCR
	py-rb/Makefile
	py-rb/PLIST
	py-rb/distinfo

Log Message:
Add py-rb

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

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

diffstat:
 Makefile       |  1 +
 py-rb/DESCR    |  1 +
 py-rb/Makefile | 19 +++++++++++++++++++
 py-rb/PLIST    | 33 +++++++++++++++++++++++++++++++++
 py-rb/distinfo |  6 ++++++
 5 files changed, 60 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fd01b4afe1..73e26efe14 100644
--- a/Makefile
+++ b/Makefile
@@ -3641,6 +3641,7 @@ SUBDIR+=	py-radontea
 SUBDIR+=	py-ranger
 SUBDIR+=	py-raphrase
 SUBDIR+=	py-rasterio
+SUBDIR+=	py-rb
 SUBDIR+=	py-rcsparse
 SUBDIR+=	py-rdf
 SUBDIR+=	py-rdfextras
diff --git a/py-rb/DESCR b/py-rb/DESCR
new file mode 100644
index 0000000000..0e7cd831bd
--- /dev/null
+++ b/py-rb/DESCR
@@ -0,0 +1 @@
+Rb, the redis blaster
diff --git a/py-rb/Makefile b/py-rb/Makefile
new file mode 100644
index 0000000000..ff4c5dbe1c
--- /dev/null
+++ b/py-rb/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	rb-1.7
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/rb/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/getsentry/rb
+COMMENT=	The redis blaster
+LICENSE=	apache-2.0
+
+
+DEPENDS+=       redis>=4.0.9:../../databases/redis
+
+.include "../../lang/python/egg.mk"
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-rb/PLIST b/py-rb/PLIST
new file mode 100644
index 0000000000..d09ca4d097
--- /dev/null
+++ b/py-rb/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}/rb/__init__.py
+${PYSITELIB}/rb/__init__.pyc
+${PYSITELIB}/rb/__init__.pyo
+${PYSITELIB}/rb/_rediscommands.py
+${PYSITELIB}/rb/_rediscommands.pyc
+${PYSITELIB}/rb/_rediscommands.pyo
+${PYSITELIB}/rb/clients.py
+${PYSITELIB}/rb/clients.pyc
+${PYSITELIB}/rb/clients.pyo
+${PYSITELIB}/rb/cluster.py
+${PYSITELIB}/rb/cluster.pyc
+${PYSITELIB}/rb/cluster.pyo
+${PYSITELIB}/rb/ketama.py
+${PYSITELIB}/rb/ketama.pyc
+${PYSITELIB}/rb/ketama.pyo
+${PYSITELIB}/rb/poll.py
+${PYSITELIB}/rb/poll.pyc
+${PYSITELIB}/rb/poll.pyo
+${PYSITELIB}/rb/promise.py
+${PYSITELIB}/rb/promise.pyc
+${PYSITELIB}/rb/promise.pyo
+${PYSITELIB}/rb/router.py
+${PYSITELIB}/rb/router.pyc
+${PYSITELIB}/rb/router.pyo
+${PYSITELIB}/rb/testing.py
+${PYSITELIB}/rb/testing.pyc
+${PYSITELIB}/rb/testing.pyo
diff --git a/py-rb/distinfo b/py-rb/distinfo
new file mode 100644
index 0000000000..30bd214668
--- /dev/null
+++ b/py-rb/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rb-1.7.tar.gz) = 958f03a39bfad5b11998d00c888c1cf534f327e2
+RMD160 (rb-1.7.tar.gz) = 0ecead162c5fc6862a25fa859fc40ca4aef42994
+SHA512 (rb-1.7.tar.gz) = 073dede7335a729215e408d59c7d00208a4f188b870d9e4c4380e51be73eccde33d535a1efd92a312248647c63fc2b345d1eef5c237c2111594f0d304a72760c
+Size (rb-1.7.tar.gz) = 18963 bytes


Home | Main Index | Thread Index | Old Index