aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-15 21:31:44 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-15 21:31:44 +0100
commitad34509e15c04118f50a620690f1b9c62058999a (patch)
treea429c214acb019e27875b01299008076de0d1f40 /sci-libs/pybids/pybids-0.5.0.ebuild
parentsci-biology/kat: bump py targets (diff)
downloadsci-ad34509e15c04118f50a620690f1b9c62058999a.tar.gz
sci-ad34509e15c04118f50a620690f1b9c62058999a.tar.bz2
sci-ad34509e15c04118f50a620690f1b9c62058999a.zip
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@riseup.net>
Diffstat (limited to 'sci-libs/pybids/pybids-0.5.0.ebuild')
-rw-r--r--sci-libs/pybids/pybids-0.5.0.ebuild34
1 files changed, 0 insertions, 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"