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-biology/dipy/
Date: Sat, 26 Sep 2020 09:47:21
Message-Id: 1601113630.cc81ecc12226bfbf012da1ba33a7ce606f65711d.chymera@gentoo
1 commit: cc81ecc12226bfbf012da1ba33a7ce606f65711d
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 09:47:10 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 09:47:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cc81ecc1
7
8 sci-biology/dipy: removed old version
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-biology/dipy/dipy-0.11.0.ebuild | 34 ----------------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/sci-biology/dipy/dipy-0.11.0.ebuild b/sci-biology/dipy/dipy-0.11.0.ebuild
17 deleted file mode 100644
18 index a6697dcda..000000000
19 --- a/sci-biology/dipy/dipy-0.11.0.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{6,7} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI"
32 -HOMEPAGE="http://nipy.org/dipy"
33 -SRC_URI="https://github.com/nipy/dipy/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE="test"
39 -
40 -RDEPEND="
41 - dev-python/numpy[${PYTHON_USEDEP}]
42 - dev-python/scipy[${PYTHON_USEDEP}]
43 - sci-libs/nibabel[${PYTHON_USEDEP}]
44 -"
45 -DEPEND="
46 - test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
47 - dev-python/setuptools[${PYTHON_USEDEP}]
48 - dev-python/cython[${PYTHON_USEDEP}]
49 -"
50 -
51 -python_test() {
52 - distutils_install_for_testing
53 - cd "${TEST_DIR}"/lib || die
54 - nosetests || die
55 -}