mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
python3-mmh3: Add recipe
Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions. Signed-off-by: Martin Schwan <m.schwan@phytec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9c4f82ac0b
commit
824ccc8845
11
meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb
Normal file
11
meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
SUMMARY = "Python extension for MurmurHash (MurmurHash3), a set of fast and \
|
||||
robust hash functions"
|
||||
HOMEPAGE = "https://github.com/hajimes/mmh3"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2edf2352bb2cd3d7787f05247781b314"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI[sha256sum] = "1efc8fec8478e9243a78bb993422cf79f8ff85cb4cf6b79647480a31e0d950a8"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user