summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-14 16:44:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:04 +0100
commit2bcf768da25a9cede3b9fcf5092b744d1236b8cb (patch)
tree30889f7286abfe76d3fb1fdd734fb67297bac9c9 /gnu/packages/python-xyz.scm
parentbb3cc882b5d03ad0a9a72198306b03214f9ed6f9 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index df18e6b970..b4bc577b2c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21410,7 +21410,6 @@ CPUs required per given input size, and parameters for CWL workflows.")
(package
(name "python-beniget")
(version "0.4.2.post1")
- (home-page "https://github.com/serge-sans-paille/beniget")
(source
(origin
(method url-fetch)
@@ -21418,9 +21417,12 @@ CPUs required per given input size, and parameters for CWL workflows.")
(sha256
(base32 "1bjjl12pqbz4amnn8wvcpd4zjrx6cpw04s586gn18zjywqvqa9d0"))))
(build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools))
(propagated-inputs
(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")
(description
"Beniget is a collection of analyzers for Python @acronym{AST,