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 D6FCB138334 for ; Sun, 3 Nov 2019 13:58:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08158E0952; Sun, 3 Nov 2019 13:58:40 +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 E6AE5E0952 for ; Sun, 3 Nov 2019 13:58:39 +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 1099834C792 for ; Sun, 3 Nov 2019 13:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA4CC72F for ; Sun, 3 Nov 2019 13:58:36 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1572789511.7181a032552724d43ab8a35a982f95d00d3344cb.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/hy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/hy/hy-0.16.0.ebuild X-VCS-Directories: dev-lang/hy/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 7181a032552724d43ab8a35a982f95d00d3344cb X-VCS-Branch: master Date: Sun, 3 Nov 2019 13:58:36 +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: 25851cef-78a7-4353-991a-e4bcec377074 X-Archives-Hash: 8cf1615ca50b56576bc134f862a18c7e commit: 7181a032552724d43ab8a35a982f95d00d3344cb Author: Craig Andrews gentoo org> AuthorDate: Sun Oct 13 20:24:26 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sun Nov 3 13:58:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7181a032 dev-lang/hy: Python 3.7 compatibility Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13286 Signed-off-by: Craig Andrews gentoo.org> dev-lang/hy/hy-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/hy/hy-0.16.0.ebuild b/dev-lang/hy/hy-0.16.0.ebuild index 348c322dc9a..4c1b092914e 100644 --- a/dev-lang/hy/hy-0.16.0.ebuild +++ b/dev-lang/hy/hy-0.16.0.ebuild @@ -4,7 +4,7 @@ EAPI="7" RESTRICT="test" # needs some pointy sticks. Seriously. -PYTHON_COMPAT=(python{2_7,3_5,3_6}) +PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7}) inherit distutils-r1 eutils DESCRIPTION="A LISP dialect running in python"