mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-python/rich-click: new package, add 1.8.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
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.3.gh.tar.gz 325306 BLAKE2B a98f5a7a6c6a43a53b4366afe335509b57632299935c8e47431b16e11984317059dea6e75df6b571efdd6e793575c7c9004bfa087c2a1dd386e30b70635daefa SHA512 714d5d3c4b32529323f2944964e5a08479a19d6b54071750f5ccaab6ceadc5035e1d9fde4c4bc0756baef0f3e5f974a78a514fe7a35ccb621d231d5e96ec0290
|
||||
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="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</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>
|
||||
34
dev-python/rich-click/rich-click-1.8.3.ebuild
Normal file
34
dev-python/rich-click/rich-click-1.8.3.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
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[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
touch tests/fixtures/__init__.py || die
|
||||
}
|
||||
Reference in New Issue
Block a user