From ad34509e15c04118f50a620690f1b9c62058999a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 15 Jan 2021 21:31:44 +0100 Subject: sci-libs/pybids: drop old, no supported python impls in compat Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- sci-libs/pybids/pybids-0.5.0.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 sci-libs/pybids/pybids-0.5.0.ebuild (limited to 'sci-libs/pybids/pybids-0.5.0.ebuild') diff --git a/sci-libs/pybids/pybids-0.5.0.ebuild b/sci-libs/pybids/pybids-0.5.0.ebuild deleted file mode 100644 index 3534b3c6a..000000000 --- a/sci-libs/pybids/pybids-0.5.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 ) - -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}] - " - -# Tests are broken: https://github.com/INCF/pybids/issues/138 -RESTRICT="test" -- cgit v1.2.3