commit: e1d3b43f4f496f0e46caa09db5464b0cf1fb273d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 05:24:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 05:25:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d3b43f
dev-python/arpeggio: Bump to 2.0.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/arpeggio/Manifest | 1 +
dev-python/arpeggio/arpeggio-2.0.3.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/arpeggio/Manifest b/dev-python/arpeggio/Manifest
index 62e673397779..654cc17b8eb3 100644
--- a/dev-python/arpeggio/Manifest
+++ b/dev-python/arpeggio/Manifest
@@ -1 +1,2 @@
DIST Arpeggio-2.0.2.tar.gz 766643 BLAKE2B
9cd3a40b10594868678b6e0e625a094a978deca22a0d251e348e25a7358afb64bdef337e1c93afcde00d1347a9b22faa694678217c3e2de49690e923f8f0ea73
SHA512
6f8ddf8ca19f968de84730ad4861585f333be8315e70b6bd320f838731cffbd28b5b6245edd869175834a95207f39b20674795f0f31b226c9387f4a0376c9adb
+DIST Arpeggio-2.0.3.tar.gz 766566 BLAKE2B
0811d13bac7885e64b96e7085a6c2b2cca2da60ffda88ddfef4c9899ccd31a1d092de67215574771870deffd096d8b275630160c1fd4762803f6bf2ccafad401
SHA512
af7d98e0d17158fafe840561d12853fd68c830e3e62ada6f454f0fe7ed828d6e0ac90af5de9076e50699a3152d4545d0457352c3e77c6178a77f6153bebf3596
diff --git a/dev-python/arpeggio/arpeggio-2.0.3.ebuild
b/dev-python/arpeggio/arpeggio-2.0.3.ebuild
new file mode 100644
index 000000000000..055344d696d1
--- /dev/null
+++ b/dev-python/arpeggio/arpeggio-2.0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Parser interpreter based on PEG grammars"
+HOMEPAGE="
+ https://pypi.org/project/Arpeggio/
+ https://github.com/textX/Arpeggio/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest