gnu: python-allpairspy: Update to 2.5.1.

* gnu/packages/python-check.scm (python-allpairspy): Update to 2.5.1.
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-pytest-runner; add python-setuptools.

Change-Id: Iea02a2db43a159f9f3866469846b2d90005f9ff7
This commit is contained in:
Sharlatan Hellseher 2025-07-29 15:53:08 +01:00
parent c0cca7115b
commit 030af6ce6d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -125,16 +125,17 @@ HTTP requests.")
(define-public python-allpairspy (define-public python-allpairspy
(package (package
(name "python-allpairspy") (name "python-allpairspy")
(version "2.5.0") (version "2.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "allpairspy" version)) (uri (pypi-uri "allpairspy" version))
(sha256 (sha256
(base32 "1c987h13dly9919d15w3h747rgn50ilnv7dginhlprxbj564hn4k")))) (base32 "1zh983y9k5idna677vsjlfxlzm1dfff3w1n63sfi3vkfnnik37gn"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-pytest python-pytest-runner)) (list python-pytest
python-setuptools))
(home-page "https://github.com/thombashi/allpairspy") (home-page "https://github.com/thombashi/allpairspy")
(synopsis "Pairwise test combinations generator") (synopsis "Pairwise test combinations generator")
(description (description