mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pure-eval: Update to 0.2.3.
* gnu/packages/python-xyz.scm (python-pure-eval): Update to 0.2.3. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I859206512fd9d768cf81a0497b07847d0824b832
This commit is contained in:
parent
e0ea00b05e
commit
84f7bbddf1
1 changed files with 8 additions and 4 deletions
|
@ -13158,15 +13158,19 @@ MEDLINE XML repository.")
|
||||||
(define-public python-pure-eval
|
(define-public python-pure-eval
|
||||||
(package
|
(package
|
||||||
(name "python-pure-eval")
|
(name "python-pure-eval")
|
||||||
(version "0.2.2")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pure_eval" version))
|
(uri (pypi-uri "pure_eval" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hwsm85cwqwh6d6x4vzcimla2865s6v19ms3ym81ganzyq534i9b"))))
|
(base32 "0hmg1qcv1h5k0dyj7sfp54ibnmjrvf4awdc6gin5fk2n80zrhkjz"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-pytest python-setuptools-scm))
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/alexmojaki/pure_eval")
|
(home-page "https://github.com/alexmojaki/pure_eval")
|
||||||
(synopsis "Python library to evaluate abstract syntax tree nodes")
|
(synopsis "Python library to evaluate abstract syntax tree nodes")
|
||||||
(description "The @code{pure_eval} Python library can safely evaluate
|
(description "The @code{pure_eval} Python library can safely evaluate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue