1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-10-31 14:16:39 +00:00
parent 0086158da9
commit bdba3e0c5a
+6 -9
View File
@@ -506,24 +506,21 @@ headers compressed with QPACK.")
(define-public python-pyppmd (define-public python-pyppmd
(package (package
(name "python-pyppmd") (name "python-pyppmd")
(version "1.0.0") (version "1.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyppmd" version)) (uri (pypi-uri "pyppmd" version))
(sha256 (sha256
(base32 (base32
"03w4x26mar0ha73c3v39psn1i0k6xrzwmaxfsxysic73jz99np07")))) "1z91l54ncsdglqv49fajaixld5kwnbgkjd4njvn32s6jy69ay16c"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments
(list #:test-flags #~(list "--ignore=tests/test_benchmark.py")))
(native-inputs (native-inputs
(list python-coverage (list python-pytest
python-hypothesis
python-pytest
python-pytest-benchmark python-pytest-benchmark
python-pytest-cov
python-pytest-timeout
python-setuptools-scm
python-setuptools python-setuptools
python-wheel)) python-setuptools-scm))
(home-page "https://github.com/miurahr/pyppmd") (home-page "https://github.com/miurahr/pyppmd")
(synopsis "PPMd compression/decompression library") (synopsis "PPMd compression/decompression library")
(description "Pyppmd provides classes and functions for compressing and (description "Pyppmd provides classes and functions for compressing and