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 7E1FE13835A for ; Sat, 30 Jan 2021 20:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0896E0B21; Sat, 30 Jan 2021 20:27:17 +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 9BA42E0B21 for ; Sat, 30 Jan 2021 20:27:17 +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 19241340FD6 for ; Sat, 30 Jan 2021 20:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52BC94A1 for ; Sat, 30 Jan 2021 20:27:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1612038388.a4ab3366e5a0df038c800d582ece41b5bd48bfc1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whatever/whatever-0.6.ebuild X-VCS-Directories: dev-python/whatever/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a4ab3366e5a0df038c800d582ece41b5bd48bfc1 X-VCS-Branch: master Date: Sat, 30 Jan 2021 20:27:13 +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: 5a722a61-4487-4f00-b2bd-4555dbf5e120 X-Archives-Hash: 9011fa0036fb8eb495bab9df11586973 commit: a4ab3366e5a0df038c800d582ece41b5bd48bfc1 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jan 30 19:18:13 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jan 30 20:26:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ab3366 dev-python/whatever: add python3_9 support Bug: https://bugs.gentoo.org/766992 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-python/whatever/whatever-0.6.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild index 9432f83430f..9a4bd665464 100644 --- a/dev-python/whatever/whatever-0.6.ebuild +++ b/dev-python/whatever/whatever-0.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="A collection of fancy functional tools focused on practicality" @@ -13,7 +13,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}"