Files
gentoo/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.5.0.ebuild
Michał Górny 42cecf88c9 dev-python/mkdocs-autorefs: Bump to 0.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-08-03 08:08:49 +02:00

28 lines
574 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=pdm-backend
inherit distutils-r1 pypi
DESCRIPTION="Automatically link across pages in MkDoc"
HOMEPAGE="
https://mkdocstrings.github.io/autorefs/
https://github.com/mkdocstrings/autorefs/
https://pypi.org/project/mkdocs-autorefs/
"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
RDEPEND="
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/mkdocs[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest