From 5352db3b9ae8edd54ba8a85a857cd601430209a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 18 Jan 2021 11:00:34 +0100 Subject: [PATCH] dev-python/rich: new pkg; add 9.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- dev-python/rich/Manifest | 1 + dev-python/rich/metadata.xml | 11 +++++++++++ dev-python/rich/rich-9.8.2.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/rich/Manifest create mode 100644 dev-python/rich/metadata.xml create mode 100644 dev-python/rich/rich-9.8.2.ebuild diff --git a/dev-python/rich/Manifest b/dev-python/rich/Manifest new file mode 100644 index 0000000..0114203 --- /dev/null +++ b/dev-python/rich/Manifest @@ -0,0 +1 @@ +DIST rich-9.8.2.tar.gz 14022639 BLAKE2B 75acaea11cead614d6d1a5a7e967cb85a0b5b8e28e5373503b97620a11ea51e6059c51efa0d7922812161520f4578ea26509d1717554a00ca07a163845603145 SHA512 cc4f242f29aa45918c8d866c955735127cda20e34c7b03ee2cd889b023c872b672a7034828f4da737ddc7d6a8a5d867bc26dd88c32861af0133043f371b86ff1 diff --git a/dev-python/rich/metadata.xml b/dev-python/rich/metadata.xml new file mode 100644 index 0000000..05c7108 --- /dev/null +++ b/dev-python/rich/metadata.xml @@ -0,0 +1,11 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + willmcgugan/rich + + diff --git a/dev-python/rich/rich-9.8.2.ebuild b/dev-python/rich/rich-9.8.2.ebuild new file mode 100644 index 0000000..94ad94c --- /dev/null +++ b/dev-python/rich/rich-9.8.2.ebuild @@ -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}] +"