diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-09 14:51:28 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-10 08:56:14 -0800 |
| commit | 332072205f3ea5dcefe72cc2fe89b2fdbf7ee330 (patch) | |
| tree | 09ae105da4d8e64567837748ca38f3b0110eeb44 /meta-python | |
| parent | e26c6f86c8392e983a9d5da615631b0e9b54c78f (diff) | |
| download | meta-openembedded-332072205f3ea5dcefe72cc2fe89b2fdbf7ee330.tar.gz | |
python3-backports-zstd: Add recipe
This is required by python3-pyzstd >= 0.19.0
tests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-backports-zstd_1.2.0.bb | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index c72b4cb5d0..e17d5ef46d 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -12,6 +12,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
| 12 | python3-ansicolors \ | 12 | python3-ansicolors \ |
| 13 | python3-asgiref \ | 13 | python3-asgiref \ |
| 14 | python3-aspectlib \ | 14 | python3-aspectlib \ |
| 15 | python3-backports-zstd \ | ||
| 15 | python3-betamax \ | 16 | python3-betamax \ |
| 16 | python3-bleak \ | 17 | python3-bleak \ |
| 17 | python3-blinker \ | 18 | python3-blinker \ |
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 @@ | |||
| 1 | SUMMARY = "Backport of compression.zstd" | ||
| 2 | HOMEPAGE = "https://github.com/rogdham/backports.zstd" | ||
| 3 | LICENSE = "0BSD & PSF-2.0" | ||
| 4 | LIC_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 | |||
| 9 | SRC_URI[sha256sum] = "6c3fc19342db750b52fde793e4440a93575761b1493bb4a1d3b26033d2bd3452" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "backports_zstd" | ||
| 14 | |||
| 15 | RDEPENDS:${PN}-ptest += "bash python3-compile python3-codecs python3-mypy" | ||
