commit:     6f58439942ad21252e5f38484f524f15b63a0ff5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 20 01:45:00 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 20 02:32:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f584399

dev-python/furo: Bump to 2025.7.19

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

 dev-python/furo/Manifest              |  1 +
 dev-python/furo/furo-2025.7.19.ebuild | 42 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/furo/Manifest b/dev-python/furo/Manifest
index ff8edc2c8f5f..db249ac9ec44 100644
--- a/dev-python/furo/Manifest
+++ b/dev-python/furo/Manifest
@@ -1 +1,2 @@
 DIST furo-2024.8.6-py3-none-any.whl 341333 BLAKE2B 
e0cf87a69b35a0a48eb54eb9530ec92f5fa06882b4c4a9bf306a3b1eee7af8510e37dfd1b612fe747856e48eada1eed05ae8e5e270616bf9b5fd5a70705a9c53
 SHA512 
e9e32eb26659b710836c86bd881c07625d14a10000674d488da2dc71e5cbb7ba6ce4494892f731dbcf288af11bcf6870f9f97f70364425cca4a00f7edda01d48
+DIST furo-2025.7.19-py3-none-any.whl 342175 BLAKE2B 
6ce62b2749be93dcafbc19695694be51c1be44dd56fa70fba72279260e3216d936e3399e4c53af96b7991053e75612a44cde379b6628e5b6773927cfb671a2df
 SHA512 
5b602da4922ec14a0d8c8c113e26b6be486079423daecfc984251c445fe6fb1d414b0c25f561a0df793fdac2f34e6e299a866b9606b9a00a0185ad12b5538e3d

diff --git a/dev-python/furo/furo-2025.7.19.ebuild 
b/dev-python/furo/furo-2025.7.19.ebuild
new file mode 100644
index 000000000000..ac5f79c6d2f1
--- /dev/null
+++ b/dev-python/furo/furo-2025.7.19.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# sphinx-theme-builder is completely unusable, as it requires pinning
+# to a very-specific nodejs version number, and ofc loves fetching
+# everything from the Internet
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Clean customisable Sphinx documentation theme"
+HOMEPAGE="
+       https://pypi.org/project/furo/
+       https://github.com/pradyunsg/furo/
+"
+SRC_URI="$(pypi_wheel_url)"
+S=${WORKDIR}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+       dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+       dev-python/sphinx[${PYTHON_USEDEP}]
+       dev-python/sphinx-basic-ng[${PYTHON_USEDEP}]
+"
+
+src_unpack() {
+       if [[ ${PKGBUMPING} == ${PVR} ]]; then
+               unzip "${DISTDIR}/${A}" || die
+       fi
+}
+
+python_compile() {
+       distutils_wheel_install "${BUILD_DIR}/install" \
+               "${DISTDIR}/${P}-py3-none-any.whl"
+}

Reply via email to