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/nibabel/
Date: Sun, 27 Sep 2020 03:26:39
Message-Id: 1601177189.4efd7d1c7665e0e3370005e1016311952a5d4460.chymera@gentoo
1 commit: 4efd7d1c7665e0e3370005e1016311952a5d4460
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 03:26:29 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 03:26:29 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4efd7d1c
7
8 sci-libs/nibabel: removed old version, PYTHON_COMPAT update
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/nibabel/nibabel-2.3.1.ebuild | 43 -----------------------------------
14 sci-libs/nibabel/nibabel-2.5.1.ebuild | 5 ++--
15 sci-libs/nibabel/nibabel-3.0.2.ebuild | 5 ++--
16 sci-libs/nibabel/nibabel-9999.ebuild | 10 ++++----
17 4 files changed, 8 insertions(+), 55 deletions(-)
18
19 diff --git a/sci-libs/nibabel/nibabel-2.3.1.ebuild b/sci-libs/nibabel/nibabel-2.3.1.ebuild
20 deleted file mode 100644
21 index 1b571d4b0..000000000
22 --- a/sci-libs/nibabel/nibabel-2.3.1.ebuild
23 +++ /dev/null
24 @@ -1,43 +0,0 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=7
29 -
30 -PYTHON_COMPAT=( python3_{6,7,8} )
31 -
32 -inherit distutils-r1
33 -
34 -DESCRIPTION="Access a cacophony of neuro-imaging file formats"
35 -HOMEPAGE="http://nipy.org/nibabel/"
36 -SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
37 -
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -IUSE="dicom doc test"
43 -
44 -RDEPEND="
45 - dev-python/numpy[${PYTHON_USEDEP}]
46 - dev-python/scipy[${PYTHON_USEDEP}]
47 - dev-python/mock[${PYTHON_USEDEP}]
48 - dicom? (
49 - sci-libs/pydicom
50 - dev-python/pillow[${PYTHON_USEDEP}]
51 - )
52 - "
53 -
54 -DEPEND="
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - test? (
57 - ${RDEPEND}
58 - dev-python/nose[${PYTHON_USEDEP}]
59 - )
60 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
61 - "
62 -
63 -python_test() {
64 - cd "${BUILD_DIR}" || die
65 - echo "backend: Agg" > matplotlibrc
66 - MPLCONFIGDIR=. nosetests || die
67 -}
68
69 diff --git a/sci-libs/nibabel/nibabel-2.5.1.ebuild b/sci-libs/nibabel/nibabel-2.5.1.ebuild
70 index e377513f2..c3143ae9c 100644
71 --- a/sci-libs/nibabel/nibabel-2.5.1.ebuild
72 +++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild
73 @@ -3,7 +3,7 @@
74
75 EAPI=7
76
77 -PYTHON_COMPAT=( python3_{6,7,8} )
78 +PYTHON_COMPAT=( python3_{6..9} )
79
80 inherit distutils-r1
81
82 @@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats"
83 HOMEPAGE="http://nipy.org/nibabel/"
84 SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
85
86 -KEYWORDS="~amd64 ~x86"
87 -
88 LICENSE="MIT"
89 SLOT="0"
90 +KEYWORDS="~amd64 ~x86"
91 IUSE="dicom doc test"
92
93 RDEPEND="
94
95 diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild b/sci-libs/nibabel/nibabel-3.0.2.ebuild
96 index e377513f2..c3143ae9c 100644
97 --- a/sci-libs/nibabel/nibabel-3.0.2.ebuild
98 +++ b/sci-libs/nibabel/nibabel-3.0.2.ebuild
99 @@ -3,7 +3,7 @@
100
101 EAPI=7
102
103 -PYTHON_COMPAT=( python3_{6,7,8} )
104 +PYTHON_COMPAT=( python3_{6..9} )
105
106 inherit distutils-r1
107
108 @@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats"
109 HOMEPAGE="http://nipy.org/nibabel/"
110 SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
111
112 -KEYWORDS="~amd64 ~x86"
113 -
114 LICENSE="MIT"
115 SLOT="0"
116 +KEYWORDS="~amd64 ~x86"
117 IUSE="dicom doc test"
118
119 RDEPEND="
120
121 diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
122 index 8c4e25842..cd12b33de 100644
123 --- a/sci-libs/nibabel/nibabel-9999.ebuild
124 +++ b/sci-libs/nibabel/nibabel-9999.ebuild
125 @@ -3,7 +3,7 @@
126
127 EAPI=7
128
129 -PYTHON_COMPAT=( python3_{6,7,8} )
130 +PYTHON_COMPAT=( python3_{6..9} )
131
132 inherit distutils-r1 git-r3
133
134 @@ -14,8 +14,8 @@ EGIT_REPO_URI="https://github.com/nipy/nibabel.git"
135
136 LICENSE="MIT"
137 SLOT="0"
138 -IUSE="dicom doc test"
139 KEYWORDS=""
140 +IUSE="dicom doc test"
141
142 RDEPEND="
143 dev-python/numpy[${PYTHON_USEDEP}]
144 @@ -25,8 +25,7 @@ RDEPEND="
145 sci-libs/pydicom
146 dev-python/pillow[${PYTHON_USEDEP}]
147 )
148 - "
149 -
150 +"
151 DEPEND="
152 dev-python/setuptools[${PYTHON_USEDEP}]
153 test? (
154 @@ -34,10 +33,9 @@ DEPEND="
155 dev-python/nose[${PYTHON_USEDEP}]
156 )
157 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
158 - "
159 +"
160
161 python_test() {
162 - distutils-r1_install_for_testing
163 cd "${BUILD_DIR}" || die
164 echo "backend: Agg" > matplotlibrc
165 MPLCONFIGDIR=. nosetests || die