dev-python/mkdocs-mkdocstrings-python: treeclean

Deprecated by dev-python/mkdocstrings-python::gentoo

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2023-09-06 10:36:50 +02:00
parent 897e413946
commit 5e083258ed
3 changed files with 0 additions and 53 deletions

View File

@@ -1 +0,0 @@
DIST mkdocs-mkdocstrings-python-0.9.0.gh.tar.gz 101558 BLAKE2B 7f5ba295a36491dff93751c81b61c99cc3b6011f6f189a80a8400e12fb1a74b966daeecd3507df0d160c3c98c8031015d20cc6abf28f7a6713a369c999beac69 SHA512 881199e11d012967bc897ba72099e1f6449be1d7032ea1db40a88f2a2efd874e0ed6e78ba30183f8f6d1b1a564694fb746259791c13778b1aee2ecc697f6cb44

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">mkdocstrings-python</remote-id>
<remote-id type="github">mkdocstrings/python</remote-id>
<maintainer>
<name>Timothée Mazzucotelli</name>
<email>pawamoy@pm.me</email>
</maintainer>
<doc>https://mkdocstrings.github.io/python</doc>
<changelog>https://mkdocstrings.github.io/python/changelog</changelog>
<bugs-to>https://github.com/mkdocstrings/python/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,33 +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="A Python handler for mkdocstrings."
HOMEPAGE="https://github.com/mkdocstrings/python https://pypi.org/project/mkdocstrings-python"
SRC_URI="https://github.com/mkdocstrings/python/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/python-${PV}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
ISUE="test"
BDEPEND="
dev-python/mkdocs[${PYTHON_USEDEP}]
dev-python/griffe[${PYTHON_USEDEP}]
test? (
dev-python/mkdocs-mkdocstrings[${PYTHON_USEDEP}]
dev-python/mkdocs-autorefs[${PYTHON_USEDEP}]
dev-python/pymdown-extensions[${PYTHON_USEDEP}]
dev-python/mkdocs-pymdownx-material-extras[${PYTHON_USEDEP}]
)
"
DEPEND="${BDEPEND}"
distutils_enable_tests pytest