commit: 19b3d2316917365cc8bb80e65fe99dc8e33dd85e Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon Jun 9 07:23:01 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Mon Jun 9 08:55:08 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=19b3d231
sci-biology/nitime: drop 0.9 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> sci-biology/nitime/nitime-0.9.ebuild | 40 ------------------------------------ 1 file changed, 40 deletions(-) diff --git a/sci-biology/nitime/nitime-0.9.ebuild b/sci-biology/nitime/nitime-0.9.ebuild deleted file mode 100644 index 41b5572a7..000000000 --- a/sci-biology/nitime/nitime-0.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) - -inherit distutils-r1 pypi virtualx - -DESCRIPTION="Time-series analysis of neuroscience data" -HOMEPAGE="http://nipy.org/nitime/index.html" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# import file mismatch: -RESTRICT="test" - -COMMON_DEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - " -BDEPEND="${COMMON_DEPEND} - dev-python/cython[${PYTHON_USEDEP}] - " -RDEPEND=" - ${COMMON_DEPEND} - dev-python/networkx[${PYTHON_USEDEP}] - sci-libs/nibabel[${PYTHON_USEDEP}] - " - -distutils_enable_tests pytest -distutils_enable_sphinx doc - -python_test() { - virtx pytest -v || die -}
