[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/65: gnu: python-beniget: Update to 0.4.2.post1.
From: |
guix-commits |
Subject: |
54/65: gnu: python-beniget: Update to 0.4.2.post1. |
Date: |
Fri, 20 Dec 2024 16:41:46 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit edf80fe6d5e809393398927f89ba7e5acc44d9eb
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 903e191b4b..fe5d365d30 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20605,17 +20605,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,
- 65/65: gnu: python-pydevd: Avoid test failures due to greendns., (continued)
- 65/65: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/20
- 37/65: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/20
- 22/65: gnu: Add python-pypitoken., guix-commits, 2024/12/20
- 35/65: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/20
- 30/65: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/20
- 27/65: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/20
- 39/65: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/20
- 41/65: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/20
- 42/65: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/20
- 46/65: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/20
- 54/65: gnu: python-beniget: Update to 0.4.2.post1.,
guix-commits <=
- 61/65: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/20
- 63/65: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/20
- 09/65: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/20
- 17/65: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/20
- 11/65: gnu: Add python-time-machine., guix-commits, 2024/12/20
- 20/65: gnu: Add python-packaging-legacy., guix-commits, 2024/12/20
- 01/65: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/20
- 06/65: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/20
- 07/65: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/20
- 21/65: gnu: Add python-lazy., guix-commits, 2024/12/20