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 AE49D1382C5 for ; Mon, 25 May 2020 13:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8896E0855; Mon, 25 May 2020 13:26:08 +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 C1363E0855 for ; Mon, 25 May 2020 13:26:08 +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 A2B6034EFF6 for ; Mon, 25 May 2020 13:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06B4A268 for ; Mon, 25 May 2020 13:26:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590413163.dfede1ef96d701f0c5317136b661f0cf4adb850c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyparsing/pyparsing-2.4.7.ebuild X-VCS-Directories: dev-python/pyparsing/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dfede1ef96d701f0c5317136b661f0cf4adb850c X-VCS-Branch: master Date: Mon, 25 May 2020 13:26:06 +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: 594ff09f-a1b9-4959-bf11-9da038c51cab X-Archives-Hash: e16791d9d0f101f56e61da0259d1931e commit: dfede1ef96d701f0c5317136b661f0cf4adb850c Author: Michał Górny gentoo org> AuthorDate: Mon May 25 13:24:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 25 13:26:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfede1ef dev-python/pyparsing: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/pyparsing/pyparsing-2.4.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyparsing/pyparsing-2.4.7.ebuild b/dev-python/pyparsing/pyparsing-2.4.7.ebuild index e0fceaa8ab2..66f7c8b3d85 100644 --- a/dev-python/pyparsing/pyparsing-2.4.7.ebuild +++ b/dev-python/pyparsing/pyparsing-2.4.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1