From a164efc1da115a65b9fca57c0f21385e5571ce1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 19:36:31 +0200 Subject: [PATCH] dev-python/sphinx-rtd-theme: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sphinx-rtd-theme/Manifest | 1 - .../sphinx-rtd-theme-3.0.2.ebuild | 37 ------------------- 2 files changed, 38 deletions(-) delete mode 100644 dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild diff --git a/dev-python/sphinx-rtd-theme/Manifest b/dev-python/sphinx-rtd-theme/Manifest index a73ba18da71a0..becb09018e13f 100644 --- a/dev-python/sphinx-rtd-theme/Manifest +++ b/dev-python/sphinx-rtd-theme/Manifest @@ -1,2 +1 @@ -DIST sphinx_rtd_theme-3.0.2.tar.gz 7620463 BLAKE2B abaf32689ae96cf0f297bd23381f8a1f4b519f65129b1b91a18c41a629a8df975bbaba290f7b0983410601de91e93608349333b8fdd3e72704a9501442e9c16b SHA512 280a2d80ce00df84cf2484e07da95040b62bd2d6dfc8d90222af1f86842a7a3921fb8f7e0677d03677a1376e879ef6ae43daef4c90076b266001a0f4c25b4848 DIST sphinx_rtd_theme-3.1.0.tar.gz 7620915 BLAKE2B 0ef745de56860acbeef062bcf0ffce76862f32f4f1790846d49c21454e8d9f8a12e1246c3353c1b552c65b59dd8f112d26d63bd31aba81529fb5de0d9267b793 SHA512 a1a5127a69b128ad67b7c0c6bc0c7e4ec83accd918c385f5bd3e7d9dcc76eedfd3aaa4699434ebdda3bf654f5ee3f92a402b2cdbe3449ed6bde79027ef009160 diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild deleted file mode 100644 index 104a7ee95102e..0000000000000 --- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="ReadTheDocs.org theme for Sphinx" -HOMEPAGE=" - https://github.com/readthedocs/sphinx_rtd_theme/ - https://pypi.org/project/sphinx-rtd-theme/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - >=dev-python/docutils-0.18[${PYTHON_USEDEP}] - >=dev-python/sphinx-6[${PYTHON_USEDEP}] - >=dev-python/sphinxcontrib-jquery-4[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_prepare() { - # remove upper bounds - sed -i -e 's:,\?<[0-9.]*::' setup.cfg || die - distutils-r1_src_prepare - - # CI=1 disables rebuilding webpack that requires npm use - # yes, that surely makes sense - export CI=1 -}