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 989A9138334 for ; Wed, 25 Sep 2019 18:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A71EBE08D9; Wed, 25 Sep 2019 18:46:23 +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 80D19E08E2 for ; Wed, 25 Sep 2019 18:46:23 +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 32A3434B5A1 for ; Wed, 25 Sep 2019 18:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F24B17F2 for ; Wed, 25 Sep 2019 18:46:19 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1569437043.017b4e8b407008ac18cb670c1fe6b8fd0c85c67f.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild X-VCS-Directories: dev-python/xlsxwriter/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 017b4e8b407008ac18cb670c1fe6b8fd0c85c67f X-VCS-Branch: master Date: Wed, 25 Sep 2019 18:46:19 +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: 7a390e36-260e-4971-9593-5dfb1df5bd4f X-Archives-Hash: f3ba14322bc6ca973e85cecb7d84dfa8 commit: 017b4e8b407008ac18cb670c1fe6b8fd0c85c67f Author: Rick Farina gentoo org> AuthorDate: Wed Sep 25 18:44:03 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Sep 25 18:44:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017b4e8b dev-python/xlsxwriter: python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Rick Farina gentoo.org> dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild b/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild index 859abebdd9c..c7788814ae2 100644 --- a/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild +++ b/dev-python/xlsxwriter/xlsxwriter-0.9.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1