dev-python/mkdocs-mkdocstrings: treeclean

Deprecated by dev-python/mkdocstrings::gentoo

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2023-09-06 10:41:42 +02:00
parent 5e083258ed
commit 30b7529f4c
3 changed files with 0 additions and 56 deletions

View File

@@ -1 +0,0 @@
DIST mkdocs-mkdocstrings-0.21.2.gh.tar.gz 69412 BLAKE2B 2e941045c3f9473ec83a60b82ae85ffbb200201295a8d4405648b4b65ef282fa189b01f54107e999946ce90fbea34a798177dd3d0dbd138a5db6e507cbc0ef7d SHA512 0880163679cce78432880904c6a56eae533a2d6a167b109a21c45daf5f76abf433243b54bcbb0507b5b42c3df9d9d93367cb2bde996c2dcdcc3e55320b2be35c

View File

@@ -1,19 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gasc@eurecom.fr</email>
<name>Gasc Henri</name>
</maintainer>
<upstream>
<remote-id type="pypi">autorefs</remote-id>
<remote-id type="github">mkdocstrings/autorefs</remote-id>
<maintainer>
<name>Timothée Mazzucotelli</name>
<email>pawamoy@pm.me</email>
</maintainer>
<doc>https://mkdocstrings.github.io</doc>
<changelog>https://mkdocstrings.github.io/changelog</changelog>
<bugs-to>https://github.com/mkdocstrings/mkdocstrings/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,36 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pdm
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Automatic documentation from sources, for MkDocs."
HOMEPAGE="https://github.com/mkdocstrings/mkdocstrings https://pypi.org/project/mkdocstrings"
SRC_URI="https://github.com/mkdocstrings/mkdocstrings/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/mkdocstrings-${PV}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-python/mkdocs[${PYTHON_USEDEP}]
test? (
dev-python/pymdown-extensions[${PYTHON_USEDEP}]
dev-python/mkdocs-autorefs[${PYTHON_USEDEP}]
dev-python/mkdocs-material[${PYTHON_USEDEP}]
dev-python/mkdocs-mkdocstrings-python[${PYTHON_USEDEP}]
)
"
DEPEND="${BDEPEND}"
distutils_enable_tests pytest
src_prepare() {
rm "${S}/tests/test_plugin.py"
default
}