diff options
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.bb | 11 |
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 @@ | |||
| 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=53366c60f8214cfc1d3622ebacd141fb" | ||
| 6 | |||
| 7 | inherit pypi python_setuptools_build_meta | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "bbea5b775f0ac84945191fb83f845a6fd9a21a03ea7f2e187defac7e401616ad" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
