summaryrefslogtreecommitdiff
path: root/dev-python/mkdocstrings/mkdocstrings-0.29.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-19 19:04:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-19 19:04:24 +0000
commitf7202bf5f2bf2f4956c39730bd78704ff1678d12 (patch)
tree6fd0a5e303f7d3b13c93432c37e8039fa981b16a /dev-python/mkdocstrings/mkdocstrings-0.29.1.ebuild
parentac2036dab2d57b7eaa2b2ede1c4f6c961a3a3f9c (diff)
downloadbaldeagleos-repo-f7202bf5f2bf2f4956c39730bd78704ff1678d12.tar.gz
baldeagleos-repo-f7202bf5f2bf2f4956c39730bd78704ff1678d12.tar.xz
baldeagleos-repo-f7202bf5f2bf2f4956c39730bd78704ff1678d12.zip
Adding metadata
Diffstat (limited to 'dev-python/mkdocstrings/mkdocstrings-0.29.1.ebuild')
-rw-r--r--dev-python/mkdocstrings/mkdocstrings-0.29.1.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/mkdocstrings/mkdocstrings-0.29.1.ebuild b/dev-python/mkdocstrings/mkdocstrings-0.29.1.ebuild
deleted file mode 100644
index e72c843a8ed8..000000000000
--- a/dev-python/mkdocstrings/mkdocstrings-0.29.1.ebuild
+++ /dev/null
@@ -1,54 +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_{9,10,11,12,13} pypy3 )
-
-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-2.11.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}]
- )
-"
-
-# 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
-)
-
-distutils_enable_tests pytest
-
-export PDM_BUILD_SCM_VERSION=${PV}