Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-aiohttp-theme/
Date: Fri, 28 May 2021 21:48:38
Message-Id: 1622238486.c2239b2d6e274809c28f6b89282166c6ff47a5e9.mgorny@gentoo
1 commit: c2239b2d6e274809c28f6b89282166c6ff47a5e9
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Fri May 28 15:48:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 21:48:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2239b2d
7
8 dev-python/sphinx-aiohttp-theme: bump to python 3.9
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild
17 index 6f7073108dd..f2b632ec308 100644
18 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild
19 +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild
20 @@ -1,8 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +
28 +PYTHON_COMPAT=( python3_{7..9} )
29
30 inherit distutils-r1
31
32 @@ -12,14 +13,10 @@ MY_P="${MY_PN}-${PV}"
33 DESCRIPTION="Sphinx theme for aiohttp"
34 HOMEPAGE="https://github.com/aio-libs/aiohttp-theme"
35 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
36 +S="${WORKDIR}/${MY_P}"
37
38 LICENSE="BSD"
39 SLOT="0"
40 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
41 -IUSE=""
42
43 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
44 -DEPEND="${RDEPEND}
45 - dev-python/setuptools[${PYTHON_USEDEP}]"
46 -
47 -S="${WORKDIR}/${MY_P}"