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 F3CD513835A for ; Tue, 12 May 2020 13:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C957E096C; Tue, 12 May 2020 13:58:03 +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 0FF4BE096C for ; Tue, 12 May 2020 13:58:03 +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 80CEC35017B for ; Tue, 12 May 2020 13:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 875B2206 for ; Tue, 12 May 2020 13:57:59 +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: <1589291826.a74c87075416ecbb5c0c19f3b31e07ec05a60ca2.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: a74c87075416ecbb5c0c19f3b31e07ec05a60ca2 X-VCS-Branch: master Date: Tue, 12 May 2020 13:57:59 +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: 9112710f-e36b-4948-bd86-1692e8c233b4 X-Archives-Hash: 1d2c1f76f05feae9df072dfaeb2fb6ee commit: a74c87075416ecbb5c0c19f3b31e07ec05a60ca2 Author: Guillaume Seren gmail com> AuthorDate: Thu May 7 20:18:31 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue May 12 13:57:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74c8707 www-client/qutebrowser: Bump 9999 dependencies Closes: https://bugs.gentoo.org/721544 Closes: https://bugs.gentoo.org/718120 Bug: https://bugs.gentoo.org/721564 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Joonas Niilola gentoo.org> www-client/qutebrowser/qutebrowser-9999.ebuild | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 759f00f4386..d5b853c5def 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" inherit desktop distutils-r1 eutils xdg-utils @@ -22,38 +23,31 @@ LICENSE="GPL-3" SLOT="0" IUSE="scripts test" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND=" - app-text/asciidoc - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +BDEPEND=" + app-text/asciidoc" RDEPEND=" >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}] >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] >=dev-python/cssutils-1.0.2[${PYTHON_USEDEP}] - >=dev-python/jinja-2.11.1[${PYTHON_USEDEP}] - >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}] + >=dev-python/jinja-2.11.2[${PYTHON_USEDEP}] + >=dev-python/markupsafe-1.1.1[${PYTHON_USEDEP}] + >=dev-python/pygments-2.6.1[${PYTHON_USEDEP}] >=dev-python/pypeg2-2.15.2[${PYTHON_USEDEP}] >=dev-python/PyQt5-5.14.1[${PYTHON_USEDEP},declarative,multimedia,gui,network,opengl,printsupport,sql,widgets] >=dev-python/PyQtWebEngine-5.14.0[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.3[${PYTHON_USEDEP},libyaml] + >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP},libyaml] " +distutils_enable_tests setup.py + # Tests restricted as the deplist (misc/requirements/requirements-tests.txt) # isn't complete and X11 is required in order to start up qutebrowser. RESTRICT="test" python_compile_all() { - if [[ ${PV} == "9999" ]]; then - "${EPYTHON}" scripts/asciidoc2html.py || die "Failed generating docs" - fi - a2x -f manpage doc/${PN}.1.asciidoc || die "Failed generating man page" } -python_test() { - py.test tests || die "Tests failed with ${EPYTHON}" -} - python_install_all() { doman doc/${PN}.1 domenu misc/org.${PN}.${PN}.desktop