commit: dd7f4bada459b933d41a7ba158d21b69bea71fa1 Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com> AuthorDate: Mon Jul 8 20:16:41 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 12:34:43 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dd7f4bad
dev-python/rich-click: version bump 1.8.3 Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com> Closes: https://github.com/gentoo/sci/pull/1284 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../rich-click/{rich-click-1.7.2.ebuild => rich-click-1.8.3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rich-click/rich-click-1.7.2.ebuild b/dev-python/rich-click/rich-click-1.8.3.ebuild similarity index 86% rename from dev-python/rich-click/rich-click-1.7.2.ebuild rename to dev-python/rich-click/rich-click-1.8.3.ebuild index e642303e2..5394cb4e3 100644 --- a/dev-python/rich-click/rich-click-1.7.2.ebuild +++ b/dev-python/rich-click/rich-click-1.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,6 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) -PYPI_NO_NORMALIZE=1 inherit pypi distutils-r1 DESCRIPTION="Format click help output nicely with rich" @@ -17,6 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~amd64-linux" RDEPEND="dev-python/click[${PYTHON_USEDEP}] + dev-python/importlib-metadata[${PYTHON_USEDEP}] dev-python/rich[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}]"
