diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-06-11 03:53:59 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-06-11 03:57:09 -0400 |
commit | 33db04ed540b86d144123d105035b5cc769c4142 (patch) | |
tree | 5821593edb00b3c7799d407d5f2d7bbab3c208a8 /dev-python/parse | |
parent | games-emulation/pcsx2: Stabilize 1.7.5835 amd64, #934010 (diff) | |
download | gentoo-33db04ed540b86d144123d105035b5cc769c4142.tar.gz gentoo-33db04ed540b86d144123d105035b5cc769c4142.tar.bz2 gentoo-33db04ed540b86d144123d105035b5cc769c4142.zip |
dev-python/parse: add 1.20.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/parse')
-rw-r--r-- | dev-python/parse/Manifest | 1 | ||||
-rw-r--r-- | dev-python/parse/parse-1.20.2.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/parse/Manifest b/dev-python/parse/Manifest index c292fa58c18c..22996e212c3c 100644 --- a/dev-python/parse/Manifest +++ b/dev-python/parse/Manifest @@ -1 +1,2 @@ DIST parse-1.20.1.tar.gz 29122 BLAKE2B b201f0cc491c964909bf0e4f0b406922ad7dcc0f1e232785efdf434e4c7643aaff53ac46b24c893eaa262d35021fd86001541fcb5e289a10e5163e7c2626e02f SHA512 6aee92558496e9eca2fc1647131671dd88934687fbb23a04a99213b7885f4da776235cd380a7ea237b5f5b018522f92b6d702bd58858a0957a2213baca0e2a5c +DIST parse-1.20.2.tar.gz 29391 BLAKE2B 974633d8e7f910acdd1d06a85f863bee848e8203595e4cb6ce20b925dd69d058c71ac7cee7b6649663b12a78278ab626768baeef944e9fb3f1d47e7c565923cc SHA512 c609a66b0fdbc090c1b7aa2a6c681d3c4e0ea23410046bc7f6082d3f35b554d85278fd91320df11d5c0f87e66b978b4509a5b26d676e80e311988fba58fff6a4 diff --git a/dev-python/parse/parse-1.20.2.ebuild b/dev-python/parse/parse-1.20.2.ebuild new file mode 100644 index 000000000000..664ce6fee31c --- /dev/null +++ b/dev-python/parse/parse-1.20.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) +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" + +distutils_enable_tests pytest |