Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/
Date: Tue, 08 Feb 2022 23:21:56
Message-Id: 1644362497.d7847c8678e84286eec1b07c5aed34b39c3a09bc.mgorny@gentoo
1 commit: d7847c8678e84286eec1b07c5aed34b39c3a09bc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 22:30:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 23:21:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7847c86
7
8 dev-python/ipyparallel: Prevent rebuilding stuff via nodejs
9
10 Closes: https://bugs.gentoo.org/832930
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/ipyparallel/ipyparallel-8.2.0.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
17 index 45b125aa3314..6b1dea026f65 100644
18 --- a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
19 +++ b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild
20 @@ -49,6 +49,10 @@ PATCHES=(
21 "${FILESDIR}"/${PN}-7.1.0-test-timeouts.patch
22 )
23
24 +src_configure() {
25 + export IPP_DISABLE_JS=1
26 +}
27 +
28 python_test() {
29 local EPYTEST_DESELECT=(
30 # we don't run a mongo instance for tests