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 1B0A0138335 for ; Sun, 1 Dec 2019 19:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D31ABE082B; Sun, 1 Dec 2019 19:27:36 +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 B8A81E0824 for ; Sun, 1 Dec 2019 19:27:36 +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 73B4334D654 for ; Sun, 1 Dec 2019 19:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C61548AD for ; Sun, 1 Dec 2019 19:27:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575228298.40f943fe211a2693c1fbf718675235c36ef37776.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-babelex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-babelex/flask-babelex-0.9.3.ebuild X-VCS-Directories: dev-python/flask-babelex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 40f943fe211a2693c1fbf718675235c36ef37776 X-VCS-Branch: master Date: Sun, 1 Dec 2019 19:27:33 +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: f3f00db4-7d93-4885-902a-6c4a00d0ff6c X-Archives-Hash: e77bd2637a2762a6a5cfa94037b4f859 commit: 40f943fe211a2693c1fbf718675235c36ef37776 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 12:14:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 1 19:24:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f943fe dev-python/flask-babelex: python3_7 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/flask-babelex/flask-babelex-0.9.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild index 9a106c8b49e..d29852f8983 100644 --- a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild +++ b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1