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 44CE7138335 for ; Tue, 10 Dec 2019 17:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAFCBE09F3; Tue, 10 Dec 2019 17:25:47 +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 A009AE09F3 for ; Tue, 10 Dec 2019 17:25:47 +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 9D63334D919 for ; Tue, 10 Dec 2019 17:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75D348D7 for ; Tue, 10 Dec 2019 17:25:43 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1575998727.ef3e2ec193479555e539b84676bb79f2177b92a3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ef3e2ec193479555e539b84676bb79f2177b92a3 X-VCS-Branch: master Date: Tue, 10 Dec 2019 17:25:43 +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: b6ca9953-590a-4fdd-920d-086339078747 X-Archives-Hash: 543da452b65ad2d33680eb18c6a13749 commit: ef3e2ec193479555e539b84676bb79f2177b92a3 Author: Guillaume Seren gmail com> AuthorDate: Mon Dec 9 15:54:27 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 10 17:25:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3e2ec1 www-client/qutebrowser: Bump 9999 Signed-off-by: Guillaume Seren gmail.com> Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Joonas Niilola gentoo.org> www-client/qutebrowser/qutebrowser-9999.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 9808d790b8a..4786a63c56f 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python{3_5,3_6} ) +EAPI=7 -inherit distutils-r1 eutils gnome2-utils xdg-utils +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) + +inherit distutils-r1 eutils xdg-utils if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -21,11 +22,11 @@ LICENSE="GPL-3" SLOT="0" IUSE="scripts test" -COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${COMMON_DEPEND} +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND=" app-text/asciidoc test? ( dev-python/pytest[${PYTHON_USEDEP}] )" -RDEPEND="${COMMON_DEPEND} +RDEPEND=" dev-python/attrs[${PYTHON_USEDEP}] >=dev-python/jinja-2.8[${PYTHON_USEDEP}] >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}] @@ -44,7 +45,7 @@ RESTRICT="test" python_compile_all() { if [[ ${PV} == "9999" ]]; then - "${PYTHON}" scripts/asciidoc2html.py || die "Failed generating docs" + "${EPYTHON}" scripts/asciidoc2html.py || die "Failed generating docs" fi a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page"