summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
new file mode 100644
index 0000000000..5d4030f46e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Python extension for MurmurHash (MurmurHash3), a set of fast and \
2 robust hash functions"
3HOMEPAGE = "https://github.com/hajimes/mmh3"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=53366c60f8214cfc1d3622ebacd141fb"
6
7inherit pypi python_setuptools_build_meta
8
9SRC_URI[sha256sum] = "bbea5b775f0ac84945191fb83f845a6fd9a21a03ea7f2e187defac7e401616ad"
10
11BBCLASSEXTEND = "native nativesdk"