dev-python/bracex: Remove mkdocs

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 08:39:14 +02:00
parent 17683d00b1
commit a0e3cf5b06

View File

@@ -7,16 +7,7 @@ DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO=https://github.com/facelessuser/bracex
PYTHON_COMPAT=( python3_{11..14} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="
dev-python/mkdocs-git-revision-date-localized-plugin
dev-python/mkdocs-material
dev-python/mkdocs-minify-plugin
dev-python/mkdocs-pymdownx-material-extras
dev-python/pyspelling
"
inherit distutils-r1 docs pypi
inherit distutils-r1 pypi
DESCRIPTION="Bash style brace expansion for Python"
HOMEPAGE="
@@ -36,16 +27,3 @@ BDEPEND="
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_prepare_all() {
# mkdocs-git-revision-date-localized-plugin needs git repo
if use doc; then
git init || die
git config --global user.email "you@example.com" || die
git config --global user.name "Your Name" || die
git add . || die
git commit -m 'init' || die
fi
distutils-r1_python_prepare_all
}