dev-python/rich-rst: drop 2.0.1

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Florian Albrechtskirchinger
2026-07-08 15:36:13 +02:00
parent e141e62094
commit 65a0c04ce5
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST rich-rst-2.0.1.gh.tar.gz 3101267 BLAKE2B be4a5ab4b563906a2368199c7c91b3971f37ae6de5ebf2e36e328fb4b218c327e542c58b9545d13fe4f1420828c3f6f9e306c97aea2971274cc6f2088bf3a3a8 SHA512 eff9936a2bcb27beb3b7eaeb63dedc5b3c97bc59a8c904ca665d4379595cb8415e2c6d91c4c7f9aa35346317357ebfb4db256096cbbad03aad55598d6f86a09b
DIST rich-rst-2.1.0.gh.tar.gz 3107306 BLAKE2B 8b566e000974532a103884680af18493360a77f49beee4ff9e4fe9f7a19d5476d14a204d82d7331d730376cfabb9c732843503b4ff280fb4eaed88a56ba4fc29 SHA512 1f9d7f4763c44138125c18a2759a25597c1b8fc354ea1b67356b4a63186eb44938b1760e62a7e9233ef0d6f68adfce8f2eb50f075767237b2eedd51f5f5fe60f

View File

@@ -1,30 +0,0 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="A beautiful reStructuredText renderer for rich"
HOMEPAGE="
https://github.com/wasi-master/rich-rst
https://pypi.org/project/rich-rst/
"
SRC_URI="https://github.com/wasi-master/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_RICH_RST=${PV}