commit: 88b7a3cbbffc0acea5d38d78f799178f17dd47f9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 26 21:15:36 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 26 21:15:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88b7a3cb
sci-libs/nipy: revbump for numpy compatibility
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/nipy/{nipy-0.5.0.ebuild => nipy-0.5.0-r1.ebuild} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/sci-libs/nipy/nipy-0.5.0.ebuild
b/sci-libs/nipy/nipy-0.5.0-r1.ebuild
similarity index 88%
rename from sci-libs/nipy/nipy-0.5.0.ebuild
rename to sci-libs/nipy/nipy-0.5.0-r1.ebuild
index 2dbabadfd..227364ec4 100644
--- a/sci-libs/nipy/nipy-0.5.0.ebuild
+++ b/sci-libs/nipy/nipy-0.5.0-r1.ebuild
@@ -15,19 +15,16 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RESTRICT="test"
-# reported upstream: https://github.com/nipy/nipy/issues/493
+# No tests, reported upstream: https://github.com/nipy/nipy/issues/493
RDEPEND="
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]
- >=sci-libs/nibabel-1.2[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/nibabel[${PYTHON_USEDEP}]
+ <dev-python/numpy-1.24.0[${PYTHON_USEDEP}]
"
DEPEND=""
-distutils_enable_tests nose
-
python_prepare_all() {
distutils-r1_python_prepare_all
# bug #397605