diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 14:16:39 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:39 +0000 |
| commit | bdba3e0c5aea20326fa9138813bbc4d39de60ddc (patch) | |
| tree | 6e6669c5608ac80ca649494adc96f85b41f1c3c7 /gnu/packages/python-compression.scm | |
| parent | 0086158da9ec1dcc0344e71c60202c280c307b82 (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/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 15 |
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.") | |||
| 506 | (define-public python-pyppmd | 506 | (define-public python-pyppmd |
| 507 | (package | 507 | (package |
| 508 | (name "python-pyppmd") | 508 | (name "python-pyppmd") |
| 509 | (version "1.0.0") | 509 | (version "1.2.0") |
| 510 | (source (origin | 510 | (source (origin |
| 511 | (method url-fetch) | 511 | (method url-fetch) |
| 512 | (uri (pypi-uri "pyppmd" version)) | 512 | (uri (pypi-uri "pyppmd" version)) |
| 513 | (sha256 | 513 | (sha256 |
| 514 | (base32 | 514 | (base32 |
| 515 | "03w4x26mar0ha73c3v39psn1i0k6xrzwmaxfsxysic73jz99np07")))) | 515 | "1z91l54ncsdglqv49fajaixld5kwnbgkjd4njvn32s6jy69ay16c")))) |
| 516 | (build-system pyproject-build-system) | 516 | (build-system pyproject-build-system) |
| 517 | (arguments | ||
| 518 | (list #:test-flags #~(list "--ignore=tests/test_benchmark.py"))) | ||
| 517 | (native-inputs | 519 | (native-inputs |
| 518 | (list python-coverage | 520 | (list python-pytest |
| 519 | python-hypothesis | ||
| 520 | python-pytest | ||
| 521 | python-pytest-benchmark | 521 | python-pytest-benchmark |
| 522 | python-pytest-cov | ||
| 523 | python-pytest-timeout | ||
| 524 | python-setuptools-scm | ||
| 525 | python-setuptools | 522 | python-setuptools |
| 526 | python-wheel)) | 523 | python-setuptools-scm)) |
| 527 | (home-page "https://github.com/miurahr/pyppmd") | 524 | (home-page "https://github.com/miurahr/pyppmd") |
| 528 | (synopsis "PPMd compression/decompression library") | 525 | (synopsis "PPMd compression/decompression library") |
| 529 | (description "Pyppmd provides classes and functions for compressing and | 526 | (description "Pyppmd provides classes and functions for compressing and |
