[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/23: gnu: python-arpeggio: Update to 2.0.2.
From: |
guix-commits |
Subject: |
22/23: gnu: python-arpeggio: Update to 2.0.2. |
Date: |
Sun, 1 Dec 2024 19:48:45 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 240ca8d5257b16d377bb1ba2a881349fe291fe93
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 1 22:45:03 2024 +0000
gnu: python-arpeggio: Update to 2.0.2.
* gnu/packages/python-xyz.scm (python-arpeggio): Update to 2.0.2.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Remove python-coverage, python-coveralls, python-flake8,
python-mike, python-mkdocs, python-pytest-runner, and python-twine;
add python-setuptools.
[description]: Fix fill column.
Change-Id: Iaeb123ec2a4d953b071663a2847174effed58692
---
gnu/packages/python-xyz.scm | 38 +++++++++++++++++---------------------
1 file changed, 17 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8b17048f7e..193d0c1a92 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -37734,30 +37734,26 @@ to Github via gh-pages.")
(define-public python-arpeggio
(package
(name "python-arpeggio")
- (version "2.0.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "Arpeggio" version))
- (sha256
- (base32
- "0ggdsck1wpladd5bh9drhkmm86bblgk2wagrhn3sdf4v04wkic6n"))))
- (build-system python-build-system)
- (native-inputs (list python-coverage
- python-coveralls
- python-flake8
- python-mike
- python-mkdocs
- python-pytest
- python-pytest-runner
- python-twine
- python-wheel))
+ (version "2.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "Arpeggio" version))
+ (sha256
+ (base32 "00571cmdxw8w8khzscb085kfqv2hgxdzpyz4d3a2sv92dsqb5467"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/textX/Arpeggio")
(synopsis "Packrat parser interpreter for Python")
(description
- "This Python library provides a recursive descent parser with backtracking
-and memoization (a.k.a. packrat parser). Arpeggio grammars are based on PEG
-formalism. Arpeggio's main use is a foundation for a toolchain for DSL
-development but it can be used for all sorts of general purpose parsing.")
+ "This Python library provides a recursive descent parser with
+backtracking and memoization (a.k.a. packrat parser). Arpeggio grammars are
+based on PEG formalism. Arpeggio's main use is a foundation for a toolchain
+for DSL development but it can be used for all sorts of general purpose
+parsing.")
(license license:expat)))
(define-public python-flatten-json
- 18/23: gnu: python-diff-cover: Update to 9.2.0., (continued)
- 18/23: gnu: python-diff-cover: Update to 9.2.0., guix-commits, 2024/12/01
- 19/23: gnu: python-marshmallow: Update to 3.22.0., guix-commits, 2024/12/01
- 20/23: gnu: python-faker: Update to 33.1.0., guix-commits, 2024/12/01
- 14/23: gnu: python-pep8-naming: Update to 0.14.1., guix-commits, 2024/12/01
- 09/23: gnu: python-flake8-isort: Update to 6.1.1., guix-commits, 2024/12/01
- 05/23: gnu: python-flake8-print: Update to 5.0.0., guix-commits, 2024/12/01
- 02/23: gnu: python-termcolor: Update to 2.5.0., guix-commits, 2024/12/01
- 16/23: gnu: python-progressbar2: Update to 4.5.0., guix-commits, 2024/12/01
- 12/23: gnu: python-validators: Update to 0.34.0., guix-commits, 2024/12/01
- 21/23: gnu: python-marshmallow-jsonapi: Use pyproject-build-system., guix-commits, 2024/12/01
- 22/23: gnu: python-arpeggio: Update to 2.0.2.,
guix-commits <=
- 23/23: gnu: python-jaraco-test: Update to 5.5.1., guix-commits, 2024/12/01