summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-02-08 04:26:03 +0100
committerMichał Górny <mgorny@gentoo.org>2026-02-08 04:37:50 +0100
commit1bcef85dc795fc4fb677f46a2438e56b49c9aa4c (patch)
tree03d8be53801f198aca10bcb016df70f1989f15b7 /dev-python
parent7385e09b2b7c8006554475665b6278e08f000bfd (diff)
downloadgentoo-1bcef85dc795fc4fb677f46a2438e56b49c9aa4c.tar.gz
gentoo-1bcef85dc795fc4fb677f46a2438e56b49c9aa4c.tar.bz2
gentoo-1bcef85dc795fc4fb677f46a2438e56b49c9aa4c.zip
dev-python/mkdocstrings: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mkdocstrings/Manifest1
-rw-r--r--dev-python/mkdocstrings/mkdocstrings-1.0.1.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/mkdocstrings/Manifest b/dev-python/mkdocstrings/Manifest
index 896ad5ebb573..f9bfc6c8e958 100644
--- a/dev-python/mkdocstrings/Manifest
+++ b/dev-python/mkdocstrings/Manifest
@@ -1,2 +1 @@
-DIST mkdocstrings-1.0.1.tar.gz 100794 BLAKE2B d170a74d26bc32070ca66a0766c6d4902b07e6bd95f0f020c6e28b4170785fbac1dbfc2ee57f66f2b5620542ab8ee43f3a7a38d3ebe14cfee8b5c530d378c0c5 SHA512 d3c027e99c1ec18136a7dec46ca3efa4fa876cdddcf4e1a1d995d3bc0912fb13d7b0255faa8ea668d24fb70d27649d1b49bebeb4d96eebb7c553412ad539dab8
DIST mkdocstrings-1.0.2.tar.gz 101048 BLAKE2B b2f657f668acea3b8a529c6391f473f38b821489ae924104a2a89bf8782e2ad8b3acb0e5b45113d6bb9ff1261ed40b89e2b0007716a243d3579310387aead80e SHA512 adf7ddc681511c81d5f2831a939ba234db814609605f3427eaf318e2caf318c138c7a944dca9944bf03d8507b462602abdc67ca8d2b1bfa1a6a891138f92f0c5
diff --git a/dev-python/mkdocstrings/mkdocstrings-1.0.1.ebuild b/dev-python/mkdocstrings/mkdocstrings-1.0.1.ebuild
deleted file mode 100644
index c4e2a886ffab..000000000000
--- a/dev-python/mkdocstrings/mkdocstrings-1.0.1.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}