diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-06 18:41:18 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-06 18:41:34 +0100 |
commit | 1ca8fc7f801eebf420c7d1b7193bc43648f9eb34 (patch) | |
tree | 4673b6f1b4811d0b112117aad10c045d81aed989 /dev-lang | |
parent | sci-mathematics/why3-for-spark: drop old version (diff) | |
download | gentoo-1ca8fc7f801eebf420c7d1b7193bc43648f9eb34.tar.gz gentoo-1ca8fc7f801eebf420c7d1b7193bc43648f9eb34.tar.bz2 gentoo-1ca8fc7f801eebf420c7d1b7193bc43648f9eb34.zip |
dev-lang/spark: drop python deps
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/spark/spark-2021.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dev-lang/spark/spark-2021.ebuild b/dev-lang/spark/spark-2021.ebuild index 9e53597a8dc3..9b763b07b66a 100644 --- a/dev-lang/spark/spark-2021.ebuild +++ b/dev-lang/spark/spark-2021.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 ADA_COMPAT=( gnat_2021 ) -PYTHON_COMPAT=( python3_{7..9} ) -inherit ada python-any-r1 +inherit ada ADA_MIRROR=https://community.download.adacore.com/v1 ID=969ce28e217bd5aa4db549a544d20846408a5229 @@ -29,7 +28,6 @@ RDEPEND=" sci-mathematics/alt-ergo sci-mathematics/why3-for-spark" DEPEND="${RDEPEND} - ${PYTHON_DEPS} dev-ada/gprbuild[${ADA_USEDEP}]" REQUIRED_USE="${ADA_REQUIRED_USE}" @@ -38,11 +36,6 @@ S="${WORKDIR}"/${MYP} PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) -pkg_setup() { - ada_pkg_setup - python-any-r1_pkg_setup -} - src_prepare() { ln -sf "${WORKDIR}"/${GNATDIR}/src/ada gnat2why/gnat_src || die default |