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.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mkdocs_autorefs-1.4.0.tar.gz 3128903 BLAKE2B c2d0140a31226db023ec46919c77ce9fd92c628f99d92a182db6dd849d3ffdb07b82aafe4c12e222a423f23c35eb64bfe81f1af8756b61fc6be91ec877e45562 SHA512 95cc6360f382bb7c188dd9f8a6163ea4b6d3dbe022bf7648cfbfafb522bc5f7eada1a4ec50d99b098344747ba3e9e0ca590df70e68d004a00b9849c28a6a73da
|
||||
DIST mkdocs_autorefs-1.4.1.tar.gz 4131355 BLAKE2B d156771f226ca152919613e82120c08156fc488b651cbf61ba7f37a91c28db8c73799316d44d7379ed127383cce28e2abc7c17d5e6a73f36b14a651788041185 SHA512 09e857dac3b943695ea3a402ea22fd16641413602484944b9bd9bb1222e8c88d59aabc078be8606775ab2b7fdfcc98c5cb97db190e56ecfcd4554a6930a45f5e
|
||||
|
||||
35
dev-python/mkdocs-autorefs/mkdocs-autorefs-1.4.1.ebuild
Normal file
35
dev-python/mkdocs-autorefs/mkdocs-autorefs-1.4.1.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} pypy3 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}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user