Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_lv2_theme/
Date: Sun, 31 Oct 2021 20:09:57
Message-Id: 1635710979.1f1e583880aed673d43a296b503cf3bf54af23b0.arthurzam@gentoo
1 commit: 1f1e583880aed673d43a296b503cf3bf54af23b0
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 07:13:22 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:09:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1e5838
7
8 dev-python/sphinx_lv2_theme: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild
16 index 8d6b73eec05..6f54832beb6 100644
17 --- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild
18 +++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0-r1.ebuild
19 @@ -3,15 +3,14 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8,9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation style"
28 HOMEPAGE="https://gitlab.com/lv2/sphinx_lv2_theme"
29 SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
30 +S="${WORKDIR}/${PN}-v${PV}"
31
32 LICENSE="ISC"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
35 -
36 -S="${WORKDIR}/${PN}-v${PV}"