mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: Add python-yte.
* gnu/packages/python-xyz.scm (python-yte): New variable.
This commit is contained in:
parent
8499f14a21
commit
6145e25afa
1 changed files with 23 additions and 0 deletions
|
@ -9938,6 +9938,29 @@ multiprecision arithmetic.")
|
||||||
function signatures.")
|
function signatures.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-yte
|
||||||
|
(package
|
||||||
|
(name "python-yte")
|
||||||
|
(version "1.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "yte" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "07hm1warpqi4ifqgkaz5sg887x4a44yhxafmpf835ywnpchg4s03"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'set-HOME
|
||||||
|
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||||
|
(propagated-inputs (list python-plac python-pyyaml))
|
||||||
|
(home-page "https://github.com/koesterlab/yte")
|
||||||
|
(synopsis "YAML template engine with Python expressions")
|
||||||
|
(description
|
||||||
|
"This package provides a YAML template engine with Python expressions.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-sympy
|
(define-public python-sympy
|
||||||
(package
|
(package
|
||||||
(name "python-sympy")
|
(name "python-sympy")
|
||||||
|
|
Loading…
Add table
Reference in a new issue