dev-python/sphinx-rtd-theme: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 19:36:31 +02:00
parent b8ad3077eb
commit a164efc1da
2 changed files with 0 additions and 38 deletions

View File

@@ -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

View File

@@ -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
}