aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-02 14:54:51 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-02 14:54:51 +0200
commit0c941833ff2ac8b3e3104f5cccca764aed88cf7b (patch)
treec9bd08a8877458dc0014aba92250c9a3f8cdc93c /sci-libs
parentsci-libs/vtk: remove duplicate (diff)
downloadsci-0c941833ff2ac8b3e3104f5cccca764aed88cf7b.tar.gz
sci-0c941833ff2ac8b3e3104f5cccca764aed88cf7b.tar.bz2
sci-0c941833ff2ac8b3e3104f5cccca764aed88cf7b.zip
sci-libs/nipy: drop 0.4.2, 0.5.0-r1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/nipy/Manifest2
-rw-r--r--sci-libs/nipy/nipy-0.4.2.ebuild55
-rw-r--r--sci-libs/nipy/nipy-0.5.0-r1.ebuild49
3 files changed, 0 insertions, 106 deletions
diff --git a/sci-libs/nipy/Manifest b/sci-libs/nipy/Manifest
index fd43c22f0..362628814 100644
--- a/sci-libs/nipy/Manifest
+++ b/sci-libs/nipy/Manifest
@@ -1,3 +1 @@
-DIST nipy-0.4.2.gh.tar.gz 2403690 BLAKE2B bd75e6b76095b825494ec9f78dd126d089c9c0b660d808f5510fab3449ae6c3e71ed59866203d6c2e3f5cfe5bc342b9edc96c6c2b8dab97e532d99705c80410c SHA512 a1a590f35833a4238be87a01fa4e0609a1c18243d626cb8e54a5904fa8702247292b030671bb628ee075cf9346ee4040a9222e60e36dde0d4153d3bef33bcf89
-DIST nipy-0.5.0.gh.tar.gz 2404225 BLAKE2B d57a2a29cb8d9538731631e2f73520082905c4944b7d99682e0453a6f05173ffb6f27fc2f29fe172d94790e3d904471ebd2d5a3de55cdf39608b605d7d9a5344 SHA512 ec91f8b7b555e2baeadc9d6d2f83d5ad77080e0505579bcc72cae051869e9f8c1ffdfa679afc7380173a6454f45ec457a3657fd9b9396a28a5e273701ecaf0a5
DIST nipy-0.5.1_pre20230103.gh.tar.gz 2462662 BLAKE2B 0e6aa24875e514bf16280e20bb3059027ad30c3d510db62b0ed80b33724aacb0a20260f7cf9d87858a9da5d07fab58535cee1306fe2b7be7a72364156197aeab SHA512 7ed89b5e637159c90893a02dd9481a662f7e589fc6fe76c3e7919231144a56668815edc0f57a77728a9c95c7640e474563e922609c56cd0ad0fcfbd3c5bdb6bd
diff --git a/sci-libs/nipy/nipy-0.4.2.ebuild b/sci-libs/nipy/nipy-0.4.2.ebuild
deleted file mode 100644
index be8bd42a5..000000000
--- a/sci-libs/nipy/nipy-0.4.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Neuroimaging tools for Python"
-HOMEPAGE="https://nipy.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-# reported upstream: https://github.com/nipy/nipy/issues/493
-
-RDEPEND="
- dev-python/prov[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/sympy[${PYTHON_USEDEP}]
- >=sci-libs/nibabel-1.2[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- "
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- "
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- # bug #397605
- [[ ${CHOST} == *-darwin* ]] \
- && append-ldflags -bundle "-undefined dynamic_lookup" \
- || append-ldflags -shared
-
- # nipy uses the horrible numpy.distutils automagic
-}
-
-python_test() {
- distutils-r1_install_for_testing
- cp nipy/testing/*.nii.gz "${BUILD_DIR}/lib/nipy/testing/"
- cp nipy/modalities/fmri/tests/*.{mat,npz,txt} "${BUILD_DIR}/lib/nipy/modalities/fmri/tests/"
- cp nipy/algorithms/statistics/models/tests/test_data.bin "${BUILD_DIR}/lib/nipy/algorithms/statistics/models/tests"
- cp nipy/labs/spatial_models/tests/some_blobs.nii "${BUILD_DIR}/lib/nipy/labs/spatial_models/tests/some_blobs.nii"
- mkdir "${BUILD_DIR}/lib/nipy/algorithms/diagnostics/tests/data/"
- cp nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat "${BUILD_DIR}/lib/nipy/algorithms/diagnostics/tests/data/"
- cd "${BUILD_DIR}" || die
- echo "backend : agg" > matplotlibrc
- nosetests || die
-}
diff --git a/sci-libs/nipy/nipy-0.5.0-r1.ebuild b/sci-libs/nipy/nipy-0.5.0-r1.ebuild
deleted file mode 100644
index 86fb52841..000000000
--- a/sci-libs/nipy/nipy-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Neuroimaging tools for Python"
-HOMEPAGE="https://nipy.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# 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[${PYTHON_USEDEP}]
- <dev-python/numpy-1.24.0[${PYTHON_USEDEP}]
- "
-DEPEND=""
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- # bug #397605
- [[ ${CHOST} == *-darwin* ]] \
- && append-ldflags -bundle "-undefined dynamic_lookup" \
- || append-ldflags -shared
-
- # nipy uses the horrible numpy.distutils automagic
-}
-
-#python_test() {
-# distutils-r1_install_for_testing
-# cp nipy/testing/*.nii.gz "${BUILD_DIR}/lib/nipy/testing/"
-# cp nipy/modalities/fmri/tests/*.{mat,npz,txt} "${BUILD_DIR}/lib/nipy/modalities/fmri/tests/"
-# cp nipy/algorithms/statistics/models/tests/test_data.bin "${BUILD_DIR}/lib/nipy/algorithms/statistics/models/tests"
-# cp nipy/labs/spatial_models/tests/some_blobs.nii "${BUILD_DIR}/lib/nipy/labs/spatial_models/tests/some_blobs.nii"
-# mkdir "${BUILD_DIR}/lib/nipy/algorithms/diagnostics/tests/data/"
-# cp nipy/algorithms/diagnostics/tests/data/tsdiff_results.mat "${BUILD_DIR}/lib/nipy/algorithms/diagnostics/tests/data/"
-# cd "${BUILD_DIR}" || die
-# echo "backend : agg" > matplotlibrc
-# nosetests || die
-#}