mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-asteval.
* gnu/packages/python-xyz.scm (python-asteval): New variable.
This commit is contained in:
parent
8b85aea49b
commit
0bd166253a
1 changed files with 21 additions and 0 deletions
|
@ -11586,6 +11586,27 @@ numbers with uncertainties. It can also yield the derivatives of any
|
||||||
expression.")
|
expression.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-asteval
|
||||||
|
(package
|
||||||
|
(name "python-asteval")
|
||||||
|
(version "0.9.23")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "asteval" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0f54sd4w1a72ij1bcxs2x7dk9xf8bzclawijf1z18bqx9f96l2gm"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
(home-page "https://github.com/newville/asteval")
|
||||||
|
(synopsis "Minimalistic evaluator of Python expressions")
|
||||||
|
(description
|
||||||
|
"This package provides a minimalistic evaluator of Python expression
|
||||||
|
using the @code{ast} module")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-boto
|
(define-public python-boto
|
||||||
(package
|
(package
|
||||||
(name "python-boto")
|
(name "python-boto")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue