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 4275A138335 for ; Tue, 10 Dec 2019 17:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50E83E09ED; Tue, 10 Dec 2019 17:25:47 +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 342D0E09ED for ; Tue, 10 Dec 2019 17:25:47 +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 AA53534D91A for ; Tue, 10 Dec 2019 17:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CCF38B1 for ; Tue, 10 Dec 2019 17:25:43 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1575998726.24067cbae7f5092e7acbf913ee3d1a38ded7078d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypeg2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypeg2/pypeg2-2.15.2.ebuild X-VCS-Directories: dev-python/pypeg2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 24067cbae7f5092e7acbf913ee3d1a38ded7078d X-VCS-Branch: master Date: Tue, 10 Dec 2019 17:25:43 +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: d5bc41cd-4de8-4674-8571-d40da278f286 X-Archives-Hash: d60f31259277cf7c691820729d4cd158 commit: 24067cbae7f5092e7acbf913ee3d1a38ded7078d Author: Guillaume Seren gmail com> AuthorDate: Wed Dec 4 11:21:13 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 10 17:25:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24067cba dev-python/pypeg2: Support python-3.7 Closes: https://bugs.gentoo.org/700372 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Joonas Niilola gentoo.org> dev-python/pypeg2/pypeg2-2.15.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild index 94b614dfcfa..a51dfb337e4 100644 --- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild +++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1