[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/213: gnu: python-gast: Update to 0.6.0.
From: |
guix-commits |
Subject: |
49/213: gnu: python-gast: Update to 0.6.0. |
Date: |
Fri, 10 Jan 2025 10:42:52 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 0858f709f0997faa699afedf53ffc1183d5ce8c5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 23:01:23 2024 +0100
gnu: python-gast: Update to 0.6.0.
* gnu/packages/python-xyz.scm (python-gast): Update to 0.6.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Add python-setuptools and python-wheel.
[propagated-inputs]: Remove.
Change-Id: I3cc17b2c5434e637435f76482e0dcaf54c75c0dd
---
gnu/packages/python-xyz.scm | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 05fa2acd81..6a9208c290 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30284,24 +30284,16 @@ distribution.")
(define-public python-gast
(package
(name "python-gast")
- (version "0.5.3")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "gast" version))
(sha256
- (base32 "1sidaczriw54pfkj3523y9j9q2harrczc1qqgnfaylz641ca5gng"))))
- (build-system python-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ (base32 "1yxinr3xvxf0cryfrfr9q3rgvrki5y310lsigg5ccyicsc057z48"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
- (propagated-inputs
- (list python-astunparse))
+ (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/serge-sans-paille/gast/")
(synopsis "Generic Python AST that abstracts the underlying Python
version")
(description
- 50/213: gnu: python-beniget: Update to 0.4.2.post1., (continued)
- 50/213: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2025/01/10
- 51/213: gnu: python-pythran: Update to 0.17.0., guix-commits, 2025/01/10
- 03/213: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2025/01/10
- 08/213: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2025/01/10
- 19/213: gnu: Add python-lazy., guix-commits, 2025/01/10
- 34/213: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2025/01/10
- 38/213: gnu: python-httpx: Update to 0.28.1., guix-commits, 2025/01/10
- 43/213: gnu: python-starlette: Update to 0.42.0., guix-commits, 2025/01/10
- 48/213: gnu: linkchecker: Update to 10.5.0., guix-commits, 2025/01/10
- 37/213: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2025/01/10
- 49/213: gnu: python-gast: Update to 0.6.0.,
guix-commits <=
- 54/213: gnu: python-gevent: Update to 24.11.1., guix-commits, 2025/01/10
- 55/213: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/10
- 59/213: gnu: python-httpretty: Enable tests., guix-commits, 2025/01/10
- 63/213: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2025/01/10
- 64/213: gnu: Add rust-jiter-0.2., guix-commits, 2025/01/10
- 68/213: gnu: python-babel: Update to 2.16.0., guix-commits, 2025/01/10
- 82/213: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2025/01/10
- 76/213: gnu: python-cachecontrol: Update to 0.14.1., guix-commits, 2025/01/10
- 83/213: gnu: python-prov: Update to 2.0.1., guix-commits, 2025/01/10
- 11/213: gnu: Add python-time-machine., guix-commits, 2025/01/10