summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 14:16:39 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:39 +0000
commitbdba3e0c5aea20326fa9138813bbc4d39de60ddc (patch)
tree6e6669c5608ac80ca649494adc96f85b41f1c3c7 /gnu
parent0086158da9ec1dcc0344e71c60202c280c307b82 (diff)
gnu: python-pyppmd: Update to 1.2.0.
* gnu/packages/python-compression.scm (python-pyppmd): Update to 1.2.0. [arguments] <test-flags>: Ignore benchmarking tests. [native-inputs]: Remove python-coverage, python-hypothesis, python-pytest-cov, python-pytest-timeout, and python-wheel. Change-Id: Ib100bbf9ac672554d79375437c7bb90e447814df
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-compression.scm15
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index 622a22cb3c4..9a8bb5131ce 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -506,24 +506,21 @@ headers compressed with QPACK.")
(define-public python-pyppmd
(package
(name "python-pyppmd")
- (version "1.0.0")
+ (version "1.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "pyppmd" version))
(sha256
(base32
- "03w4x26mar0ha73c3v39psn1i0k6xrzwmaxfsxysic73jz99np07"))))
+ "1z91l54ncsdglqv49fajaixld5kwnbgkjd4njvn32s6jy69ay16c"))))
(build-system pyproject-build-system)
+ (arguments
+ (list #:test-flags #~(list "--ignore=tests/test_benchmark.py")))
(native-inputs
- (list python-coverage
- python-hypothesis
- python-pytest
+ (list python-pytest
python-pytest-benchmark
- python-pytest-cov
- python-pytest-timeout
- python-setuptools-scm
python-setuptools
- python-wheel))
+ python-setuptools-scm))
(home-page "https://github.com/miurahr/pyppmd")
(synopsis "PPMd compression/decompression library")
(description "Pyppmd provides classes and functions for compressing and