summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb b/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb
new file mode 100644
index 0000000000..2a07c36c40
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb
@@ -0,0 +1,15 @@
1SUMMARY = "Backport of compression.zstd"
2HOMEPAGE = "https://github.com/rogdham/backports.zstd"
3LICENSE = "0BSD & PSF-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=224f30639105a6ab845e068c2d0903ff \
5 file://LICENSE_zstd.txt;md5=85fffd6822a26cd7d2a6eeb939ada0da \
6 file://src/c/pythoncapi-compat/COPYING;md5=f74f54822fab8814a50330e4e4578b88 \
7 file://src/c/zstd/LICENSE;md5=0822a32f7acdbe013606746641746ee8"
8
9SRC_URI[sha256sum] = "6c3fc19342db750b52fde793e4440a93575761b1493bb4a1d3b26033d2bd3452"
10
11inherit pypi python_setuptools_build_meta ptest-python-pytest
12
13PYPI_PACKAGE = "backports_zstd"
14
15RDEPENDS:${PN}-ptest += "bash python3-compile python3-codecs python3-mypy"