summaryrefslogtreecommitdiff
path: root/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild')
-rw-r--r--dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild b/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild
deleted file mode 100644
index 7d56c2171927..000000000000
--- a/dev-python/mkdocs-autorefs/mkdocs-autorefs-0.4.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=pdm
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Automatically link across pages in MkDoc"
-HOMEPAGE="https://mkdocstrings.github.io/autorefs/ https://pypi.org/project/mkdocs-autorefs/"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="dev-python/markdown[${PYTHON_USEDEP}]
- dev-python/mkdocs[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest