mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/mkdocs-autorefs: Bump to 1.4.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mkdocs_autorefs-1.4.2.tar.gz 54961 BLAKE2B 7649642a6cb55f37d07ec7da42887acb19311156d4fdeb02f20100c3d3059646fa1deebc92c525a2e910efdf9a12ce1be4080069f33d479445e8badf75bf0d82 SHA512 f56768394806a876097dccebd94146fa90bb706b304e1f7b86dd51f12da604ce8be7c4d75c67d4694a248b15bf3786c0b5a45e0bc74ea846839e2317c975db12
|
||||
DIST mkdocs_autorefs-1.4.3.tar.gz 55425 BLAKE2B 1967566f9e1e67ce35fa1d15a3e82502316af591ba6570c463d4f754ecec3b606745f41a21ee561cc0a8e33eab7821ae4abcd85403947c7161c5bef96a187f26 SHA512 a15625f77c76998abed7684696ee6677a497f4b08a674a62e2ead8f38f393ff27adeb339ed587ea708714e8e8efad57c7fad4f3cb01e9d031c5f4839eaed3af1
|
||||
|
||||
36
dev-python/mkdocs-autorefs/mkdocs-autorefs-1.4.3.ebuild
Normal file
36
dev-python/mkdocs-autorefs/mkdocs-autorefs-1.4.3.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} pypy3_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 ~arm64 ~riscv"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/markdown-3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-1.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/griffe[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.16[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymdown-extensions-10.14[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user