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 E8BC413835B for ; Tue, 29 Sep 2020 10:26:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD2CCE0848; Tue, 29 Sep 2020 10:26:55 +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 B77EDE0848 for ; Tue, 29 Sep 2020 10:26:55 +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 3BD4833BE2F for ; Tue, 29 Sep 2020 10:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8436386 for ; Tue, 29 Sep 2020 10:26:52 +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: <1601375102.64c55640f115bbafb2df3ac1afdbae8a0319f10d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/construct/construct-2.10.56.ebuild X-VCS-Directories: dev-python/construct/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 64c55640f115bbafb2df3ac1afdbae8a0319f10d X-VCS-Branch: master Date: Tue, 29 Sep 2020 10:26:52 +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: 3104a534-4db7-4445-b318-7409b3ac0e46 X-Archives-Hash: 81ef3746d09c61800796d43f70522f3b commit: 64c55640f115bbafb2df3ac1afdbae8a0319f10d Author: Azamat H. Hackimov gmail com> AuthorDate: Wed Sep 2 08:59:43 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 29 10:25:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c55640 dev-python/construct: add support for new python Added python3_8 and python3_9. Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17368 Signed-off-by: Joonas Niilola gentoo.org> dev-python/construct/construct-2.10.56.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/construct/construct-2.10.56.ebuild b/dev-python/construct/construct-2.10.56.ebuild index 3a485cc7636..b7ceabb00f5 100644 --- a/dev-python/construct/construct-2.10.56.ebuild +++ b/dev-python/construct/construct-2.10.56.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1