summaryrefslogtreecommitdiff
path: root/dev-python/zstandard
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/zstandard')
-rw-r--r--dev-python/zstandard/Manifest2
-rw-r--r--dev-python/zstandard/zstandard-0.22.0.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/zstandard/Manifest b/dev-python/zstandard/Manifest
index 4e31a43fcb6d..57712d60ea1d 100644
--- a/dev-python/zstandard/Manifest
+++ b/dev-python/zstandard/Manifest
@@ -1,4 +1,4 @@
AUX zstandard-0.22.0-build.patch 2228 BLAKE2B a8c2b6ef7cfb0a6f4037f25505ab6f81875f760078165e89d4956af022e074cf8b55c20a4a78b6a1eee3f5e1711b3b4c78b432cf58f582d21a005e9921f993b2 SHA512 25ecb4ec764af46af104e8e1fa5a4a2e0a8a5f312cac582d6c740b36c0b43af403028c04aae2bda3238f7d73b88dd863d3624e211e87a3eafe63a7a603324891
DIST python-zstandard-0.22.0.gh.tar.gz 707644 BLAKE2B ce400120f9106d729b50ae091a581f4a9fb2e796ec0872cb7db393aa7a55cf6e22cbff79c3ff780b4f609fbd8289a9744cbdfc730ba51cb09ee4e7c56b1dac9e SHA512 b3041217ad4b6297d0727dd5d22bc83645d43fa591985bef43e8633feb960310a3f2eb1edaa133595941a6932683af91d565266f312c987e6b6c514ce70c9ddb
-EBUILD zstandard-0.22.0.ebuild 1679 BLAKE2B 8a5ea6758b4472ab2a7fc9e25a1b0421c07c9c311699cd5b8e15e3b6499c1b42343733a141020b16c8ef281e950d3c90f6eced774b5ae0de0c3960a9b8077bcc SHA512 e6f406c7f628c22b07ae91bed207e619bf59a1ae98ef760460d5f93bfba3c47be2e867c1542510b61d9e205d2d91566250e6de6a66fc241e89e198f07a807305
+EBUILD zstandard-0.22.0.ebuild 1812 BLAKE2B e7048efbb2658dd2b4af9a127520f5ebe45a4e8986951eadc33ab2716614783a422d4b155df5e2b1605b051366b8d0b39f45364f3e8d61a8717bdb5ef0f88f32 SHA512 c628e7674924ed2194ae9c99a90397b891e9979f1163a59cea852ebe37964e61db3c85f70ab491747f925e71498a5be673db0dbce6418dd57c2d5d76b194f4ee
MISC metadata.xml 378 BLAKE2B dd5834c84bb375812b3a3cfcc00d29aa43ac8954b044e188e8f38bdca93fdf1ce98fe78b78dbeccd935c83ca10f3ce18f893e5720dd8991118b6c69149a4ac61 SHA512 06554d973b525d53c680c3e43041f33125dad222339e645294fbc22670a7eadb0e9bf8a3b0771d2b2fb8f136d958eadb32c295179d1547c50ae26754360609f3
diff --git a/dev-python/zstandard/zstandard-0.22.0.ebuild b/dev-python/zstandard/zstandard-0.22.0.ebuild
index 4a85fdd1cc8c..bc610d17eeac 100644
--- a/dev-python/zstandard/zstandard-0.22.0.ebuild
+++ b/dev-python/zstandard/zstandard-0.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,8 +21,8 @@ SRC_URI="
"
S=${WORKDIR}/${MY_P}
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
DEPEND="
@@ -67,6 +67,8 @@ python_test() {
local EPYTEST_DESELECT=(
# unreliable, fails on x86
tests/test_data_structures.py::TestCompressionParameters::test_estimated_compression_context_size
+ # check for bundled zstd version, fails on other system zstd
+ tests/test_module_attributes.py::TestModuleAttributes::test_version
)
rm -rf zstandard || die