dev-python/rich: new pkg; add 9.8.2

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-01-18 11:00:34 +01:00
parent 6971e190ad
commit 5352db3b9a
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
3 changed files with 37 additions and 0 deletions

1
dev-python/rich/Manifest Normal file
View File

@ -0,0 +1 @@
DIST rich-9.8.2.tar.gz 14022639 BLAKE2B 75acaea11cead614d6d1a5a7e967cb85a0b5b8e28e5373503b97620a11ea51e6059c51efa0d7922812161520f4578ea26509d1717554a00ca07a163845603145 SHA512 cc4f242f29aa45918c8d866c955735127cda20e34c7b03ee2cd889b023c872b672a7034828f4da737ddc7d6a8a5d867bc26dd88c32861af0133043f371b86ff1

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<upstream>
<remote-id type="github">willmcgugan/rich</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1 eutils
DESCRIPTION="Validate configuration and produce human-readable messages"
HOMEPAGE="https://github.com/willmcgugan/rich"
SRC_URI="https://github.com/willmcgugan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror test"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/colorama-0.4.0[${PYTHON_USEDEP}]
>=dev-python/commonmark-0.9.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.6.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
"