1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +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

View File

@@ -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