commit:     a4a5902eb47d27f804979dc44605e5081a198450
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  6 00:34:09 2026 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Feb  6 00:34:09 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a5902e

dev-python/parse: add 1.21.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/parse/Manifest            |  1 +
 dev-python/parse/parse-1.21.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/parse/Manifest b/dev-python/parse/Manifest
index 37f8d68ddfbd..5a8c8cc2646e 100644
--- a/dev-python/parse/Manifest
+++ b/dev-python/parse/Manifest
@@ -1 +1,2 @@
 DIST parse-1.20.2.tar.gz 29391 BLAKE2B 
974633d8e7f910acdd1d06a85f863bee848e8203595e4cb6ce20b925dd69d058c71ac7cee7b6649663b12a78278ab626768baeef944e9fb3f1d47e7c565923cc
 SHA512 
c609a66b0fdbc090c1b7aa2a6c681d3c4e0ea23410046bc7f6082d3f35b554d85278fd91320df11d5c0f87e66b978b4509a5b26d676e80e311988fba58fff6a4
+DIST parse-1.21.0.tar.gz 29649 BLAKE2B 
0bba622220a6a99e74ef6c5b401a7ced638582e8e41aca6f6386ecbc1f0c9a056818e9316fa3a1441f1ea2da22e0ea3df28c9749d8d0af077173ee5503f979d4
 SHA512 
147c48121b59a04a2acec29d1a3dafdae72211ef69ed91c828efc08c9708d784ae857c419cb333cb41fca698ac8b50c4a92a27ee8ad5236d8dcf3b9d218b30d0

diff --git a/dev-python/parse/parse-1.21.0.ebuild 
b/dev-python/parse/parse-1.21.0.ebuild
new file mode 100644
index 000000000000..c69ade218261
--- /dev/null
+++ b/dev-python/parse/parse-1.21.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Parse strings using a specification based on the Python format() 
syntax"
+HOMEPAGE="https://github.com/r1chardj0n3s/parse/";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to