mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-beniget: Update to 0.4.2.post1.
* gnu/packages/python-xyz.scm (python-beniget): Update to 0.4.2.post1. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I26b73711421eca86553c1e6c0d4eecc40fc088df
This commit is contained in:
parent
6db5825e5f
commit
d837f7279c
1 changed files with 4 additions and 2 deletions
|
@ -21434,7 +21434,6 @@ CPUs required per given input size, and parameters for CWL workflows.")
|
||||||
(package
|
(package
|
||||||
(name "python-beniget")
|
(name "python-beniget")
|
||||||
(version "0.4.2.post1")
|
(version "0.4.2.post1")
|
||||||
(home-page "https://github.com/serge-sans-paille/beniget")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -21442,9 +21441,12 @@ CPUs required per given input size, and parameters for CWL workflows.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bjjl12pqbz4amnn8wvcpd4zjrx6cpw04s586gn18zjywqvqa9d0"))))
|
(base32 "1bjjl12pqbz4amnn8wvcpd4zjrx6cpw04s586gn18zjywqvqa9d0"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-gast))
|
(list python-gast))
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(home-page "https://github.com/serge-sans-paille/beniget")
|
||||||
(synopsis "Extract semantic information about static Python code")
|
(synopsis "Extract semantic information about static Python code")
|
||||||
(description
|
(description
|
||||||
"Beniget is a collection of analyzers for Python @acronym{AST,
|
"Beniget is a collection of analyzers for Python @acronym{AST,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue