Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/
Date: Thu, 31 Dec 2020 15:58:19
Message-Id: 1609429928.77f84a02fe90c20577e93edf68c026e85913f1b1.epsilon-0@gentoo
1 commit: 77f84a02fe90c20577e93edf68c026e85913f1b1
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Dec 31 12:31:26 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Dec 31 15:52:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=77f84a02
7
8 sci-libs/itk: drop old python targets
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Closes: https://github.com/gentoo/sci/pull/1017
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 sci-libs/itk/itk-5.0.1.ebuild | 4 ++--
16 sci-libs/itk/itk-5.1.0.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/sci-libs/itk/itk-5.0.1.ebuild b/sci-libs/itk/itk-5.0.1.ebuild
20 index 721724036..c5ac9152f 100644
21 --- a/sci-libs/itk/itk-5.0.1.ebuild
22 +++ b/sci-libs/itk/itk-5.0.1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29
30 inherit toolchain-funcs cmake python-single-r1
31
32 @@ -25,7 +25,7 @@ SRC_URI="
33
34 LICENSE="Apache-2.0"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="~amd64 ~x86"
38 IUSE="debug doc examples fftw python review test vtkglue"
39 RESTRICT="!test? ( test )"
40 # python will not work, this is a know issue upstream:
41
42 diff --git a/sci-libs/itk/itk-5.1.0.ebuild b/sci-libs/itk/itk-5.1.0.ebuild
43 index fa666053e..e09d1b7a8 100644
44 --- a/sci-libs/itk/itk-5.1.0.ebuild
45 +++ b/sci-libs/itk/itk-5.1.0.ebuild
46 @@ -3,7 +3,7 @@
47
48 EAPI=7
49
50 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
51 +PYTHON_COMPAT=( python3_{7,8,9} )
52
53 inherit toolchain-funcs cmake python-single-r1
54
55 @@ -35,7 +35,7 @@ SRC_URI="
56
57 LICENSE="Apache-2.0"
58 SLOT="0"
59 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
60 +KEYWORDS="~amd64 ~x86"
61 IUSE="debug doc examples fftw python review test vtkglue"
62 RESTRICT="!test? ( test )"
63 # python will not work, this is a know issue upstream: