mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/mkdocs-mkdocstrings: new package, add 0.20.0
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
1
dev-python/mkdocs-mkdocstrings/Manifest
Normal file
1
dev-python/mkdocs-mkdocstrings/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mkdocs-mkdocstrings-0.20.0.gh.tar.gz 69064 BLAKE2B 9b0a1dc3b5e21924e00ba75a6ec79bab33629c65010ec8b0669c17d4000c55fd250f628410c583f14f2d91ee34a0ab419306630025474a820a7377a7beb8b51a SHA512 7a1c5a20c4070d9dec3cf959b38110427efdfc211f66e8423b478903e646f8ef8c8242393d1689392763512a718343b140f01297e57cfbd5f246928c3fbba97b
|
||||
12
dev-python/mkdocs-mkdocstrings/metadata.xml
Normal file
12
dev-python/mkdocs-mkdocstrings/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,33 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pdm
|
||||
PYTHON_COMPAT=( python3_{9..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"
|
||||
ISUE="test"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/pdm-pep517[${PYTHON_USEDEP}]
|
||||
dev-python/mkdocs[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pymdown-extensions[${PYTHON_USEDEP}]
|
||||
dev-python/mkdocs-autorefs[${PYTHON_USEDEP}]
|
||||
dev-python/mkdocs-mkdocstrings-python[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
DEPEND="${BDEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user