From 8416d65d835dc8e30a4c74653a51a8b362a88884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 20:25:05 +0200 Subject: [PATCH] dev-python/mkdocstrings: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/mkdocstrings/Manifest | 1 - .../mkdocstrings/mkdocstrings-1.0.2.ebuild | 55 ------------------- 2 files changed, 56 deletions(-) delete mode 100644 dev-python/mkdocstrings/mkdocstrings-1.0.2.ebuild diff --git a/dev-python/mkdocstrings/Manifest b/dev-python/mkdocstrings/Manifest index 2ac8973096dc7..ee84c1281c060 100644 --- a/dev-python/mkdocstrings/Manifest +++ b/dev-python/mkdocstrings/Manifest @@ -1,2 +1 @@ -DIST mkdocstrings-1.0.2.tar.gz 101048 BLAKE2B b2f657f668acea3b8a529c6391f473f38b821489ae924104a2a89bf8782e2ad8b3acb0e5b45113d6bb9ff1261ed40b89e2b0007716a243d3579310387aead80e SHA512 adf7ddc681511c81d5f2831a939ba234db814609605f3427eaf318e2caf318c138c7a944dca9944bf03d8507b462602abdc67ca8d2b1bfa1a6a891138f92f0c5 DIST mkdocstrings-1.0.3.tar.gz 100946 BLAKE2B b81441f266e3567a5d51e333822831701d2f86ee6a43d18b9f295ef42b8595f16cb134d3a180160fbb3be19a178308f59ada698d4cb23149da56de6bd8ed47fb SHA512 9edafa7f7f1d0e54bad2ac8090c34738742757fed48f52e316d53cb2710f40186328129d89e5eeac5f3d3804ef2740ad7f05f9bb59a3efeaa340ad2492e78ee2 diff --git a/dev-python/mkdocstrings/mkdocstrings-1.0.2.ebuild b/dev-python/mkdocstrings/mkdocstrings-1.0.2.ebuild deleted file mode 100644 index c4e2a886ffab7..0000000000000 --- a/dev-python/mkdocstrings/mkdocstrings-1.0.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2026 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="Automatic documentation from sources, for MkDocs" -HOMEPAGE=" - https://mkdocstrings.github.io/ - https://github.com/mkdocstrings/mkdocstrings/ - https://pypi.org/project/mkdocstrings/ -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" - -RDEPEND=" - >=dev-python/jinja2-3.1[${PYTHON_USEDEP}] - >=dev-python/markdown-3.6[${PYTHON_USEDEP}] - >=dev-python/markupsafe-1.1[${PYTHON_USEDEP}] - >=dev-python/mkdocs-1.6[${PYTHON_USEDEP}] - >=dev-python/mkdocs-autorefs-1.4[${PYTHON_USEDEP}] - >=dev-python/pymdown-extensions-6.3[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/markdown-exec[${PYTHON_USEDEP}] - dev-python/mkdocs-material[${PYTHON_USEDEP}] - >=dev-python/mkdocstrings-python-1.16.2[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -# mkdocstrings documentation generation requires several currently -# unpackaged mkdocs extensions and plug-ins, and this test -# makes use of mkdocs configuration -EPYTEST_DESELECT=( - tests/test_plugin.py::test_disabling_plugin - # WTF, it tries to unlink installed files from installed package?! - tests/test_handlers.py::test_extended_templates - # Needs unpackaged mkdocs-callouts, mkdocs-literate-nav, and possibly more - tests/test_inventory.py::test_sphinx_load_mkdocstrings_inventory_file - # Internet - tests/test_inventory.py::test_load_inventory -) - -export PDM_BUILD_SCM_VERSION=${PV}