diff options
| author | Martin Schwan <m.schwan@phytec.de> | 2025-10-23 11:46:29 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 09:06:24 -0700 |
| commit | 824ccc8845d9014eda2b98a9003c435437126259 (patch) | |
| tree | 6f883cc1c7a124e7ac3306b4674d1cc88148d5e7 /meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb | |
| parent | 9c4f82ac0bf0c7d16e4a738e3e380be26a1bcd7c (diff) | |
| download | meta-openembedded-824ccc8845d9014eda2b98a9003c435437126259.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb b/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb new file mode 100644 index 0000000000..c719762885 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Python extension for MurmurHash (MurmurHash3), a set of fast and \ | ||
| 2 | robust hash functions" | ||
| 3 | HOMEPAGE = "https://github.com/hajimes/mmh3" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2edf2352bb2cd3d7787f05247781b314" | ||
| 6 | |||
| 7 | inherit pypi python_setuptools_build_meta | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "1efc8fec8478e9243a78bb993422cf79f8ff85cb4cf6b79647480a31e0d950a8" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
