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 3E6E2138334 for ; Sat, 28 Dec 2019 16:17:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58D6E0D49; Sat, 28 Dec 2019 16:16:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B91DEE0D49 for ; Sat, 28 Dec 2019 16:16:57 +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 D9AAE34DC69 for ; Sat, 28 Dec 2019 16:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC6CA8 for ; Sat, 28 Dec 2019 16:16:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577549790.bbac52c0f14db386227e0bd3d0d454534fb8519d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xlutils/xlutils-2.0.0-r1.ebuild X-VCS-Directories: dev-python/xlutils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bbac52c0f14db386227e0bd3d0d454534fb8519d X-VCS-Branch: master Date: Sat, 28 Dec 2019 16:16:53 +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: 446e1f8b-5dd2-4d6b-a07a-c6c04ba7737f X-Archives-Hash: f5dda7b15f259a8171f6046883e95efb commit: bbac52c0f14db386227e0bd3d0d454534fb8519d Author: David Seifert gentoo org> AuthorDate: Sat Dec 28 16:16:30 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 28 16:16:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbac52c0 dev-python/xlutils: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/xlutils/xlutils-2.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xlutils/xlutils-2.0.0-r1.ebuild b/dev-python/xlutils/xlutils-2.0.0-r1.ebuild index daa9a99667b..a15a915e862 100644 --- a/dev-python/xlutils/xlutils-2.0.0-r1.ebuild +++ b/dev-python/xlutils/xlutils-2.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1