From cbcf58149cb2f7c48261598bc9453a1d31da37c8 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 23 Nov 2023 21:04:12 +0200 Subject: [PATCH] dev-python/sphinx-py3doc-enhanced-theme: drop 2.4.0 Signed-off-by: Alfred Wingate --- .../sphinx-py3doc-enhanced-theme-2.4.0.ebuild | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild diff --git a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild deleted file mode 100644 index fea4cd6..0000000 --- a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.4.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYPI_NO_NORMALIZE=y - -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="A theme based on the theme of https://docs.python.org/3/." -HOMEPAGE="https://github.com/ionelmc/sphinx-py3doc-enhanced-theme" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}/Allow-missing-env-var.patch" - "${FILESDIR}/Fix-goofy-doctest.patch" - "${FILESDIR}/undo-pypi-modification-to-setupcfg.patch" - "${FILESDIR}/backport-for-setupcfg.patch" -) -DOCS=( "README.rst" )