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 9809C138334 for ; Wed, 20 Jun 2018 20:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931E4E0B28; Wed, 20 Jun 2018 20:08:18 +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 47B86E0B28 for ; Wed, 20 Jun 2018 20:08:18 +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 6D2FC335CF5 for ; Wed, 20 Jun 2018 20:08:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 592E72AD for ; Wed, 20 Jun 2018 20:08:14 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1529525246.dc37c6118a180822da0c28b5f55d7b7e5e85aa13.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-nav/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-nav/flask-nav-0.6.ebuild X-VCS-Directories: dev-python/flask-nav/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: dc37c6118a180822da0c28b5f55d7b7e5e85aa13 X-VCS-Branch: master Date: Wed, 20 Jun 2018 20:08:14 +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-Archives-Salt: 1bde1829-9d84-44ba-9b31-9ea0e6b07ea5 X-Archives-Hash: bed2de0a071b70d06521c139a1246983 commit: dc37c6118a180822da0c28b5f55d7b7e5e85aa13 Author: Louis Sautier gentoo org> AuthorDate: Wed Jun 20 20:07:26 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Jun 20 20:07:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc37c611 dev-python/flask-nav: add PyPy{,3}, missing dependency Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/flask-nav/flask-nav-0.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/flask-nav/flask-nav-0.6.ebuild b/dev-python/flask-nav/flask-nav-0.6.ebuild index c9e9879ffa8..e954296d7bf 100644 --- a/dev-python/flask-nav/flask-nav-0.6.ebuild +++ b/dev-python/flask-nav/flask-nav-0.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) inherit distutils-r1 @@ -20,6 +20,7 @@ IUSE="doc test" RDEPEND=" dev-python/dominate[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] + dev-python/markupsafe[${PYTHON_USEDEP}] dev-python/visitor[${PYTHON_USEDEP}] " DEPEND="