gnu: Remove python2-pystache.

* gnu/packages/python-xyz.scm (python2-pystache): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:24:44 -04:00
parent 627b81c159
commit a1f4dcacb3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4202,20 +4202,7 @@ (define-public python-pystache
(description
"Pystache is a Python implementation of the framework agnostic,
logic-free templating system Mustache.")
(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")))))))))
(license license:expat)))
(define-public python-pystitcher
(package