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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 876E2158008 for ; Wed, 14 Jun 2023 11:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB506E08AE; Wed, 14 Jun 2023 11:29:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B777EE08AE for ; Wed, 14 Jun 2023 11:29:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D69B634117F for ; Wed, 14 Jun 2023 11:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2164CA66 for ; Wed, 14 Jun 2023 11:29:41 +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: <1686742152.3c3f29cbdd169325b360e55989c3d171e3d1d8e6.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/klaus/klaus-2.0.3.ebuild X-VCS-Directories: www-apps/klaus/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 3c3f29cbdd169325b360e55989c3d171e3d1d8e6 X-VCS-Branch: master Date: Wed, 14 Jun 2023 11:29:41 +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: 27f0b026-1e0c-44c3-828f-dc26cce24456 X-Archives-Hash: 52c0356130e312a51853516a19a92ff1 commit: 3c3f29cbdd169325b360e55989c3d171e3d1d8e6 Author: Louis Sautier gentoo org> AuthorDate: Wed Jun 14 11:26:27 2023 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Jun 14 11:29:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3f29cb www-apps/klaus: restrict tests, #908453 Closes: https://bugs.gentoo.org/908453 Signed-off-by: Louis Sautier gentoo.org> www-apps/klaus/klaus-2.0.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www-apps/klaus/klaus-2.0.3.ebuild b/www-apps/klaus/klaus-2.0.3.ebuild index 41b3713ceb0a..af488c89f7ae 100644 --- a/www-apps/klaus/klaus-2.0.3.ebuild +++ b/www-apps/klaus/klaus-2.0.3.ebuild @@ -16,6 +16,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ctags" +# Tests can only be run from a git repository so they are not included in +# source distributions. +RESTRICT="test" + RDEPEND=" >=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] @@ -25,9 +29,6 @@ RDEPEND=" ctags? ( dev-python/python-ctags3[${PYTHON_USEDEP}] ) " -# The tests can only be run from a git repository -# so they are not included in the source distributions - python_install_all() { distutils-r1_python_install_all doman ${PN}.1