[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/72: gnu: python-beniget: Update to 0.4.2.post1.
From: |
guix-commits |
Subject: |
54/72: gnu: python-beniget: Update to 0.4.2.post1. |
Date: |
Thu, 26 Dec 2024 09:33:06 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit a30c228c8b5ea9450b04758503eccd49fa8d0c67
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 23:03:53 2024 +0100
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
---
gnu/packages/python-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2cda67b505..ee0ee06ada 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20608,17 +20608,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,
- 35/72: gnu: python-platformdirs: Update to 4.3.6., (continued)
- 35/72: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/26
- 37/72: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/26
- 44/72: gnu: python-tox: Simplify., guix-commits, 2024/12/26
- 39/72: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/26
- 48/72: gnu: python-pydevd: Disable CI tests., guix-commits, 2024/12/26
- 49/72: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/26
- 51/72: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/26
- 55/72: gnu: python-pythran: Update to 0.17.0., guix-commits, 2024/12/26
- 56/72: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/26
- 57/72: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2024/12/26
- 54/72: gnu: python-beniget: Update to 0.4.2.post1.,
guix-commits <=
- 58/72: gnu: python-gevent: Update to 24.11.1., guix-commits, 2024/12/26
- 63/72: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/26
- 65/72: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/26
- 61/72: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/26
- 67/72: gnu: macs-3: Add missing input., guix-commits, 2024/12/26
- 70/72: gnu: python-pydantic-core: Update to 2.18.1., guix-commits, 2024/12/26
- 71/72: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2024/12/26