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/repoze-sphinx-autointerface/
Date: Thu, 02 Sep 2021 17:40:51
Message-Id: 1630604428.26458647d0f6d513a9233f60e37511a7ac3d06fe.arthurzam@gentoo
1 commit: 26458647d0f6d513a9233f60e37511a7ac3d06fe
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 17:21:09 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 17:40:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26458647
7
8 dev-python/repoze-sphinx-autointerface: enable py3.10, small cleanup
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../repoze-sphinx-autointerface-0.8.ebuild | 11 +++--------
13 1 file changed, 3 insertions(+), 8 deletions(-)
14
15 diff --git a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
16 index a8135be13ff..519d2a62939 100644
17 --- a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
18 +++ b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
19 @@ -1,11 +1,10 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +EAPI=8
26
27 +PYTHON_COMPAT=( python3_{8..10} )
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29 -
30 inherit distutils-r1
31
32 MY_PN=${PN//-/.}
33 @@ -14,6 +13,7 @@ MY_P=${MY_PN}-${PV}
34 DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces"
35 HOMEPAGE="https://pypi.org/project/repoze.sphinx.autointerface/"
36 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
37 +S="${WORKDIR}/${MY_P}"
38
39 LICENSE="repoze"
40 SLOT="0"
41 @@ -24,11 +24,6 @@ RDEPEND="
42 dev-python/sphinx[${PYTHON_USEDEP}]
43 dev-python/zope-interface[${PYTHON_USEDEP}]
44 "
45 -DEPEND="
46 - ${RDEPEND}
47 -"
48 -
49 -S=${WORKDIR}/${MY_P}
50
51 python_install() {
52 distutils-r1_python_install