gnu: Add python-chevron.
* gnu/packages/python-xyz.scm (python-chevron): New variable.
This commit is contained in:
parent
66993edc17
commit
d60b77ee5d
1 changed files with 18 additions and 0 deletions
|
@ -19824,6 +19824,24 @@ from the header, as well as section details and data available.")
|
||||||
@end enumerate")
|
@end enumerate")
|
||||||
(license (license:x11-style "file://LICENSE"))))
|
(license (license:x11-style "file://LICENSE"))))
|
||||||
|
|
||||||
|
(define-public python-chevron
|
||||||
|
(package
|
||||||
|
(name "python-chevron")
|
||||||
|
(version "0.14.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "chevron" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1gqfh00ics2k1sm5g46l3bi8cl5fc5d1cwzh1ylvcxvdvypklqc7"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #false)) ;there are none
|
||||||
|
(home-page "https://github.com/noahmorrison/chevron")
|
||||||
|
(synopsis "Mustache templating language renderer")
|
||||||
|
(description "This package provides a Python implementation of the
|
||||||
|
Mustache templating language renderer.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-dulwich
|
(define-public python-dulwich
|
||||||
(package
|
(package
|
||||||
(name "python-dulwich")
|
(name "python-dulwich")
|
||||||
|
|
Reference in a new issue