From ee79de6381ee3f29ab984f2fae639724971ca697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 14 Nov 2025 03:40:06 +0100 Subject: [PATCH] dev-python/sphinx-lv2-theme: Bump to 1.4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sphinx-lv2-theme/Manifest | 1 + .../sphinx-lv2-theme-1.4.6.ebuild | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.6.ebuild diff --git a/dev-python/sphinx-lv2-theme/Manifest b/dev-python/sphinx-lv2-theme/Manifest index 2b581f91f6890..96ffe31721f54 100644 --- a/dev-python/sphinx-lv2-theme/Manifest +++ b/dev-python/sphinx-lv2-theme/Manifest @@ -1,2 +1,3 @@ DIST sphinx_lv2_theme-1.4.2.tar.gz 14331 BLAKE2B 3d0e40af9a48c0595b1b99b87ca6fc35a557d0f7543609ab71deb277563c9c460ac6310179f0384510143fa4056bce1c1338e481f812393ffa82e063c14bc067 SHA512 51c9cca9cd28878496706a4716ec722b695257392ab09adfbfe70e3dadeb72c7620cdbb56562411e8b99d3af942cec63a346781512ead188c6b2d6eae3623336 DIST sphinx_lv2_theme-1.4.4.tar.gz 15110 BLAKE2B a70ca2b2ff4f390a833e1aae43674e29436f5fe4d9a61b0f800cb8cfc63a03b7f80ada497bb786f148a8079b7993583d8dc928c712c2e685710ef116cd17ea10 SHA512 0ac460a190ef5de3fc3056f3e1fea68df1468140824aebc6c253bdcc39435860676c454dd31447b820afa7e75cd3e2514a1b21dd29a221ef2dd9f12761c92414 +DIST sphinx_lv2_theme-1.4.6.tar.gz 14464 BLAKE2B 7d71a9e7f89b9ce5bd527fbb1a9c7b86e81e6dc96f83f8a54524df58d3dc63104e27efd263da42d0380da49f927ab0f77db6e7715ee47f1ce72a655299b08ccb SHA512 43b789fe6a88d66218741633342ed6848364d49b28a2fd24f4f561b1c7acc9714da9cb67347dce1bfbfdd521dc94eb2a3c9de7cd119ba7927d9350113ea3960b diff --git a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.6.ebuild b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.6.ebuild new file mode 100644 index 0000000000000..085da05288a14 --- /dev/null +++ b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.6.ebuild @@ -0,0 +1,26 @@ +# 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_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation style" +HOMEPAGE=" + https://gitlab.com/lv2/sphinx_lv2_theme/ + https://pypi.org/project/sphinx-lv2-theme/ +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + distutils-r1_src_prepare + + # https://gitlab.com/lv2/sphinx_lv2_theme/-/issues/4 + find -name '*.pyc' -delete || die +}