dev-python/mkdocs-autorefs: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:25:03 +02:00
parent 3d16366566
commit 9af160c84a
2 changed files with 0 additions and 37 deletions

View File

@@ -1,2 +1 @@
DIST mkdocs_autorefs-1.4.3.tar.gz 55425 BLAKE2B 1967566f9e1e67ce35fa1d15a3e82502316af591ba6570c463d4f754ecec3b606745f41a21ee561cc0a8e33eab7821ae4abcd85403947c7161c5bef96a187f26 SHA512 a15625f77c76998abed7684696ee6677a497f4b08a674a62e2ead8f38f393ff27adeb339ed587ea708714e8e8efad57c7fad4f3cb01e9d031c5f4839eaed3af1
DIST mkdocs_autorefs-1.4.4.tar.gz 56588 BLAKE2B 0cb538f8329f889eb7886c309a94e1497e73754b4b84875b6ceea274ba8a12f8410ee04d7ec91e7c4043990ee0ec57bbda6036ca886e6c65bee4d8e5aaa08d33 SHA512 b1551247e4cf3ee5cea9235dc6be81b7a8eb88a07f33a946ed1329fe6730b15be9f0f9fda5023df5f2f50c7aae50ac3da80fa16fc07ae84b1e4e3a58f4ee37f8

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
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