commit:     26458647d0f6d513a9233f60e37511a7ac3d06fe
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  2 17:21:09 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  2 17:40:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26458647

dev-python/repoze-sphinx-autointerface: enable py3.10, small cleanup

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../repoze-sphinx-autointerface-0.8.ebuild                    | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

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
index a8135be13ff..519d2a62939 100644
--- 
a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
+++ 
b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.8.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
 MY_PN=${PN//-/.}
@@ -14,6 +13,7 @@ MY_P=${MY_PN}-${PV}
 DESCRIPTION="Sphinx extension: auto-generates API docs from Zope interfaces"
 HOMEPAGE="https://pypi.org/project/repoze.sphinx.autointerface/";
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="repoze"
 SLOT="0"
@@ -24,11 +24,6 @@ RDEPEND="
        dev-python/sphinx[${PYTHON_USEDEP}]
        dev-python/zope-interface[${PYTHON_USEDEP}]
 "
-DEPEND="
-       ${RDEPEND}
-"
-
-S=${WORKDIR}/${MY_P}
 
 python_install() {
        distutils-r1_python_install

Reply via email to