mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/mkdocstrings: Bump to 1.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mkdocstrings-1.0.0.tar.gz 101086 BLAKE2B 06dac32d5fe37c25195224cb9e45c6328d3c99e74454df9f21baa5e7a319863c6ec26c8355bf429934e9658e8cd77b983d2cf46387a1a22d594992d6987db230 SHA512 29e7fd55bc1f5269485899756a54cc7ae35460c477fe877f3ddb6c1fa3b8bef8dac33460af19f794f0890663a521a69414551720414d5c452804502ea521e768
|
||||
DIST mkdocstrings-1.0.1.tar.gz 100794 BLAKE2B d170a74d26bc32070ca66a0766c6d4902b07e6bd95f0f020c6e28b4170785fbac1dbfc2ee57f66f2b5620542ab8ee43f3a7a38d3ebe14cfee8b5c530d378c0c5 SHA512 d3c027e99c1ec18136a7dec46ca3efa4fa876cdddcf4e1a1d995d3bc0912fb13d7b0255faa8ea668d24fb70d27649d1b49bebeb4d96eebb7c553412ad539dab8
|
||||
|
||||
55
dev-python/mkdocstrings/mkdocstrings-1.0.1.ebuild
Normal file
55
dev-python/mkdocstrings/mkdocstrings-1.0.1.ebuild
Normal file
@@ -0,0 +1,55 @@
|
||||
# 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}
|
||||
Reference in New Issue
Block a user