We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b51375e + e91d195 commit 8d9da89Copy full SHA for 8d9da89
sources/meta-yoe/recipes-support/python/python3-pyzstd_0.19.0.bb
@@ -0,0 +1,17 @@
1
+DESCRIPTION = "Pyzstd module provides classes and functions for compressing and \
2
+decompressing data, using Facebook’s Zstandard (or zstd as short name) algorithm."
3
+HOMEPAGE = "https://github.com/Rogdham/pyzstd"
4
+SECTION = "devel/python"
5
+
6
+LICENSE = "BSD-3-Clause"
7
8
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aedb5a2679cd1552fb61c181ef974b9e"
9
10
+PYPI_PACKAGE = "pyzstd"
11
12
+SRC_URI[sha256sum] = "44e7b9be7b445aac742003ddee52ca31385d52dffb8c60adf633fad8e795f10d"
13
14
+inherit pypi python_setuptools_build_meta ptest-python-pytest python_hatchling
15
16
+DEPENDS += "python3-hatch-vcs-native"
17
+RDEPENDS:${PN}-ptest += "python3-backports-zstd"
0 commit comments