commit: a371b7b3b0e2d7311ec9ad81a1a3c7b00d914558 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Mon Jun 9 07:24:59 2025 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Mon Jun 9 08:55:45 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a371b7b3
sci-libs/pybids: drop 0.6.5, 0.10.2 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> sci-libs/pybids/pybids-0.10.2.ebuild | 33 --------------------------- sci-libs/pybids/pybids-0.6.5.ebuild | 43 ------------------------------------ 2 files changed, 76 deletions(-) diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild deleted file mode 100644 index 0207f3ba2..000000000 --- a/sci-libs/pybids/pybids-0.10.2.ebuild +++ /dev/null @@ -1,33 +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 - -DESCRIPTION="Python package to access BIDS datasets" -HOMEPAGE="https://github.com/INCF/pybids" -SRC_URI="https://github.com/INCF/pybids/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="" -RDEPEND=" - dev-python/num2words[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/patsy[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - sci-libs/bids-validator[${PYTHON_USEDEP}] - sci-libs/nibabel[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - " - -distutils_enable_tests pytest diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild deleted file mode 100644 index 0c36e34c6..000000000 --- a/sci-libs/pybids/pybids-0.6.5.ebuild +++ /dev/null @@ -1,43 +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 - -DESCRIPTION="Python package to access BIDS datasets" -HOMEPAGE="https://github.com/INCF/pybids" -SRC_URI="https://github.com/INCF/pybids/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND=" - dev-python/grabbit[${PYTHON_USEDEP}] - dev-python/num2words[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/patsy[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - sci-libs/nibabel[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - " - -RESTRICT="test" -# Fails because fixtures are called directly -# https://github.com/bids-standard/pybids/issues/289#issuecomment-476853673 - -python_test() { - rm bids/tests/test_config.py || die - distutils_install_for_testing - pytest -vv || die - die -}
