Files
gentoo/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.3-r1.ebuild
Andrew Ammerlaan 52516c34e1 dev-python/mkdocs-material-extensions: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-05-24 15:02:29 +02:00

32 lines
695 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Extension pack for Python Markdown"
HOMEPAGE="
https://github.com/facelessuser/mkdocs-material-extensions
https://pypi.org/project/mkdocs-material-extensions
"
SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="test"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
RDEPEND=">=dev-python/mkdocs-material-5.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest