mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pystache: Update to 0.6.8.
* gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.8. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I25d4373bcbac47dcc5a66ca8ad62a1d1cb75645a
This commit is contained in:
parent
f10da5043b
commit
85b859a340
1 changed files with 4 additions and 3 deletions
|
@ -8014,16 +8014,17 @@ Mako, and Tornado.")
|
|||
(define-public python-pystache
|
||||
(package
|
||||
(name "python-pystache")
|
||||
(version "0.6.0")
|
||||
(version "0.6.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pystache" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03a73ppf5vxnsk6az5ackvc0hp6xqv2f4hi1s5c4nk4s2jr95gwk"))))
|
||||
(build-system python-build-system)
|
||||
"0b67fmq0wmfkgcr7qqc44vvpvh8zkdk0rh87kccds9jdda7521rp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; FIXME: Python 3 tests are failing.
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "http://defunkt.io/pystache/")
|
||||
(synopsis "Python logic-less template engine")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue