commit: dfc8801063104930fa99225a0aace44a252d9a65 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Jan 3 14:24:56 2026 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jan 3 14:28:35 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfc88010
dev-python/rst2ansi: treeclean Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/rst2ansi/Manifest | 1 - dev-python/rst2ansi/metadata.xml | 12 -------- dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild | 44 ---------------------------- profiles/package.mask | 5 ---- 4 files changed, 62 deletions(-) diff --git a/dev-python/rst2ansi/Manifest b/dev-python/rst2ansi/Manifest deleted file mode 100644 index a7f92c9ca6..0000000000 --- a/dev-python/rst2ansi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rst2ansi-0.1.5.gh.tar.gz 15465 BLAKE2B 7e05c485521c41a1b233efd18578d252928e9c2b529c21baf218f7c06370a8ec77f38f64a456d1fe5bb0b9cc6e218891614fbe13504ba0c81ae6ecc9995e25db SHA512 4ff47b58b8121fc72154dddb687b6e7d8aeda2ad2a00987a0598c3b33c44979aef8bfe8335d0c3f1f352eff9dcade533927bafd03e06c13193c80ba5fa874db0 diff --git a/dev-python/rst2ansi/metadata.xml b/dev-python/rst2ansi/metadata.xml deleted file mode 100644 index 41bfda7487..0000000000 --- a/dev-python/rst2ansi/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Wolfgang E. Sanyer</name> - </maintainer> - <upstream> - <remote-id type="pypi">rst2ansi</remote-id> - <remote-id type="github">Snaipe/python-rst2ansi</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild b/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild deleted file mode 100644 index 2c259323e1..0000000000 --- a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -MY_PN="python-${PN}" -DESCRIPTION="Render reStructuredText documents to the terminal" -HOMEPAGE=" - https://pypi.org/project/rst2ansi/ - https://github.com/Snaipe/python-rst2ansi -" -# use git archives for CLI test data -SRC_URI="https://github.com/Snaipe/python-rst2ansi/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( dev-util/cram ) -" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # remove failing test - rm test/lists.t || die -} - -python_test_all() { - emake test -} - -python_test() { - : -} diff --git a/profiles/package.mask b/profiles/package.mask index d46576431e..d2d6aabb4a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -62,11 +62,6 @@ dev-crystal/water # Depends on masked dev-python/rst2ansi. app-backup/b2 -# Anna (cybertailor) Vyalkova <[email protected]> (2025-10-27) -# Unmaintained upstream, broken with docutils 0.22. -# Removal on 2025-11-27 -dev-python/rst2ansi - # David (stkw0) Roman <[email protected]> (2025-07-25) # Depends on removed pydantic version. dev-python/safety-schemas
