mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/rich-click: new package, add 1.8.9
move dev-python/rich-click from ::guru to ::gentoo needed as runtime dependency for dev-embedded/esptool-5 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/43183 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-python/rich-click/Manifest
Normal file
1
dev-python/rich-click/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rich-click-1.8.9.gh.tar.gz 8142387 BLAKE2B de7aa54989747d47c2d147cec8235c4619a90b5a536266dbf2f499f704c3671bb4697bbcb23b0d0827caaf52d65dd29157f01918d29abc9c469fdd6c84af0c84 SHA512 6655ee3ac54fdae5a1221ef2ceaae35aa2ed8381c29f9808bb852d0790426a90d1fcb1a82faa61a22112946b988f891fc76dc3976ae756702458c547d7014745
|
||||
22
dev-python/rich-click/metadata.xml
Normal file
22
dev-python/rich-click/metadata.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">ewels/rich-click</remote-id>
|
||||
<remote-id type="pypi">rich-click</remote-id>
|
||||
<bugs-to>https://github.com/ewels/rich-click/issues</bugs-to>
|
||||
<maintainer>
|
||||
<name>Phil Ewels</name>
|
||||
<email>phil@ewels.co.uk</email>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<name>Daniel Reeves</name>
|
||||
<email>xdanielreeves@gmail.com</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
36
dev-python/rich-click/rich-click-1.8.9.ebuild
Normal file
36
dev-python/rich-click/rich-click-1.8.9.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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_{11..14} pypy3_11 )
|
||||
|
||||
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"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user