mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/mkdocs: Bump to 1.5.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST mkdocs-1.4.3.gh.tar.gz 4019852 BLAKE2B 4bf0d47d939fc9db0daa7954857ba35d7a48031d6029b1a0a1680b6bbe13890244b29d670efe9a0d2f18e1e73aab75879f4e7bcfc60cf944e816054a970ba8e6 SHA512 ac023f0e91f32faa38843c5ec42eb8aa32439b5a7e3967b9838f845687d0c7eadb3c13cbd4f1270e026a4b5afe15123d1568375f75a1ca07a28a93a595f5ac6b
|
||||
DIST mkdocs-1.5.0.gh.tar.gz 4042630 BLAKE2B d3912b4ed4e89055c9f05ca2ff5e9c92755a95e3f27aee479d15728f6c9a1d6597e3da26e9211c0f8f3c28c806dc149be2e29203bbeda02ec3a30791c142ae4f SHA512 99651345703324a10800de537f7518b0b16b8273229596d773785f2487ff3e6f51b54f00cebe90a41c6e04a6689e49814663ff740c676f3daa4eb6f7017e0288
|
||||
DIST mkdocs-1.5.1.gh.tar.gz 4042737 BLAKE2B 36e5f615fd59c966cf6204a260c6147ff87983aa4dc8b525e89a06dbc89df8ca2b7f168bcea3e01eedc2ba8d611069e511393805a78e614a061499f9aacf3ac8 SHA512 bc58b7326854773c05b9db9b486b5d499652350e7476911c0a49e32bdb2f3de0b5bd54257000cf8e89c000a37216de754efcfd6806352ff0631e4e8f584594d5
|
||||
DIST mkdocs-1.5.2.gh.tar.gz 4042706 BLAKE2B 2390b8a6f2229d039f5c8d82f00c66e7243ca79cf8a7c4662ba522e4c05bd7477d0334122e0f9a7453badcd1257c34d8fbe1a1082e638c532017e27f79f6a312 SHA512 0349aff69857df808b1208ea4f52276f1ca4d9a4c44efc9e913d191856c23bfd85e0efe23331def247df8fbfc36bfdbdb44aef0d012b5de47f34374bd0da2dde
|
||||
|
||||
86
dev-python/mkdocs/mkdocs-1.5.2.ebuild
Normal file
86
dev-python/mkdocs/mkdocs-1.5.2.ebuild
Normal file
@@ -0,0 +1,86 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Project documentation with Markdown"
|
||||
HOMEPAGE="
|
||||
https://www.mkdocs.org/
|
||||
https://github.com/mkdocs/mkdocs/
|
||||
https://pypi.org/project/mkdocs/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/mkdocs/mkdocs/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
|
||||
# https://bugs.gentoo.org/873349
|
||||
# Building documentation requires packaging: callouts and mkdocs-autorefs
|
||||
#
|
||||
# IUSE="doc"
|
||||
#
|
||||
# BDEPEND="
|
||||
# doc? (
|
||||
# $(python_gen_any_dep '
|
||||
# dev-python/mdx-gh-links[${PYTHON_USEDEP}]
|
||||
# dev-python/mkdocs-redirects[${PYTHON_USEDEP}]
|
||||
# ')
|
||||
# )
|
||||
# "
|
||||
RDEPEND="
|
||||
>=dev-python/Babel-2.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/markdown-3.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/watchdog-2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ghp-import-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pathspec-0.11.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml_env_tag-0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/importlib-metadata-4.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/packaging-20.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/mergedeep-1.3.4[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# Tests fails if additional themes are installed
|
||||
mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes
|
||||
mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes_error
|
||||
mkdocs/tests/utils/utils_tests.py::UtilsTests::test_get_themes_warning
|
||||
|
||||
# Does not work in emerge env
|
||||
mkdocs/tests/config/config_options_tests.py::ListOfPathsTest::test_paths_localized_to_config
|
||||
|
||||
# TODO
|
||||
mkdocs/tests/build_tests.py::testing_server
|
||||
mkdocs/tests/livereload_tests.py::testing_server
|
||||
)
|
||||
|
||||
python_compile_all() {
|
||||
default
|
||||
# if use doc; then
|
||||
# # cannot just do mkdocs build, because that fails if
|
||||
# # the package isn't already installed
|
||||
# python -m mkdocs build || die "Failed to make docs"
|
||||
# # Colliding files found by ecompress:
|
||||
# rm site/sitemap.xml.gz || die
|
||||
# HTML_DOCS=( "site/." )
|
||||
# fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
epytest '-opython_files=*tests.py' mkdocs/tests
|
||||
}
|
||||
Reference in New Issue
Block a user