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 B40DE138334 for ; Sat, 3 Aug 2019 20:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18E41E087B; Sat, 3 Aug 2019 20:36:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F1BD8E087B for ; Sat, 3 Aug 2019 20:36:46 +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 A2FFD3493FC for ; Sat, 3 Aug 2019 20:36:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DADD756 for ; Sat, 3 Aug 2019 20:36:42 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1564864413.4989edf705f1c32d634868ed50e98fc4dcd92dee.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pmw/pmw-2.0.1-r1.ebuild X-VCS-Directories: dev-python/pmw/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 4989edf705f1c32d634868ed50e98fc4dcd92dee X-VCS-Branch: master Date: Sat, 3 Aug 2019 20:36:42 +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: 4b9ce338-fea2-43b6-af09-27f2e445bfd9 X-Archives-Hash: f9c0e644fc923ff90cfa536e13890d69 commit: 4989edf705f1c32d634868ed50e98fc4dcd92dee Author: Alexey Shvetsov gentoo org> AuthorDate: Sat Aug 3 20:33:33 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat Aug 3 20:33:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4989edf7 dev-python/pmw: Works with py3.7 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/pmw/pmw-2.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild b/dev-python/pmw/pmw-2.0.1-r1.ebuild index c756fcc9151..32d3e1c7c8a 100644 --- a/dev-python/pmw/pmw-2.0.1-r1.ebuild +++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="tk" inherit distutils-r1 virtualx