summaryrefslogtreecommitdiff
path: root/dev-python/rich-argparse
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/rich-argparse
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'dev-python/rich-argparse')
-rw-r--r--dev-python/rich-argparse/Manifest2
-rw-r--r--dev-python/rich-argparse/metadata.xml9
-rw-r--r--dev-python/rich-argparse/rich-argparse-1.7.2.ebuild31
-rw-r--r--dev-python/rich-argparse/rich-argparse-1.8.0.ebuild31
4 files changed, 73 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
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
+}