mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
python3-zstandard: add a recipe for version 0.23.0
This package offers Python bindings to interface with the Zstandard compression library. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
98c18177fd
commit
3822241d2b
|
|
@ -465,6 +465,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
||||||
python3-yappi \
|
python3-yappi \
|
||||||
python3-yarl \
|
python3-yarl \
|
||||||
python3-zopeinterface \
|
python3-zopeinterface \
|
||||||
|
python3-zstandard \
|
||||||
telepathy-python3 \
|
telepathy-python3 \
|
||||||
unattended-upgrades \
|
unattended-upgrades \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
SUMMARY = "Python bindings for interfacing with the Zstandard compression library"
|
||||||
|
DESCRIPTION = "This project provides Python bindings for interfacing with the \
|
||||||
|
Zstandard compression library. A C extension and CFFI interface \
|
||||||
|
are provided."
|
||||||
|
HOMEPAGE = "https://github.com/indygreg/python-zstandard"
|
||||||
|
BUGTRACKER = "https://github.com/indygreg/python-zstandard/issues"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3ae87c50fd64b6f0942823686871e758"
|
||||||
|
|
||||||
|
DEPENDS = "python3-cffi"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "\
|
||||||
|
libzstd (>= 1.4.0) \
|
||||||
|
python3-cffi \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit setuptools3 pypi
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09"
|
||||||
|
|
||||||
|
# Because the pyproject.toml is still in development and it contains invalid
|
||||||
|
# requirements.
|
||||||
|
INSANE_SKIP += "pep517-backend"
|
||||||
Loading…
Reference in New Issue
Block a user