Files
gentoo/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild
2023-05-11 10:17:14 +01:00

23 lines
536 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Automatically link across pages in MkDoc"
HOMEPAGE="https://mkdocstrings.github.io/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