commit:     142551fc27a14fac6f54613f1b3255838f0e0c5a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 04:07:27 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  9 04:07:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142551fc

dev-python/mkdocs-ansible: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/mkdocs-ansible/Manifest                 |  2 --
 .../files/mkdocs-ansible-0.2.0-prune_deps.patch    | 20 -----------
 .../mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild     | 41 ----------------------
 .../mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild    | 41 ----------------------
 4 files changed, 104 deletions(-)

diff --git a/dev-python/mkdocs-ansible/Manifest 
b/dev-python/mkdocs-ansible/Manifest
index c504319ab66d..d031514580f8 100644
--- a/dev-python/mkdocs-ansible/Manifest
+++ b/dev-python/mkdocs-ansible/Manifest
@@ -1,3 +1 @@
-DIST mkdocs-ansible-0.2.0.tar.gz 29254 BLAKE2B 
3d9582c50a3e6abad56bae2f78ff2970b96b768fd8dbc0aa60d15a0acfc23535acae42b7b7f585db3165bf658b3f18c483484b630b350aff97ebb97edb2abcae
 SHA512 
8e0a3b447a4a31f3d48fef5e381d01e0f2ebee2dd317a699b30e83e483234ebac1ad265f66f15dfa92c52f6c1c4a0a77aacef2915b0a60b11ffe5960cd774820
-DIST mkdocs-ansible-24.2.1.tar.gz 44750 BLAKE2B 
364ac6ee1b044309eaf3cd15c4944fd678680f17fdf35dc610522ff751ee8136c52fd7a1dfbe735c897f93ea9566e7bc986af3c6f18e90ad9945b3580bbb3eb2
 SHA512 
d01eec55638e34b83c06c7c4f3163d5c44fac373fb1ed099b9a63c59af27efebd85b655f1f9558add5ddc968abe1d1d28d326b0fe500e395035c62e006653b27
 DIST mkdocs-ansible-24.3.0.tar.gz 45471 BLAKE2B 
54b6320a7b1f03d4f05b5a7617100575178206742bebda007cd276e9c1a663e82f46149fc6ec3e7e3d22f01be63afb6a72febe72f3e3969ea3acb6a75b1c38ec
 SHA512 
a391bb28b2870efebf621998f810521667beb8b3b9603f5b35e169a9ab23b2f640531a2441b11b8044b36c49eacccd3da72b0224a0ac664d59fd97de7eb0b094

diff --git 
a/dev-python/mkdocs-ansible/files/mkdocs-ansible-0.2.0-prune_deps.patch 
b/dev-python/mkdocs-ansible/files/mkdocs-ansible-0.2.0-prune_deps.patch
deleted file mode 100644
index 7c8c5cbfe590..000000000000
--- a/dev-python/mkdocs-ansible/files/mkdocs-ansible-0.2.0-prune_deps.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-As of 0.2.0, 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
-@@ -42,7 +42,6 @@
- paginate==0.5.6
- pathspec==0.11.2
- pillow==10.0.1
--pipdeptree==2.13.0
- platformdirs==3.10.0
- pycparser==2.21
- pygments==2.16.1

diff --git a/dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild 
b/dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild
deleted file mode 100644
index c0105064a6ad..000000000000
--- a/dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.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..12} )
-
-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.2.0-prune_deps.patch
-)

diff --git a/dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild 
b/dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild
deleted file mode 100644
index 34f274f4ed90..000000000000
--- a/dev-python/mkdocs-ansible/mkdocs-ansible-24.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 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..12} )
-
-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}-24.2.1-prune_deps.patch
-)

Reply via email to