commit: e53c0b5cdc93a368633f13842bf4559b61a9e77f Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Jan 20 09:39:47 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Jan 20 09:39:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e53c0b5c
sci-libs/nipy: drop old: failed REQUIRED_USE: py_targets_py3_7 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-libs/nipy/nipy-0.4.1.ebuild | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/sci-libs/nipy/nipy-0.4.1.ebuild b/sci-libs/nipy/nipy-0.4.1.ebuild deleted file mode 100644 index 81f6aa14a..000000000 --- a/sci-libs/nipy/nipy-0.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 eutils multilib flag-o-matic - -DESCRIPTION="Neuroimaging tools for Python" -HOMEPAGE="https://nipy.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -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 -}
