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 410D6138334 for ; Sun, 15 Sep 2019 12:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE176E08AC; Sun, 15 Sep 2019 12:18:30 +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 C529BE08AC for ; Sun, 15 Sep 2019 12:18:30 +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 BF81C34B1D6 for ; Sun, 15 Sep 2019 12:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D9DF76A for ; Sun, 15 Sep 2019 12:18:27 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1568548402.6572f5c38d63f575eda629816990128318bafb30.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonref/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonref/jsonref-0.1.ebuild X-VCS-Directories: dev-python/jsonref/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6572f5c38d63f575eda629816990128318bafb30 X-VCS-Branch: master Date: Sun, 15 Sep 2019 12:18:27 +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: 6145998c-8b1b-4ac5-b25a-2e38f5254209 X-Archives-Hash: c23d3d573d36822d4793ada39087194a commit: 6572f5c38d63f575eda629816990128318bafb30 Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 15 11:53:22 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 15 11:53:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6572f5c3 dev-python/jsonref: Support python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> dev-python/jsonref/jsonref-0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jsonref/jsonref-0.1.ebuild b/dev-python/jsonref/jsonref-0.1.ebuild index ca36e790b15..88fabb0ae8e 100644 --- a/dev-python/jsonref/jsonref-0.1.ebuild +++ b/dev-python/jsonref/jsonref-0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy) +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy) inherit eutils distutils-r1