commit:     075eeadb2545a9353e795de46f43955d9e159828
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 10:43:19 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 13:09:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075eeadb

dev-python/pydata-sphinx-theme: Bump to 0.16.1

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

 dev-python/pydata-sphinx-theme/Manifest            |  2 +
 .../pydata-sphinx-theme-0.16.1.ebuild              | 56 ++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/pydata-sphinx-theme/Manifest 
b/dev-python/pydata-sphinx-theme/Manifest
index bd7da5ede867..92e01d8268cc 100644
--- a/dev-python/pydata-sphinx-theme/Manifest
+++ b/dev-python/pydata-sphinx-theme/Manifest
@@ -1,2 +1,4 @@
 DIST pydata-sphinx-theme-0.16.0.gh.tar.gz 2402696 BLAKE2B 
a56fe7accb28a82973076d19380600f188dc1e682158b2b77e7b1b0a0e6d6c2bfbed7ea4ac9bf2591ae8e4cccf529f7cf8c187afc044f152e22edd4515938ddd
 SHA512 
4f5c48708d5aae21ed8f1827a4d805c893652b02612699468875d283180087c2193b4dd12b8cbe24a1cee1a748d5de9ebbe378d1ff0b07b2a57c0b349ea3c173
+DIST pydata-sphinx-theme-0.16.1.gh.tar.gz 2408737 BLAKE2B 
d41d6ab845b6af795d609ed38810597528e6a3d07133467f45adf941ad40d45d6b157ba0f9666e115c101f86139628c705991f2afbd95b2f2a7ac606d09afcc0
 SHA512 
a72d5be0dfdd11ffac8ed60521121053343869234b7fc1a5d2ac3b5a78cc3b00afdb7875608bd7cdb455d1bfa92dfdffcf541310aed211f6eb49a6ce29f2c045
 DIST pydata_sphinx_theme-0.16.0-py3-none-any.whl 6739948 BLAKE2B 
070ede0cd030b6c1919f5f7b54bb1738c5e6af8f74bda49d2d4be4ea99b79b0adf9283b6f837a785203e5c442f845f8f8fd0139c189b927b5d5642aff17894e3
 SHA512 
947f0a0c910f9ced070e3128822292d1a4a1bfe99f46802abe9589d7d5216aa5294d81adae3d47db5e88942184d7455a624a9061030ea9e6648b031cd37b2fef
+DIST pydata_sphinx_theme-0.16.1-py3-none-any.whl 6723264 BLAKE2B 
64a6379809230481b8c9aca05d46b8dfe725b74ea1c9b3b2de24f81f2e559eced30268a374d6879ada809edba3c5294305ba341d5037671989f3b9d40d8a3946
 SHA512 
a2923f2bdaa3928136ccd7e381bc2324f9fca516ac0b7892f88f2651624f7b286c2d68fae2f90964a1d0957d4679abf70c0f774cfabd5bef18ab96ad7fd54bcc

diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.1.ebuild 
b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.1.ebuild
new file mode 100644
index 000000000000..e26f583deaee
--- /dev/null
+++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.16.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+MY_P=${P/_/}
+DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"
+HOMEPAGE="
+       https://github.com/pydata/pydata-sphinx-theme/
+       https://pypi.org/project/pydata-sphinx-theme/
+"
+SRC_URI="
+       https://github.com/pydata/pydata-sphinx-theme/archive/v${PV/_/}.tar.gz
+               -> ${P}.gh.tar.gz
+       $(pypi_wheel_url)
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD-with-disclosure"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+       dev-python/accessible-pygments[${PYTHON_USEDEP}]
+       dev-python/babel[${PYTHON_USEDEP}]
+       dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+       dev-python/docutils[${PYTHON_USEDEP}]
+       >=dev-python/pygments-2.7[${PYTHON_USEDEP}]
+       >=dev-python/sphinx-6.1[${PYTHON_USEDEP}]
+       dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-{datadir,regressions} )
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # Requires sphinx-intl
+       'tests/test_build.py::test_translations'
+       # sphinx mismatch?
+       tests/test_build.py::test_pygments_fallbacks
+       tests/test_build.py::test_render_secondary_sidebar_dict
+       tests/test_build.py::test_render_secondary_sidebar_dict_glob_subdir
+       
tests/test_build.py::test_render_secondary_sidebar_dict_multiple_glob_matches
+)
+
+python_compile() {
+       distutils_wheel_install "${BUILD_DIR}/install" \
+               "${DISTDIR}/$(pypi_wheel_name)"
+}

Reply via email to