dev-python/rich: drop old
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
a6d1c25787
commit
d644a1947c
@ -1 +0,0 @@
|
|||||||
DIST rich-9.8.2.tar.gz 14022639 BLAKE2B 75acaea11cead614d6d1a5a7e967cb85a0b5b8e28e5373503b97620a11ea51e6059c51efa0d7922812161520f4578ea26509d1717554a00ca07a163845603145 SHA512 cc4f242f29aa45918c8d866c955735127cda20e34c7b03ee2cd889b023c872b672a7034828f4da737ddc7d6a8a5d867bc26dd88c32861af0133043f371b86ff1
|
|
@ -1,11 +0,0 @@
|
|||||||
<?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>
|
|
@ -1,32 +0,0 @@
|
|||||||
# 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}]
|
|
||||||
"
|
|
||||||
|
|
||||||
python_prepare_all() {
|
|
||||||
# Build is done with poetry (dev-python/pyproject2setuppy)
|
|
||||||
rm setup.py || die "rm failed"
|
|
||||||
|
|
||||||
distutils-r1_python_prepare_all
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user