commit:     46a30f56c08c6de86fd37bcdecd427b4178b2a51
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 12:05:53 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 12:12:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a30f56

media-gfx/scour: enable py3.10

Closes: https://bugs.gentoo.org/808141
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/scour/scour-0.38.2.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-gfx/scour/scour-0.38.2.ebuild 
b/media-gfx/scour/scour-0.38.2.ebuild
index 79258e63799..1aa5120da93 100644
--- a/media-gfx/scour/scour-0.38.2.ebuild
+++ b/media-gfx/scour/scour-0.38.2.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
@@ -14,11 +13,8 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE=""
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 
 python_test() {
        "${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"

Reply via email to