Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/cadquery/
Date: Sun, 29 Jan 2023 13:53:47
Message-Id: 1675000350.56958cde8aa076d08b1e7a3f46c33c7412d71a56.chymera@gentoo
1 commit: 56958cde8aa076d08b1e7a3f46c33c7412d71a56
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Jan 29 13:52:30 2023 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 29 13:52:30 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=56958cde
7
8 dev-python/cadquery: masked package, because:
9
10 it depends on dev-python/cadquery-ocp, which has been masked in the
11 antecedent commit.
12
13 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
14
15 dev-python/cadquery/cadquery-2.2_rc20220506.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild b/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild
19 index 543bf100b..29edf6601 100644
20 --- a/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild
21 +++ b/dev-python/cadquery/cadquery-2.2_rc20220506.ebuild
22 @@ -23,7 +23,9 @@ SRC_URI="https://github.com/CadQuery/cadquery/archive/${MY_COMMIT}.tar.gz -> ${P
23
24 LICENSE="Apache-2.0"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~x86"
27 +# Hard masking since package depends on dev-python/cadquery-ocp, which depends on sci-libs/opencascade, which is no longer available from ::gentoo in the required slot.
28 +KEYWORDS=""
29 +#KEYWORDS="~amd64 ~x86"
30
31 # Dependencies are intentionally listed in "conda/meta.yml" order. Due to its
32 # Anaconda focus, "setup.py" currently fails to list dependencies.