Skip to content

Commit 8d9da89

Browse files
authored
Merge pull request #1099 from YoeDistro/kraj/master
python3-pyzstd: Upgrade to 0.19.0
2 parents b51375e + e91d195 commit 8d9da89

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)