gnu: python-pkginfo: Update to 1.8.2.

* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.8.2.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Don't return #t.
[native-inputs]: Add python-wheel.
[home-page]: Don't break line.
[synopsis]: Don't break line.
[description]: Fix indentation.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego 2021-12-27 23:30:35 +00:00 committed by Nicolas Goaziou
parent 7fd7416728
commit 07164966fe
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19952,14 +19952,13 @@ (define-public python2-tqdm
(define-public python-pkginfo (define-public python-pkginfo
(package (package
(name "python-pkginfo") (name "python-pkginfo")
(version "1.7.0") (version "1.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pkginfo" version)) (uri (pypi-uri "pkginfo" version))
(sha256 (sha256
(base32 (base32 "1zrbn2gblb1q1rx0jlbd0vc9h1dm1bj0760p40ff5qjhcw5hsbjl"))))
"1d1xn1xmfvz0jr3pj8irdwnwby3r13g0r2gwklr1q5y68p5p16h2"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -19968,12 +19967,11 @@ (define-public python-pkginfo
(lambda _ (lambda _
(substitute* "pkginfo/tests/test_installed.py" (substitute* "pkginfo/tests/test_installed.py"
(("test_ctor_w_package_no_PKG_INFO") (("test_ctor_w_package_no_PKG_INFO")
"_test_ctor_w_package_no_PKG_INFO")) "_test_ctor_w_package_no_PKG_INFO")))))))
#t))))) (native-inputs
(home-page (list python-wheel))
"https://code.launchpad.net/~tseaver/pkginfo/trunk") (home-page "https://code.launchpad.net/~tseaver/pkginfo/trunk")
(synopsis (synopsis "Query metadatdata from sdists, bdists, and installed packages")
"Query metadatdata from sdists, bdists, and installed packages")
(description (description
"API to query the distutils metadata written in @file{PKG-INFO} inside a "API to query the distutils metadata written in @file{PKG-INFO} inside a
source distriubtion (an sdist) or a binary distribution (e.g., created by source distriubtion (an sdist) or a binary distribution (e.g., created by