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 B962413835B for ; Tue, 9 Jun 2020 19:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC0FDE0938; Tue, 9 Jun 2020 19:46:59 +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 D6B70E0938 for ; Tue, 9 Jun 2020 19:46:59 +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 9536834F1AF for ; Tue, 9 Jun 2020 19:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457E6295 for ; Tue, 9 Jun 2020 19:46:57 +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: <1591732007.4f77e67aac446c4a14fc0e5615423f2fc66a0efd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webcolors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webcolors/webcolors-1.10.ebuild dev-python/webcolors/webcolors-1.11.1.ebuild X-VCS-Directories: dev-python/webcolors/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4f77e67aac446c4a14fc0e5615423f2fc66a0efd X-VCS-Branch: master Date: Tue, 9 Jun 2020 19:46:57 +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: 368bf4f7-2d28-4810-88b3-fe42e2a4dc78 X-Archives-Hash: 2833cc817964946916257b2eddf7472d commit: 4f77e67aac446c4a14fc0e5615423f2fc66a0efd Author: Michał Górny gentoo org> AuthorDate: Tue Jun 9 18:13:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 9 19:46:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f77e67a dev-python/webcolors: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/webcolors/webcolors-1.10.ebuild | 5 ++--- dev-python/webcolors/webcolors-1.11.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/webcolors/webcolors-1.10.ebuild b/dev-python/webcolors/webcolors-1.10.ebuild index 4fd92f81edc..d16c23c3814 100644 --- a/dev-python/webcolors/webcolors-1.10.ebuild +++ b/dev-python/webcolors/webcolors-1.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) inherit distutils-r1 @@ -15,7 +15,6 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="dev-python/six[${PYTHON_USEDEP}]" distutils_enable_tests nose diff --git a/dev-python/webcolors/webcolors-1.11.1.ebuild b/dev-python/webcolors/webcolors-1.11.1.ebuild index 59a073dd61c..d59f5a1b988 100644 --- a/dev-python/webcolors/webcolors-1.11.1.ebuild +++ b/dev-python/webcolors/webcolors-1.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1