gnu: python-pkginfo: Update to 1.8.3.
* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.8.3. [arguments]: Remove 'patch-tests phase.master
parent
888e2878a7
commit
623f623209
gnu/packages
|
@ -19877,22 +19877,14 @@ design and layout.")
|
||||||
(define-public python-pkginfo
|
(define-public python-pkginfo
|
||||||
(package
|
(package
|
||||||
(name "python-pkginfo")
|
(name "python-pkginfo")
|
||||||
(version "1.8.2")
|
(version "1.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pkginfo" version))
|
(uri (pypi-uri "pkginfo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zrbn2gblb1q1rx0jlbd0vc9h1dm1bj0760p40ff5qjhcw5hsbjl"))))
|
(base32 "0z46w559hrl79gf7navgzimj21ma821wka27jh58fvyqilqs8kd8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'check 'patch-tests
|
|
||||||
(lambda _
|
|
||||||
(substitute* "pkginfo/tests/test_installed.py"
|
|
||||||
(("test_ctor_w_package_no_PKG_INFO")
|
|
||||||
"_test_ctor_w_package_no_PKG_INFO")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-wheel))
|
(list python-wheel))
|
||||||
(home-page "https://code.launchpad.net/~tseaver/pkginfo/trunk")
|
(home-page "https://code.launchpad.net/~tseaver/pkginfo/trunk")
|
||||||
|
|
Reference in New Issue