From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/rich-argparse/Manifest | 2 ++ dev-python/rich-argparse/metadata.xml | 9 +++++++ .../rich-argparse/rich-argparse-1.7.2.ebuild | 31 ++++++++++++++++++++++ .../rich-argparse/rich-argparse-1.8.0.ebuild | 31 ++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 dev-python/rich-argparse/Manifest create mode 100644 dev-python/rich-argparse/metadata.xml create mode 100644 dev-python/rich-argparse/rich-argparse-1.7.2.ebuild create mode 100644 dev-python/rich-argparse/rich-argparse-1.8.0.ebuild (limited to 'dev-python/rich-argparse') diff --git a/dev-python/rich-argparse/Manifest b/dev-python/rich-argparse/Manifest new file mode 100644 index 000000000000..5cfe9bfc5f63 --- /dev/null +++ b/dev-python/rich-argparse/Manifest @@ -0,0 +1,2 @@ +DIST rich_argparse-1.7.2.tar.gz 38500 BLAKE2B 36c432a79d1ef514dc96a4d2205c018a51c0773030f5ffd5634bdf9dca10796bd3f6835996d31189bfb9529745163ab7421939d3ef33af2f707cc2ab5fef34e8 SHA512 8ae4d1374980d571991b1501ebbd50facdbae345bf9e9102881964a168d7b62ac955633043590a89fdae8988734945c879d7777239229a61ac3e39358b0a2b7a +DIST rich_argparse-1.8.0.tar.gz 38940 BLAKE2B ec59fed9b6b20dcd9772fabd482ec7c031cad9f278f2382d6fe2331837a143710a018c56bd59e9f0ce349ce6b0f32990caf4962c7af171d2433d6ed5a26778d6 SHA512 5cab14a965a3349ae7cce3776dad53b7038e941da5b4c8715819d6448eb45f6c8e992feea94abebe04f5fcd5b618248ba008d4b81f4edccff410eb102bb7afe7 diff --git a/dev-python/rich-argparse/metadata.xml b/dev-python/rich-argparse/metadata.xml new file mode 100644 index 000000000000..d34971a915e9 --- /dev/null +++ b/dev-python/rich-argparse/metadata.xml @@ -0,0 +1,9 @@ + + + + + python@gentoo.org + + + baldeagleos-repo + diff --git a/dev-python/rich-argparse/rich-argparse-1.7.2.ebuild b/dev-python/rich-argparse/rich-argparse-1.7.2.ebuild new file mode 100644 index 000000000000..171b5d9bda76 --- /dev/null +++ b/dev-python/rich-argparse/rich-argparse-1.7.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Rich help formatters for argparse and optparse" +HOMEPAGE=" + https://github.com/hamdanal/rich-argparse/ + https://pypi.org/project/rich-argparse/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 x86" + +RDEPEND=" + >=dev-python/rich-11.0.0[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + local -x COLUMNS=80 + epytest +} diff --git a/dev-python/rich-argparse/rich-argparse-1.8.0.ebuild b/dev-python/rich-argparse/rich-argparse-1.8.0.ebuild new file mode 100644 index 000000000000..171b5d9bda76 --- /dev/null +++ b/dev-python/rich-argparse/rich-argparse-1.8.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Rich help formatters for argparse and optparse" +HOMEPAGE=" + https://github.com/hamdanal/rich-argparse/ + https://pypi.org/project/rich-argparse/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 x86" + +RDEPEND=" + >=dev-python/rich-11.0.0[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +python_test() { + local -x COLUMNS=80 + epytest +} -- cgit v1.3