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 D16BD15852A for ; Tue, 20 Aug 2024 20:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4963E2A3B; Tue, 20 Aug 2024 20:46:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9FB3E2A3B for ; Tue, 20 Aug 2024 20:46:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1FEA342F92 for ; Tue, 20 Aug 2024 20:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCD1F18EB for ; Tue, 20 Aug 2024 20:45:59 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1724087972.b74ee0f2c81ca312933d979934bcf47b6e0424ed.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/sherlock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/sherlock/sherlock-0.15.0.ebuild app-misc/sherlock/sherlock-9999.ebuild X-VCS-Directories: app-misc/sherlock/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b74ee0f2c81ca312933d979934bcf47b6e0424ed X-VCS-Branch: master Date: Tue, 20 Aug 2024 20:45: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: 40ce3506-f814-4feb-91ab-281f8e4dbdfa X-Archives-Hash: fb4471719e8c8dbc63de6a0207578f32 commit: b74ee0f2c81ca312933d979934bcf47b6e0424ed Author: Marco Sirabella sirabella org> AuthorDate: Mon Aug 19 17:19:32 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Aug 19 17:19:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b74ee0f2 app-misc/sherlock: remove sphinx doc building Signed-off-by: Marco Sirabella sirabella.org> app-misc/sherlock/sherlock-0.15.0.ebuild | 1 - app-misc/sherlock/sherlock-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-misc/sherlock/sherlock-0.15.0.ebuild b/app-misc/sherlock/sherlock-0.15.0.ebuild index d2ce4fee8..81f060848 100644 --- a/app-misc/sherlock/sherlock-0.15.0.ebuild +++ b/app-misc/sherlock/sherlock-0.15.0.ebuild @@ -36,7 +36,6 @@ RDEPEND=" BDEPEND="test? ( $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]') )" distutils_enable_tests pytest -distutils_enable_sphinx docs python_test() { epytest -m 'not online' diff --git a/app-misc/sherlock/sherlock-9999.ebuild b/app-misc/sherlock/sherlock-9999.ebuild index d2ce4fee8..81f060848 100644 --- a/app-misc/sherlock/sherlock-9999.ebuild +++ b/app-misc/sherlock/sherlock-9999.ebuild @@ -36,7 +36,6 @@ RDEPEND=" BDEPEND="test? ( $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]') )" distutils_enable_tests pytest -distutils_enable_sphinx docs python_test() { epytest -m 'not online'