ab41eb9046
Signed-off-by: Alfred Wingate <parona@protonmail.com>
33 lines
761 B
Bash
33 lines
761 B
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DISTUTILS_USE_PEP517=flit
|
|
PYTHON_COMPAT=( python3_{11..13} )
|
|
|
|
inherit distutils-r1 pypi
|
|
|
|
DESCRIPTION="Markdown extension for Sphinx"
|
|
HOMEPAGE="
|
|
https://sphinx-mdinclude.omnilib.dev/
|
|
https://github.com/omnilib/sphinx-mdinclude/
|
|
https://pypi.org/project/sphinx-mdinclude/
|
|
"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RDEPEND="
|
|
<dev-python/docutils-1.0[${PYTHON_USEDEP}]
|
|
>=dev-python/docutils-0.19[${PYTHON_USEDEP}]
|
|
<dev-python/mistune-4.0[${PYTHON_USEDEP}]
|
|
>=dev-python/mistune-3.0[${PYTHON_USEDEP}]
|
|
>=dev-python/pygments-2.8[${PYTHON_USEDEP}]
|
|
>=dev-python/sphinx-6[${PYTHON_USEDEP}]
|
|
"
|
|
|
|
distutils_enable_sphinx docs
|
|
distutils_enable_tests pytest
|