diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-16 17:41:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-16 09:59:21 -0700 |
| commit | d2e503f21f75cf8bd43e3176ead2b7b0044671a7 (patch) | |
| tree | dc516705a6679b0f7037a0ec51d5fc40fac0daa5 /meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb | |
| parent | da1741b3d3a71a9ed4d30afabcbe35c5ce3d3139 (diff) | |
| download | meta-openembedded-d2e503f21f75cf8bd43e3176ead2b7b0044671a7.tar.gz | |
python3-zstandard: upgrade 0.24.0 -> 0.25.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb new file mode 100644 index 0000000000..86bd3a8ea7 --- /dev/null +++ b/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.25.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Python bindings for interfacing with the Zstandard compression library" | ||
| 2 | DESCRIPTION = "This project provides Python bindings for interfacing with the \ | ||
| 3 | Zstandard compression library. A C extension and CFFI interface \ | ||
| 4 | are provided." | ||
| 5 | HOMEPAGE = "https://github.com/indygreg/python-zstandard" | ||
| 6 | BUGTRACKER = "https://github.com/indygreg/python-zstandard/issues" | ||
| 7 | LICENSE = "BSD-3-Clause" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3ae87c50fd64b6f0942823686871e758" | ||
| 9 | |||
| 10 | DEPENDS = "python3-cffi" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "\ | ||
| 13 | libzstd (>= 1.4.0) \ | ||
| 14 | python3-cffi \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit setuptools3 pypi | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "7713e1179d162cf5c7906da876ec2ccb9c3a9dcbdffef0cc7f70c3667a205f0b" | ||
| 20 | |||
| 21 | # Because the pyproject.toml is still in development and it contains invalid | ||
| 22 | # requirements. | ||
| 23 | INSANE_SKIP += "pep517-backend" | ||
