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 C483E13835A for ; Sun, 11 Oct 2020 21:33:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC276E0ACE; Sun, 11 Oct 2020 21:33:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8696E0AF4 for ; Sun, 11 Oct 2020 21:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFDF53406C2 for ; Sun, 11 Oct 2020 21:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59CA63A0 for ; Sun, 11 Oct 2020 21:33:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1602451971.702c6708120999b077c34eb9267b794208c494d2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/utidylib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/utidylib/utidylib-0.6-r1.ebuild X-VCS-Directories: dev-python/utidylib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 702c6708120999b077c34eb9267b794208c494d2 X-VCS-Branch: master Date: Sun, 11 Oct 2020 21:33:21 +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: 288f0da3-f20a-4888-897e-aa9c8d897e82 X-Archives-Hash: cf3fbb9629a3d8143fe1ce58f2870856 commit: 702c6708120999b077c34eb9267b794208c494d2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 11 12:10:55 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 11 21:32:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702c6708 dev-python/utidylib: python3_9, unrestricted tests pass Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/utidylib/utidylib-0.6-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild index 65cb24ad7cc..aac52bdb1b4 100644 --- a/dev-python/utidylib/utidylib-0.6-r1.ebuild +++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) MY_P="uTidylib-${PV}" inherit distutils-r1 @@ -17,9 +17,7 @@ SLOT="0" KEYWORDS="amd64 arm64 ppc ppc64 x86" IUSE="doc test" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - test? ( || ( $(python_gen_useflags 'python2*' python3_6 python3_7) ) ) -" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -33,8 +31,6 @@ RDEPEND=" app-text/tidy-html5 " -RESTRICT="test" # 1/11 tests fail - S="${WORKDIR}/${MY_P}" python_compile_all() {