summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-xxhash.inc7
-rw-r--r--meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb2
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-xxhash.inc b/meta-python/recipes-devtools/python/python-xxhash.inc
new file mode 100644
index 000000000..9df4520f7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xxhash.inc
@@ -0,0 +1,7 @@
1SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet."
2SECTION = "devel/python"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d2c6db5887cc6b2fac8b701d64cb8442"
5
6SRC_URI[md5sum] = "a4289aa01839f3ea1fb98929d9131001"
7SRC_URI[sha256sum] = "fe21f23a9d05428c75461790b670f2bf15f50a632d6c171a7e7b588269c619e6"
diff --git a/meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb
new file mode 100644
index 000000000..76bc41a11
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb
@@ -0,0 +1,2 @@
1require python-xxhash.inc
2inherit pypi setuptools3