mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/sphinx-lv2-theme: Bump to 1.4.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
26
dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.6.ebuild
Normal file
26
dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.6.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user