aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-26 05:47:10 -0400
committerHorea Christian <chr@chymera.eu>2020-09-26 05:47:10 -0400
commitcc81ecc12226bfbf012da1ba33a7ce606f65711d (patch)
tree2f48ffef7229824f183e6d1e5dd758350fe4a24f /sci-biology
parentsci-biology/dipy: PYTHON_COMPAT update (diff)
downloadsci-cc81ecc12226bfbf012da1ba33a7ce606f65711d.tar.gz
sci-cc81ecc12226bfbf012da1ba33a7ce606f65711d.tar.bz2
sci-cc81ecc12226bfbf012da1ba33a7ce606f65711d.zip
sci-biology/dipy: removed old version
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/dipy/Manifest1
-rw-r--r--sci-biology/dipy/dipy-0.11.0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/sci-biology/dipy/Manifest b/sci-biology/dipy/Manifest
index bd29011e5..38863707e 100644
--- a/sci-biology/dipy/Manifest
+++ b/sci-biology/dipy/Manifest
@@ -1,2 +1 @@
-DIST dipy-0.11.0.tar.gz 4943336 BLAKE2B 970ce49255b21ff71233bb11b6cbf52cdfef36db444535eaeca49d5388c9df1d97817f085fc1adc42de735cba988000ca5d71aed770850a1926fd714629f2bf3 SHA512 0fa2d62c151215cd46750975b84a36337bd8a2a29658145e635e892db47b355cbdf3a1ad903d2cc65a31efd74ee49e0bb793b7e364ffbca33e49ce77c4222a79
DIST dipy-1.1.1.tar.gz 6021111 BLAKE2B a235965e6bc68ac062b707ac804ed726c14cd15fd41eed8b361c91873ae8070bda8be00bee961d34546c0560b7874ed656e2efbe03c9d2bac8c9a6173838b151 SHA512 19049fd362d9ab44ad67369eb2eebf0149aaba76215beb96d298391d8d5baf4964d412546a3f28a1a83d07e643b2ce97ce911f22d2d4978a0316763839fdd6d0
diff --git a/sci-biology/dipy/dipy-0.11.0.ebuild b/sci-biology/dipy/dipy-0.11.0.ebuild
deleted file mode 100644
index a6697dcda..000000000
--- a/sci-biology/dipy/dipy-0.11.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
-HOMEPAGE="http://nipy.org/dipy"
-SRC_URI="https://github.com/nipy/dipy/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]
-"
-
-python_test() {
- distutils_install_for_testing
- cd "${TEST_DIR}"/lib || die
- nosetests || die
-}