commit:     db868c79a2dda98616d61203eefb9606c4c5c726
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 13 07:29:28 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 13 07:34:18 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db868c79

dev-python/sphinx-rtd-theme: Bump to 3.1.0

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

 dev-python/sphinx-rtd-theme/Manifest               |  1 +
 .../sphinx-rtd-theme/sphinx-rtd-theme-3.1.0.ebuild | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index 4082199abfff..a73ba18da71a 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1 +1,2 @@
 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.1.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.1.0.ebuild
new file mode 100644
index 000000000000..8c3d328e0742
--- /dev/null
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2026 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}]
+"
+
+EPYTEST_PLUGINS=()
+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
+}

Reply via email to