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 964BC13835B for ; Tue, 26 May 2020 16:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96EEFE08A4; Tue, 26 May 2020 16:23:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7EFCEE08A4 for ; Tue, 26 May 2020 16:23:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 83F5234EE58 for ; Tue, 26 May 2020 16:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7E026D 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: <1590510211.32602815c6945c955d77a63eb0a80c36d95d7428.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webencodings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webencodings/webencodings-0.5.1-r1.ebuild X-VCS-Directories: dev-python/webencodings/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32602815c6945c955d77a63eb0a80c36d95d7428 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: 51be1022-16dd-4052-a318-ba40af4f1bfd X-Archives-Hash: 4acd70b2f7cc8c03e84f389568a87bdd commit: 32602815c6945c955d77a63eb0a80c36d95d7428 Author: Michał Górny gentoo org> AuthorDate: Tue May 26 16:04:24 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 26 16:23:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32602815 dev-python/webencodings: Port to py39 Signed-off-by: Michał Górny gentoo.org> dev-python/webencodings/webencodings-0.5.1-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild b/dev-python/webencodings/webencodings-0.5.1-r1.ebuild index c511938ec28..007f25600ab 100644 --- a/dev-python/webencodings/webencodings-0.5.1-r1.ebuild +++ b/dev-python/webencodings/webencodings-0.5.1-r1.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 @@ -15,10 +15,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - distutils_enable_tests pytest python_prepare_all() {