pkgsrc-WIP-changes archive

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

Add py-hiredis



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

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

Log Message:
Add py-hiredis

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

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

diffstat:
 Makefile            |  1 +
 py-hiredis/DESCR    |  1 +
 py-hiredis/Makefile | 14 ++++++++++++++
 py-hiredis/PLIST    | 12 ++++++++++++
 py-hiredis/distinfo |  6 ++++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9f548eb886..ffd51faf6a 100644
--- a/Makefile
+++ b/Makefile
@@ -3264,6 +3264,7 @@ SUBDIR+=	py-hg-evolve
 SUBDIR+=	py-hgapi
 SUBDIR+=	py-hidapi-git
 SUBDIR+=	py-hieroglyph
+SUBDIR+=	py-hiredis
 SUBDIR+=	py-hmf
 SUBDIR+=	py-holoviews
 SUBDIR+=	py-honcho
diff --git a/py-hiredis/DESCR b/py-hiredis/DESCR
new file mode 100644
index 0000000000..0b21f17c6b
--- /dev/null
+++ b/py-hiredis/DESCR
@@ -0,0 +1 @@
+Python wrapper for hiredis
diff --git a/py-hiredis/Makefile b/py-hiredis/Makefile
new file mode 100644
index 0000000000..26bb5bcebe
--- /dev/null
+++ b/py-hiredis/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	hiredis-0.2.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/hiredis/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/pietern/hiredis-py
+COMMENT=	Python wrapper for hiredis
+LICENSE=	modified-bsd
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hiredis/PLIST b/py-hiredis/PLIST
new file mode 100644
index 0000000000..a963a1ecbc
--- /dev/null
+++ b/py-hiredis/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hiredis/__init__.py
+${PYSITELIB}/hiredis/__init__.pyc
+${PYSITELIB}/hiredis/__init__.pyo
+${PYSITELIB}/hiredis/hiredis.so
+${PYSITELIB}/hiredis/version.py
+${PYSITELIB}/hiredis/version.pyc
+${PYSITELIB}/hiredis/version.pyo
diff --git a/py-hiredis/distinfo b/py-hiredis/distinfo
new file mode 100644
index 0000000000..651d33e750
--- /dev/null
+++ b/py-hiredis/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hiredis-0.2.0.tar.gz) = 188a62e7ccb52db73be02d2207e4e3b134fd606f
+RMD160 (hiredis-0.2.0.tar.gz) = 5bced44970eaaf3e91835da4c966663b7af388e9
+SHA512 (hiredis-0.2.0.tar.gz) = 9eb18ec089517340043d14938a213b139dc948dc9cf2f9c65e632bb4694ac22543b87a5875c1cea083e2bc8e303103c749047889cdb3e9d5680b586d34330c86
+Size (hiredis-0.2.0.tar.gz) = 46113 bytes


Home | Main Index | Thread Index | Old Index