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 448AD15802F for ; Fri, 10 Mar 2023 19:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAFA9E0845; Fri, 10 Mar 2023 19:23:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1920E0845 for ; Fri, 10 Mar 2023 19:23:13 +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 A9748340C7B for ; Fri, 10 Mar 2023 19:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4918EE for ; Fri, 10 Mar 2023 19:23:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1678476043.7b0aad30e172eea13dd155930d341d61c583b6fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbdime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbdime/nbdime-3.1.1-r2.ebuild X-VCS-Directories: dev-python/nbdime/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b0aad30e172eea13dd155930d341d61c583b6fb X-VCS-Branch: master Date: Fri, 10 Mar 2023 19:23:08 +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: cb28a8ce-0864-4fae-9db4-c820f59d5e6b X-Archives-Hash: 36aba6fbd17e828ab9f1e0b96bc631a1 commit: 7b0aad30e172eea13dd155930d341d61c583b6fb Author: Michał Górny gentoo org> AuthorDate: Fri Mar 10 16:48:18 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 10 19:20:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0aad30 dev-python/nbdime: Remove USE=webtools Remove USE=webtools as it does not seem to affect the installation. Pass --skip-npm unconditionally instead; we probably just have all the files handy, so we don't need npm to regenerate them. Signed-off-by: Michał Górny gentoo.org> dev-python/nbdime/nbdime-3.1.1-r2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/nbdime/nbdime-3.1.1-r2.ebuild b/dev-python/nbdime/nbdime-3.1.1-r2.ebuild index dd5d074199c6..4587c840c4d4 100644 --- a/dev-python/nbdime/nbdime-3.1.1-r2.ebuild +++ b/dev-python/nbdime/nbdime-3.1.1-r2.ebuild @@ -24,7 +24,6 @@ SRC_URI+=" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="webtools" RDEPEND=" dev-python/colorama[${PYTHON_USEDEP}] @@ -36,7 +35,6 @@ RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/tornado[${PYTHON_USEDEP}] - webtools? ( net-libs/nodejs[npm] ) " BDEPEND=" test? ( @@ -86,7 +84,7 @@ src_prepare() { } python_configure_all() { - use webtools || DISTUTILS_ARGS=( --skip-npm ) + DISTUTILS_ARGS=( --skip-npm ) } src_test() {