dev-python/mkdocstrings: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:25:05 +02:00
parent bfa961ae77
commit 8416d65d83
2 changed files with 0 additions and 56 deletions

View File

@@ -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

View File

@@ -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}