gnu: python-mako: Update to 1.0.8.
* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.8. [arguments]: Remove.
This commit is contained in:
parent
f882f62c6b
commit
db65a4fd91
|
@ -8117,23 +8117,15 @@ python-xdo for newer bindings.)")
|
||||||
(define-public python-mako
|
(define-public python-mako
|
||||||
(package
|
(package
|
||||||
(name "python-mako")
|
(name "python-mako")
|
||||||
(version "1.0.7")
|
(version "1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Mako" version))
|
(uri (pypi-uri "Mako" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf"))))
|
"0hr89gcda0y0baz25cm4yq7fbl7cvid4zsns8cgv0jfzq102j284"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases (modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-setup.cfg
|
|
||||||
(lambda _
|
|
||||||
;; Adjust setup.cfg for compatibility with Pytest 4.
|
|
||||||
(substitute* "setup.cfg"
|
|
||||||
(("\\[pytest\\]") "[tool:pytest]"))
|
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-markupsafe" ,python-markupsafe)))
|
`(("python-markupsafe" ,python-markupsafe)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue