commit:     6a55f95803ebb3f8d6e2e380c4ad09cc3e699689
Author:     Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 11:30:46 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 11:37:26 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6a55f958

dev-python/rich-click: version bump 1.8.5 and enable tests

Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1313
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 .../{rich-click-1.8.3.ebuild => rich-click-1.8.5.ebuild}  | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-python/rich-click/rich-click-1.8.3.ebuild 
b/dev-python/rich-click/rich-click-1.8.5.ebuild
similarity index 59%
rename from dev-python/rich-click/rich-click-1.8.3.ebuild
rename to dev-python/rich-click/rich-click-1.8.5.ebuild
index 5394cb4e3..88f346178 100644
--- a/dev-python/rich-click/rich-click-1.8.3.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,20 +6,21 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..12} )
 
-inherit pypi distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Format click help output nicely with rich"
 HOMEPAGE="https://pypi.org/project/rich-click/";
+SRC_URI="https://github.com/ewels/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~amd64-linux"
 
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]
+RDEPEND="
+       dev-python/click[${PYTHON_USEDEP}]
        dev-python/importlib-metadata[${PYTHON_USEDEP}]
        dev-python/rich[${PYTHON_USEDEP}]
-       dev-python/typing-extensions[${PYTHON_USEDEP}]"
+       dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
 
-RESTRICT="test"
-# ModuleNotFoundError: No module named 'tests.conftest'
-#distutils_enable_tests pytest
+distutils_enable_tests pytest

Reply via email to