commit: 90f114acf62cac5e29d9fe16755f114803aff929
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:29:15 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:29:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f114ac
dev-python/mkdocs-ansible: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mkdocs-ansible/Manifest | 1 -
.../files/mkdocs-ansible-0.1.6-prune_deps.patch | 20 -----------
.../mkdocs-ansible/mkdocs-ansible-0.1.6-r1.ebuild | 41 ----------------------
3 files changed, 62 deletions(-)
diff --git a/dev-python/mkdocs-ansible/Manifest
b/dev-python/mkdocs-ansible/Manifest
index 9e21c7f1d379..4521def0b578 100644
--- a/dev-python/mkdocs-ansible/Manifest
+++ b/dev-python/mkdocs-ansible/Manifest
@@ -1,2 +1 @@
-DIST mkdocs-ansible-0.1.6.tar.gz 27829 BLAKE2B
ee1248c2301d841876abfde43e0a883d553f7848b9be367634c4332ceccff4f9aa5e22b58c38f997ffc9c861ac36a0b9e40e4ca445aff7dc040f953f83f3fab8
SHA512
96235bc91d86e52781ae190ab6bc83fc086fa5fdd2ecb21a544549bd49d94b0ea99e56956442884930a6d20c975970942ca3bc0c62cee23b17a3884989420672
DIST mkdocs-ansible-0.2.0.tar.gz 29254 BLAKE2B
3d9582c50a3e6abad56bae2f78ff2970b96b768fd8dbc0aa60d15a0acfc23535acae42b7b7f585db3165bf658b3f18c483484b630b350aff97ebb97edb2abcae
SHA512
8e0a3b447a4a31f3d48fef5e381d01e0f2ebee2dd317a699b30e83e483234ebac1ad265f66f15dfa92c52f6c1c4a0a77aacef2915b0a60b11ffe5960cd774820
diff --git
a/dev-python/mkdocs-ansible/files/mkdocs-ansible-0.1.6-prune_deps.patch
b/dev-python/mkdocs-ansible/files/mkdocs-ansible-0.1.6-prune_deps.patch
deleted file mode 100644
index dd6b81b59a84..000000000000
--- a/dev-python/mkdocs-ansible/files/mkdocs-ansible-0.1.6-prune_deps.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-As of 0.1.6, no mention of pipdeptree anywhere in the actual code.
-
---- a/.config/requirements.in
-+++ b/.config/requirements.in
-@@ -11,5 +11,4 @@
- mkdocstrings-python>=0.8.3
- mkdocstrings>=0.21.2
- pillow>=9.4.0
--pipdeptree>=2.4.0
- pymdown-extensions>=9.9.2
---- a/.config/requirements.txt
-+++ b/.config/requirements.txt
-@@ -39,7 +39,6 @@
- mkdocstrings-python==1.1.0
- packaging==23.1
- pillow==9.5.0
--pipdeptree==2.7.1
- pycparser==2.21
- pygments==2.15.1
- pymdown-extensions==10.0.1
diff --git a/dev-python/mkdocs-ansible/mkdocs-ansible-0.1.6-r1.ebuild
b/dev-python/mkdocs-ansible/mkdocs-ansible-0.1.6-r1.ebuild
deleted file mode 100644
index f13655d4f5dc..000000000000
--- a/dev-python/mkdocs-ansible/mkdocs-ansible-0.1.6-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Ansible theme for MkDocs"
-HOMEPAGE="
- https://github.com/ansible/mkdocs-ansible/
- https://pypi.org/project/mkdocs-ansible/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
- >=dev-python/markdown-exec-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/markdown-include-0.8.1[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-gen-files-0.4.0[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-htmlproofer-plugin-0.10.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-material-extensions-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-material-9.0.13[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-minify-plugin-0.6.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-monorepo-plugin-1.0.4[${PYTHON_USEDEP}]
- >=dev-python/mkdocs-1.4.2[${PYTHON_USEDEP}]
- >=dev-python/mkdocstrings-python-0.8.3[${PYTHON_USEDEP}]
- >=dev-python/mkdocstrings-0.21.2[${PYTHON_USEDEP}]
- >=dev-python/pillow-9.4.0[${PYTHON_USEDEP}]
- >=dev-python/pymdown-extensions-9.9.2[${PYTHON_USEDEP}]
- >=media-gfx/cairosvg-2.6.0[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.1.6-prune_deps.patch
-)