mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: Remove python2-pystache.
* gnu/packages/python-xyz.scm (python2-pystache): Delete variable.
This commit is contained in:
parent
627b81c159
commit
a1f4dcacb3
1 changed files with 1 additions and 14 deletions
|
@ -4202,20 +4202,7 @@ templates. A format string can be provided to control the output.")
|
||||||
(description
|
(description
|
||||||
"Pystache is a Python implementation of the framework agnostic,
|
"Pystache is a Python implementation of the framework agnostic,
|
||||||
logic-free templating system Mustache.")
|
logic-free templating system Mustache.")
|
||||||
(license license:expat)
|
(license license:expat)))
|
||||||
(properties `((python2-variant . ,(delay python2-pystache))))))
|
|
||||||
|
|
||||||
(define-public python2-pystache
|
|
||||||
(let ((base (package-with-python2
|
|
||||||
(strip-python2-variant python-pystache))))
|
|
||||||
(package/inherit base
|
|
||||||
(arguments
|
|
||||||
`(#:python ,python-2
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "python" "test_pystache.py")))))))))
|
|
||||||
|
|
||||||
(define-public python-pystitcher
|
(define-public python-pystitcher
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue