Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spark/
Date: Sun, 06 Feb 2022 17:41:49
Message-Id: 1644169294.1ca8fc7f801eebf420c7d1b7193bc43648f9eb34.tupone@gentoo
1 commit: 1ca8fc7f801eebf420c7d1b7193bc43648f9eb34
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 17:41:18 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 17:41:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca8fc7f
7
8 dev-lang/spark: drop python deps
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-lang/spark/spark-2021.ebuild | 11 ++---------
14 1 file changed, 2 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-lang/spark/spark-2021.ebuild b/dev-lang/spark/spark-2021.ebuild
17 index 9e53597a8dc3..9b763b07b66a 100644
18 --- a/dev-lang/spark/spark-2021.ebuild
19 +++ b/dev-lang/spark/spark-2021.ebuild
20 @@ -1,12 +1,11 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 ADA_COMPAT=( gnat_2021 )
28 -PYTHON_COMPAT=( python3_{7..9} )
29
30 -inherit ada python-any-r1
31 +inherit ada
32
33 ADA_MIRROR=https://community.download.adacore.com/v1
34 ID=969ce28e217bd5aa4db549a544d20846408a5229
35 @@ -29,7 +28,6 @@ RDEPEND="
36 sci-mathematics/alt-ergo
37 sci-mathematics/why3-for-spark"
38 DEPEND="${RDEPEND}
39 - ${PYTHON_DEPS}
40 dev-ada/gprbuild[${ADA_USEDEP}]"
41
42 REQUIRED_USE="${ADA_REQUIRED_USE}"
43 @@ -38,11 +36,6 @@ S="${WORKDIR}"/${MYP}
44
45 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
46
47 -pkg_setup() {
48 - ada_pkg_setup
49 - python-any-r1_pkg_setup
50 -}
51 -
52 src_prepare() {
53 ln -sf "${WORKDIR}"/${GNATDIR}/src/ada gnat2why/gnat_src || die
54 default