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 D2D38138334 for ; Tue, 9 Apr 2019 07:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4120BE09D5; Tue, 9 Apr 2019 07:06:04 +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 186A9E09D5 for ; Tue, 9 Apr 2019 07:06:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8F61B335CCD for ; Tue, 9 Apr 2019 07:06:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B0695A4 for ; Tue, 9 Apr 2019 07:05:59 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1554793522.dbd44e8be79622b9e1ebdcce5b097bda8a6d345c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyro/pyro-4.56.ebuild X-VCS-Directories: dev-python/pyro/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: dbd44e8be79622b9e1ebdcce5b097bda8a6d345c X-VCS-Branch: master Date: Tue, 9 Apr 2019 07:05:59 +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: 7b499fc0-21d0-4ca0-ba30-bc341788b875 X-Archives-Hash: 24f70751754854fc66b078b08b105695 commit: dbd44e8be79622b9e1ebdcce5b097bda8a6d345c Author: Matthew Thode gentoo org> AuthorDate: Tue Apr 9 06:21:10 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Apr 9 07:05:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd44e8b dev-python/pyro: 4.56 add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/pyro/pyro-4.56.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/pyro/pyro-4.56.ebuild b/dev-python/pyro/pyro-4.56.ebuild index 1f10cc373db..514ae1a3a50 100644 --- a/dev-python/pyro/pyro-4.56.ebuild +++ b/dev-python/pyro/pyro-4.56.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} pypy ) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{3,4,5,6,7} pypy ) inherit distutils-r1