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 C9C441382C5 for ; Sun, 21 Jun 2020 11:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E75C9E08C4; Sun, 21 Jun 2020 11:18:17 +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 D2676E08C4 for ; Sun, 21 Jun 2020 11:18:17 +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 90B8134FAA5 for ; Sun, 21 Jun 2020 11:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E78A2AE for ; Sun, 21 Jun 2020 11:18:13 +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: <1592738282.b482435cf0c7cb5652d74cabf00ce591d692ae65.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/routes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/routes/routes-2.4.1-r1.ebuild X-VCS-Directories: dev-python/routes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b482435cf0c7cb5652d74cabf00ce591d692ae65 X-VCS-Branch: master Date: Sun, 21 Jun 2020 11:18:13 +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: 7f10204f-eba9-41c6-830b-1ebb35ff65dd X-Archives-Hash: 0a241aad9325d3c45d69bee41be2a80b commit: b482435cf0c7cb5652d74cabf00ce591d692ae65 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 21 10:46:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 21 11:18:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b482435c dev-python/routes: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/routes/routes-2.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild b/dev-python/routes/routes-2.4.1-r1.ebuild index 28b69fd9dca..06e5798198e 100644 --- a/dev-python/routes/routes-2.4.1-r1.ebuild +++ b/dev-python/routes/routes-2.4.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1