diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-12-17 23:03:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:24 +0100 |
commit | f0739f3ae454f74b27ed5adc8951a8d8ebb91356 (patch) | |
tree | fe8111cc203f38938f818a127c324257644db4a3 | |
parent | a6ab0705c4a05d3b27b50258e8a0cb7c8fcdca16 (diff) | |
download | guix-f0739f3ae454f74b27ed5adc8951a8d8ebb91356.tar.gz guix-f0739f3ae454f74b27ed5adc8951a8d8ebb91356.zip |
gnu: python-beniget: Update to 0.4.2.post1.
* gnu/packages/python-xyz.scm (python-beniget): Update to 0.4.2.post1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I03c53e97f1bb4ae7c13a4af2c7e4434137f764d6
-rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8ce85e8a25..078c1bc29c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20634,17 +20634,18 @@ CPUs required per given input size, and parameters for CWL workflows.") (define-public python-beniget (package (name "python-beniget") - (version "0.4.1") + (version "0.4.2.post1") (home-page "https://github.com/serge-sans-paille/beniget") (source (origin (method url-fetch) (uri (pypi-uri "beniget" version)) (sha256 - (base32 "035c4f78yllpw2c5p1w92520rilm7nnpsqh7yvi3qmfhi8xlnmbm")))) - (build-system python-build-system) + (base32 "1bjjl12pqbz4amnn8wvcpd4zjrx6cpw04s586gn18zjywqvqa9d0")))) + (build-system pyproject-build-system) (propagated-inputs (list python-gast)) + (native-inputs (list python-setuptools python-wheel)) (synopsis "Extract semantic information about static Python code") (description "Beniget is a collection of analyzers for Python @acronym{AST, |