commit: 0a0e9362a579605c68281dd5e784bd0574d665d2
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 29 14:19:45 2025 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 14:20:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0e9362
dev-python/sphinx-selective-exclude: remove old revision
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
.../sphinx-selective-exclude-1.0.3-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git
a/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r1.ebuild
b/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r1.ebuild
deleted file mode 100644
index 44b93c83a3e7..000000000000
---
a/dev-python/sphinx-selective-exclude/sphinx-selective-exclude-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx selective rendition extensions"
-HOMEPAGE="https://github.com/pfalcon/sphinx_selective_exclude"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}"/${PN}-description-file.patch )