[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/23: gnu: python-automat: Update to 22.10.0.
From: |
guix-commits |
Subject: |
12/23: gnu: python-automat: Update to 22.10.0. |
Date: |
Tue, 5 Nov 2024 08:40:01 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3ccd8d946456ef613da653692ce413d7cdbff4a7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 12:11:55 2024 +0000
gnu: python-automat: Update to 22.10.0.
* gnu/packages/python-xyz.scm (python-automat): Update to 22.10.0.
[build-syste]: Swap to pyproject-build-system.
[native-inputs]: Remove python-m2r; add python-setuptools and
python-wheel.
Change-Id: I3fc7391695be5a5f8b4c026b9e4ffa58d0374751
---
gnu/packages/python-xyz.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4bf806db7f..f12ade16ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24433,14 +24433,14 @@ manipulation and interaction with formal grammars.")
(define-public python-automat
(package
(name "python-automat")
- (version "20.2.0")
+ (version "22.10.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "Automat" version))
(sha256
(base32
- "0cyzrcqiibwdsp4y0djkllnzab8m5faa4s0d1kpi23k1fhy80ybr"))))
- (build-system python-build-system)
+ "0kmh9fwb6rkh8r5bi5jyxysywpgpjnwdks1h3p0xq6ddxn2fnsz5"))))
+ (build-system pyproject-build-system)
;; We disable the tests because they require python-twisted, while
;; python-twisted depends on python-automat. Twisted is optional, but the
;; tests fail if it is not available. Also see
@@ -24455,7 +24455,10 @@ manipulation and interaction with formal grammars.")
(substitute* "setup.py"
(("\"automat-visualize = automat._visualize:tool\"") "")))))))
(native-inputs
- (list python-m2r python-setuptools-scm python-graphviz))
+ (list python-graphviz
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
(list python-six python-attrs))
(home-page "https://github.com/glyph/Automat")
- 13/23: gnu: Remove python-m2r., (continued)
- 13/23: gnu: Remove python-m2r., guix-commits, 2024/11/05
- 04/23: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/05
- 20/23: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/05
- 19/23: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/05
- 17/23: gnu: python-immutables: Update to 0.21., guix-commits, 2024/11/05
- 23/23: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/05
- 14/23: gnu: Remove python-mrkd., guix-commits, 2024/11/05
- 06/23: gnu: python-botocore: Update to 1.35.54., guix-commits, 2024/11/05
- 01/23: gnu: Remove python-mistune-next., guix-commits, 2024/11/05
- 18/23: gnu: python-jplephem: Adjust inputs., guix-commits, 2024/11/05
- 12/23: gnu: python-automat: Update to 22.10.0.,
guix-commits <=
- 09/23: gnu: awscli: Update to 1.35.20., guix-commits, 2024/11/05
- 05/23: gnu: Remove python-boto., guix-commits, 2024/11/05
- 15/23: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/05
- 10/23: gnu: Remove python-colorama-for-awscli., guix-commits, 2024/11/05
- 11/23: gnu: python-altair: Adjust inputs., guix-commits, 2024/11/05
- 07/23: gnu: python-s3transfer: Update to 0.10.3., guix-commits, 2024/11/05
- 16/23: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/05
- 22/23: gnu: python-optree: Adjust inputs., guix-commits, 2024/11/05
- 21/23: gnu: python-lightning-utilities: Adjust inputs., guix-commits, 2024/11/05