Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/
Date: Tue, 07 Jan 2020 22:01:04
Message-Id: 1578434448.e7a8e94b2ede21f1c75d7bc034b1084da581dcd2.chymera@gentoo
1 commit: e7a8e94b2ede21f1c75d7bc034b1084da581dcd2
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Tue Jan 7 22:00:48 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Jan 7 22:00:48 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e7a8e94b
7
8 sci-libs/nipy: deprecated old versions and PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/nipy/nipy-0.4.0.ebuild | 36 ------------------------------------
14 sci-libs/nipy/nipy-0.4.1.ebuild | 4 ++--
15 sci-libs/nipy/nipy-0.4.2.ebuild | 4 ++--
16 sci-libs/nipy/nipy-9999.ebuild | 4 ++--
17 4 files changed, 6 insertions(+), 42 deletions(-)
18
19 diff --git a/sci-libs/nipy/nipy-0.4.0.ebuild b/sci-libs/nipy/nipy-0.4.0.ebuild
20 deleted file mode 100644
21 index ab2562f34..000000000
22 --- a/sci-libs/nipy/nipy-0.4.0.ebuild
23 +++ /dev/null
24 @@ -1,36 +0,0 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=7
29 -
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
31 -
32 -inherit distutils-r1 eutils multilib flag-o-matic
33 -
34 -DESCRIPTION="Neuroimaging tools for Python"
35 -HOMEPAGE="http://nipy.org/"
36 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
37 -
38 -LICENSE="BSD"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
41 -IUSE=""
42 -
43 -RDEPEND="
44 - dev-python/prov[${PYTHON_USEDEP}]
45 - sci-libs/scipy[${PYTHON_USEDEP}]
46 - dev-python/sympy[${PYTHON_USEDEP}]
47 - >=sci-libs/nibabel-1.2[${PYTHON_USEDEP}]
48 - dev-python/numpy[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}
50 - dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -python_prepare_all() {
53 - distutils-r1_python_prepare_all
54 - # bug #397605
55 - [[ ${CHOST} == *-darwin* ]] \
56 - && append-ldflags -bundle "-undefined dynamic_lookup" \
57 - || append-ldflags -shared
58 -
59 - # nipy uses the horrible numpy.distutils automagic
60 -}
61
62 diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild
63 index 74ad89b9b..779329f40 100644
64 --- a/sci-libs/nipy/nipy-0.4.1.ebuild
65 +++ b/sci-libs/nipy/nipy-0.4.1.ebuild
66 @@ -1,9 +1,9 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 +# Copyright 1999-2020 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=7
72
73 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
74 +PYTHON_COMPAT=( python3_6 )
75
76 inherit distutils-r1 eutils multilib flag-o-matic
77
78
79 diff --git a/sci-libs/nipy/nipy-0.4.2.ebuild b/sci-libs/nipy/nipy-0.4.2.ebuild
80 index 6da963822..7afdf0053 100644
81 --- a/sci-libs/nipy/nipy-0.4.2.ebuild
82 +++ b/sci-libs/nipy/nipy-0.4.2.ebuild
83 @@ -1,9 +1,9 @@
84 -# Copyright 1999-2018 Gentoo Foundation
85 +# Copyright 1999-2020 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=7
89
90 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
91 +PYTHON_COMPAT=( python3_6 )
92
93 inherit distutils-r1 eutils multilib flag-o-matic
94
95
96 diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild
97 index 658e8d984..57a994b69 100644
98 --- a/sci-libs/nipy/nipy-9999.ebuild
99 +++ b/sci-libs/nipy/nipy-9999.ebuild
100 @@ -1,9 +1,9 @@
101 -# Copyright 1999-2018 Gentoo Foundation
102 +# Copyright 1999-2020 Gentoo Authors
103 # Distributed under the terms of the GNU General Public License v2
104
105 EAPI=7
106
107 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
108 +PYTHON_COMPAT=( python3_6 )
109
110 inherit distutils-r1 multilib git-r3 flag-o-matic