commit: 93295856465050993942e0bc3401d3589012f311
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 06:33:17 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 09:22:37 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93295856
dev-python/mkdocstrings-python: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mkdocstrings-python/Manifest | 1 -
.../mkdocstrings-python-2.0.1.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/dev-python/mkdocstrings-python/Manifest
b/dev-python/mkdocstrings-python/Manifest
index bacc706cb31d..c237c3e04096 100644
--- a/dev-python/mkdocstrings-python/Manifest
+++ b/dev-python/mkdocstrings-python/Manifest
@@ -1,2 +1 @@
-DIST mkdocstrings_python-2.0.1.tar.gz 199345 BLAKE2B
62386822b86462b38e587954e3a8566530f3021d243e2ab13d5f3a948d74f6e4eca9dbd62fdb50dc266ecdeed51c013725ea305d5bcfb81c0bb59dc3c8a3f912
SHA512
b3e3c9b48a451b630ec88c79d254a9095f9a2a1d5d43a0aab9ac2554d0cef681a5ebc2452f44466bc0ea47e27f68f66b0e3fa14534ea97ddb5994ae37c1b4327
DIST mkdocstrings_python-2.0.2.tar.gz 199124 BLAKE2B
e6698c44702e87f84a97db1815924f69f0d3daf0bee5fb6e02a5fb1392ba4ad89b54f6dd3932f137281b2e3f17e56d40ba1cb5ff1e4e1f40aa3a329e6b294b07
SHA512
04613ff0de8b1caa0f39f5f807a5ea3a1bd66f25d1caf5b46822e88e68cc4a66654cf31dba6d0901d5770d2388e97334324b4703517b59fd83c1dd912fcb269a
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-2.0.1.ebuild
b/dev-python/mkdocstrings-python/mkdocstrings-python-2.0.1.ebuild
deleted file mode 100644
index 6b781410f5a8..000000000000
--- a/dev-python/mkdocstrings-python/mkdocstrings-python-2.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=pdm-backend
-PYTHON_COMPAT=( python3_{12..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python handler for dev-python/mkdocstrings"
-HOMEPAGE="
- https://mkdocstrings.github.io/python/
- https://github.com/mkdocstrings/python/
- https://pypi.org/project/mkdocstrings-python/
-"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-RDEPEND="
- >=dev-python/griffe-1.13[${PYTHON_USEDEP}]
- >=dev-python/mkdocstrings-0.30[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-autorefs-1.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/beautifulsoup4-4.12.3[${PYTHON_USEDEP}]
- dev-python/mkdocs-material[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=( inline-snapshot )
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}
-
-EPYTEST_DESELECT=(
- # "None" meaning particular formatter not installed
- "tests/test_rendering.py::test_format_code[None-print('Hello')]"
- "tests/test_rendering.py::test_format_code[None-aaaaa(bbbbb, ccccc=1) +
ddddd.eeeee[ffff] or {ggggg: hhhhh, iiiii: jjjjj}]"
-)