commit:     ad34509e15c04118f50a620690f1b9c62058999a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jan 15 20:31:44 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jan 15 20:31:44 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad34509e

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 <andrewammerlaan <AT> riseup.net>

 sci-libs/pybids/pybids-0.5.0.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

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"

Reply via email to