summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb')
-rw-r--r--meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb
new file mode 100644
index 0000000000..e44e04038c
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Python bindings for interfacing with the Zstandard compression library"
2DESCRIPTION = "This project provides Python bindings for interfacing with the \
3 Zstandard compression library. A C extension and CFFI interface \
4 are provided."
5HOMEPAGE = "https://github.com/indygreg/python-zstandard"
6BUGTRACKER = "https://github.com/indygreg/python-zstandard/issues"
7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=3ae87c50fd64b6f0942823686871e758"
9
10DEPENDS = "python3-cffi"
11
12RDEPENDS_${PN} = "\
13 libzstd (>= 1.4.0) \
14 python3-cffi \
15"
16
17inherit setuptools3 pypi
18
19SRC_URI[sha256sum] = "b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09"
20
21# Because the pyproject.toml is still in development and it contains invalid
22# requirements.
23INSANE_SKIP += "pep517-backend"