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 80AD1158451 for ; Tue, 9 Jan 2024 20:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC843E29B3; Tue, 9 Jan 2024 20:38:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DA14E29B3 for ; Tue, 9 Jan 2024 20:38:15 +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 C45B9343241 for ; Tue, 9 Jan 2024 20:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CE6AE5 for ; Tue, 9 Jan 2024 20:38:13 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1704832627.e3a86c6510547c1a1b81ff85163c686dcca23534.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/branca/branca-0.7.0-r1.ebuild sci-libs/branca/branca-0.7.0-r2.ebuild X-VCS-Directories: sci-libs/branca/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e3a86c6510547c1a1b81ff85163c686dcca23534 X-VCS-Branch: master Date: Tue, 9 Jan 2024 20:38:13 +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: 3c906b0b-f80b-4f18-b677-e55739b8c261 X-Archives-Hash: 849a54e1a9d0549867a9f8a16485ecd9 commit: e3a86c6510547c1a1b81ff85163c686dcca23534 Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 9 20:36:45 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 9 20:37:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a86c65 sci-libs/branca: add doc deps Closes: https://bugs.gentoo.org/921348 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/branca/{branca-0.7.0-r1.ebuild => branca-0.7.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/branca/branca-0.7.0-r1.ebuild b/sci-libs/branca/branca-0.7.0-r2.ebuild similarity index 93% rename from sci-libs/branca/branca-0.7.0-r1.ebuild rename to sci-libs/branca/branca-0.7.0-r2.ebuild index dcdfcadc60a8..aeb60c9999b7 100644 --- a/sci-libs/branca/branca-0.7.0-r1.ebuild +++ b/sci-libs/branca/branca-0.7.0-r2.ebuild @@ -25,7 +25,8 @@ BDEPEND="dev-python/setuptools-scm" distutils_enable_tests pytest -distutils_enable_sphinx docs/source +distutils_enable_sphinx docs/source \ + dev-python/nbsphinx python_test() { epytest -m 'not headless'