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 A2569138334 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 42EA2E0849; Sun, 1 Dec 2019 19:27:37 +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 D9C28E0849 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 8C1FF34D666 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 DAC898C5 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.b6c0acc2c6726c20b8d2f23aaeab8ce023b3604a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-gravatar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild X-VCS-Directories: dev-python/flask-gravatar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b6c0acc2c6726c20b8d2f23aaeab8ce023b3604a 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: cf9e1687-d3bd-4740-b3b9-3d1df81d63f0 X-Archives-Hash: 752e207ea3cec0a5067e132ad321206f commit: b6c0acc2c6726c20b8d2f23aaeab8ce023b3604a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 12:14:47 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=b6c0acc2 dev-python/flask-gravatar: python3_7 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild b/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild index c5439a17035..aa5cd58512f 100644 --- a/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild +++ b/dev-python/flask-gravatar/flask-gravatar-0.5.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 MY_PN="Flask-Gravatar" MY_P=${MY_PN}-${PV} -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="Small extension for Flask to make usage of Gravatar service easy"