summaryrefslogtreecommitdiff
path: root/dev-python/rich-click
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rich-click')
-rw-r--r--dev-python/rich-click/Manifest2
-rw-r--r--dev-python/rich-click/rich-click-1.8.9.ebuild36
-rw-r--r--dev-python/rich-click/rich-click-1.9.6.ebuild41
3 files changed, 0 insertions, 79 deletions
diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest
index 83bafe5655ee..ebe74d330263 100644
--- a/dev-python/rich-click/Manifest
+++ b/dev-python/rich-click/Manifest
@@ -1,3 +1 @@
-DIST rich-click-1.8.9.gh.tar.gz 8142387 BLAKE2B de7aa54989747d47c2d147cec8235c4619a90b5a536266dbf2f499f704c3671bb4697bbcb23b0d0827caaf52d65dd29157f01918d29abc9c469fdd6c84af0c84 SHA512 6655ee3ac54fdae5a1221ef2ceaae35aa2ed8381c29f9808bb852d0790426a90d1fcb1a82faa61a22112946b988f891fc76dc3976ae756702458c547d7014745
-DIST rich-click-1.9.6.gh.tar.gz 8525442 BLAKE2B 10726285043f835f5869211cd9283237e375a585ca1f063d54deb60cfe54768bf117570e0a01382b82987aa8840f779a99ab1e5dce2fedeab035df2a6baf7e71 SHA512 b9903340f1ed5666974c95ac66f08a6d6e38fd8912fe53b3ff792c1344bd7370468237bc9c74ec7ba73e14da4f6641b84912198d5743fd41361fc22094116570
DIST rich-click-1.9.7.gh.tar.gz 8525444 BLAKE2B bba361d7dbafe5bd22f3dfb5e49530ff9366f05030c55c1260b194537fd19986c2bd0aeb73d9e4d9688e2d44f7d33ae94219e8bd760986ebdb30e482d6a4ede0 SHA512 2dc2863b1f8c8a88a4d93adf963237ffbb3393123163615feaee3a61629f8ef5ceeff0535cda07a80ba653568a4f6c60752b9cc3c4ef51844e5e45caa872e9ef
diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild b/dev-python/rich-click/rich-click-1.8.9.ebuild
deleted file mode 100644
index c5a67f061b30..000000000000
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Format click help output nicely with rich"
-HOMEPAGE="
- https://pypi.org/project/rich-click/
- https://github.com/ewels/rich-click
-"
-SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
- >=dev-python/click-7[${PYTHON_USEDEP}]
- >=dev-python/rich-10.7[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( )
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- touch tests/fixtures/__init__.py || die
-}
diff --git a/dev-python/rich-click/rich-click-1.9.6.ebuild b/dev-python/rich-click/rich-click-1.9.6.ebuild
deleted file mode 100644
index 4f70e05b43c2..000000000000
--- a/dev-python/rich-click/rich-click-1.9.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2024-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Format click help output nicely with rich"
-HOMEPAGE="
- https://pypi.org/project/rich-click/
- https://github.com/ewels/rich-click/
-"
-SRC_URI="
- https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64"
-
-RDEPEND="
- >=dev-python/click-8[${PYTHON_USEDEP}]
- >=dev-python/rich-12[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/packaging-25[${PYTHON_USEDEP}]
- >=dev-python/typer-0.15[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=( inline-snapshot )
-distutils_enable_tests pytest
-
-python_test() {
- epytest -o addopts=
-}