gnu: python-pkginfo: Update to 1.9.6.

* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.9.6.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Remove PYTHON-WHEEL.  Add PYTHON-PYTEST.
This commit is contained in:
Marius Bakke 2023-09-11 23:04:15 +08:00
parent 977dbf2588
commit b8113fce02
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -23252,16 +23252,16 @@ (define-public python-tqdm
(define-public python-pkginfo (define-public python-pkginfo
(package (package
(name "python-pkginfo") (name "python-pkginfo")
(version "1.8.3") (version "1.9.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pkginfo" version)) (uri (pypi-uri "pkginfo" version))
(sha256 (sha256
(base32 "0z46w559hrl79gf7navgzimj21ma821wka27jh58fvyqilqs8kd8")))) (base32 "0inh57664sx2vlbd3913dsc9nz21ysb9vk591qpkg90qhxp8kmcg"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-wheel)) (list python-pytest))
(home-page "https://code.launchpad.net/~tseaver/pkginfo/trunk") (home-page "https://code.launchpad.net/~tseaver/pkginfo/trunk")
(synopsis "Query metadatdata from sdists, bdists, and installed packages") (synopsis "Query metadatdata from sdists, bdists, and installed packages")
(description (description