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 702FF138334 for ; Sun, 1 Dec 2019 19:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3223BE085B; Sun, 1 Dec 2019 19:27:38 +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 17C1AE085B for ; Sun, 1 Dec 2019 19:27:38 +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 2380734D654 for ; Sun, 1 Dec 2019 19:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C6958CB for ; Sun, 1 Dec 2019 19:27:34 +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: <1575228301.ebdd65a7d8340ef2dc7ac9510f232782a5c332c6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paranoid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild X-VCS-Directories: dev-python/flask-paranoid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ebdd65a7d8340ef2dc7ac9510f232782a5c332c6 X-VCS-Branch: master Date: Sun, 1 Dec 2019 19:27:34 +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: 3d4c0ee4-9c10-4555-bb9d-2f76b0de4e2e X-Archives-Hash: 2e3321867048b137e867b57aad54807c commit: ebdd65a7d8340ef2dc7ac9510f232782a5c332c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 12:18:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 1 19:25:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdd65a7 dev-python/flask-paranoid: python3_7 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild index 4d809e75c71..48175a187c6 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 eapi7-ver MY_PV=$(ver_cut 1-2)