[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/246: gnu: python-beniget: Update to 0.4.2.post1.
From: |
guix-commits |
Subject: |
185/246: gnu: python-beniget: Update to 0.4.2.post1. |
Date: |
Mon, 13 Jan 2025 03:06:35 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 58b3cecb737bbe736b43c4098de2f725338b5c3b
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 62e470b877..de2986ec16 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20577,17 +20577,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,
- 126/246: gnu: python: Use G-Expressions., (continued)
- 126/246: gnu: python: Use G-Expressions., guix-commits, 2025/01/13
- 127/246: gnu: python-2.7: Fix build with gcc-14., guix-commits, 2025/01/13
- 129/246: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14., guix-commits, 2025/01/13
- 131/246: gnu: icu4c: Update to 76.1; fixes build with gcc-14., guix-commits, 2025/01/13
- 133/246: gnu: clucene: Fix build with gcc-14., guix-commits, 2025/01/13
- 138/246: gnu: mpdscribble: Update to 0.25; fixes build with gcc-14., guix-commits, 2025/01/13
- 152/246: gnu: freeipmi: Fix build with gcc-14., guix-commits, 2025/01/13
- 167/246: gnu: gunicorn: Update to 22.0.0., guix-commits, 2025/01/13
- 146/246: gnu: discount: Update to 2.2.7d and fix build with gcc-14., guix-commits, 2025/01/13
- 177/246: gnu: python-pyportmidi: Fix build with gcc-14., guix-commits, 2025/01/13
- 185/246: gnu: python-beniget: Update to 0.4.2.post1.,
guix-commits <=
- 203/246: gnu: ffmpeg-3.4.13: Fix build with gcc-14., guix-commits, 2025/01/13
- 200/246: gnu: vorbis-tools: Fix build with gcc-14., guix-commits, 2025/01/13
- 219/246: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/01/13
- 212/246: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/01/13
- 237/246: guix: build-system: cmake: Rework cross compilation., guix-commits, 2025/01/13
- 221/246: gnu: cheese: Fix build with gcc-14., guix-commits, 2025/01/13
- 226/246: gnu: openmpi-4: Fix build with gcc-14., guix-commits, 2025/01/13
- 222/246: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/01/13
- 13/246: gnu: unzip: Fix build with gcc-14., guix-commits, 2025/01/13
- 246/246: gnu: gettext: Update to 0.23.1., guix-commits, 2025/01/13