pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add py-mmh3
Module Name: pkgsrc-wip
Committed By: Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By: kethzer.dr
Date: Fri May 4 13:34:17 2018 -0400
Changeset: c8b7b74004228b96533fbdf7876415bbbdf09d24
Modified Files:
Makefile
Added Files:
py-mmh3/DESCR
py-mmh3/Makefile
py-mmh3/PLIST
py-mmh3/distinfo
Log Message:
Add py-mmh3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c8b7b74004228b96533fbdf7876415bbbdf09d24
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 ++-
py-mmh3/DESCR | 1 +
py-mmh3/Makefile | 16 ++++++++++++++++
py-mmh3/PLIST | 6 ++++++
py-mmh3/distinfo | 6 ++++++
5 files changed, 31 insertions(+), 1 deletion(-)
diffs:
diff --git a/Makefile b/Makefile
index 33adc36c97..86dd6bf372 100644
--- a/Makefile
+++ b/Makefile
@@ -3402,9 +3402,10 @@ SUBDIR+= py-metropack
SUBDIR+= py-minepy
SUBDIR+= py-minidb
SUBDIR+= py-mipp
+SUBDIR+= py-mmh3
SUBDIR+= py-mmLib
SUBDIR+= py-mne
-SUBDIR+= py-mochi
+SUBDIR+= py-mochi1
SUBDIR+= py-mocker
SUBDIR+= py-modargs
SUBDIR+= py-model-builder
diff --git a/py-mmh3/DESCR b/py-mmh3/DESCR
new file mode 100644
index 0000000000..ebc96f8c19
--- /dev/null
+++ b/py-mmh3/DESCR
@@ -0,0 +1 @@
+Wrapper for MurmurHash, a set of fast and robust hash functions
diff --git a/py-mmh3/Makefile b/py-mmh3/Makefile
new file mode 100644
index 0000000000..b68643db4f
--- /dev/null
+++ b/py-mmh3/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= mmh3-2.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/mmh3/}
+
+MAINTAINER= kethzer.dr%gmail.com@localhost
+HOMEPAGE= https://github.com/hajimes/mmh3
+COMMENT= Wrapper for MurmurHash, a set of fast and robust hash functions
+LICENSE= cc0-1.0-universal
+
+.include "../../lang/python/egg.mk"
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-mmh3/PLIST b/py-mmh3/PLIST
new file mode 100644
index 0000000000..a432171dd2
--- /dev/null
+++ b/py-mmh3/PLIST
@@ -0,0 +1,6 @@
+@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}/mmh3.so
diff --git a/py-mmh3/distinfo b/py-mmh3/distinfo
new file mode 100644
index 0000000000..a338ea9ee4
--- /dev/null
+++ b/py-mmh3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mmh3-2.5.1.tar.gz) = abe5fd3f06322fa814961fa9466ee089fa561a8a
+RMD160 (mmh3-2.5.1.tar.gz) = 9e5929ae21705cdaea4e19ca1965a5e8dd613dd7
+SHA512 (mmh3-2.5.1.tar.gz) = 1cc2bdaceda00e90355fcca990517aec77e60c2117e716cf7311a5b4aa1a78635cee16ad4d551d73ea72a18fe9c40fb24b7ff042171eae252cc4fb5660592d37
+Size (mmh3-2.5.1.tar.gz) = 9797 bytes
Home |
Main Index |
Thread Index |
Old Index