From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CD6B158086 for ; Thu, 14 Oct 2021 12:12:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4413FE0885; Thu, 14 Oct 2021 12:12:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C2C9E0885 for ; Thu, 14 Oct 2021 12:12:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12B47342E5D for ; Thu, 14 Oct 2021 12:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E26F15F for ; Thu, 14 Oct 2021 12:12:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1634213551.46a30f56c08c6de86fd37bcdecd427b4178b2a51.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/scour/scour-0.38.2.ebuild X-VCS-Directories: media-gfx/scour/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 46a30f56c08c6de86fd37bcdecd427b4178b2a51 X-VCS-Branch: master Date: Thu, 14 Oct 2021 12:12:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f29f9597-0db3-4f05-b172-21d76eda89a3 X-Archives-Hash: 7369beeac5c0c07fdced44776dda27a5 commit: 46a30f56c08c6de86fd37bcdecd427b4178b2a51 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 14 12:05:53 2021 +0000 Commit: Arthur Zamarin gentoo 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 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}"