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 DC2B91382C5 for ; Tue, 26 May 2020 16:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AB8E0916; Tue, 26 May 2020 16:23:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1D959E0916 for ; Tue, 26 May 2020 16:23:45 +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 0D2E734EE50 for ; Tue, 26 May 2020 16:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E975E272 for ; Tue, 26 May 2020 16:23:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590510214.3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/soupsieve/soupsieve-1.9.5.ebuild X-VCS-Directories: dev-python/soupsieve/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c X-VCS-Branch: master Date: Tue, 26 May 2020 16:23:40 +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: 34d189fc-78fb-4052-bd9f-dc30b1d2239b X-Archives-Hash: 551ef9bd67b65ad37802430177a62525 commit: 3aff0c30a6bdf056f5df97ed57ac9491a0c68f1c Author: Michał Górny gentoo org> AuthorDate: Tue May 26 16:03:31 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 26 16:23:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aff0c30 dev-python/soupsieve: Port to py39 Signed-off-by: Michał Górny gentoo.org> dev-python/soupsieve/soupsieve-1.9.5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild index 0b5495a2869..6c09f781048 100644 --- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1 @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="test" +RESTRICT+=" !test? ( test )" RDEPEND=" $(python_gen_cond_dep 'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2) @@ -28,6 +29,4 @@ BDEPEND="${RDEPEND} ) " -RESTRICT+=" !test? ( test )" - distutils_enable_tests pytest