commit:     cfa78acee81888e98ef7caa9c8aac5935d80b09c
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jul 11 13:15:17 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 11 13:15:17 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cfa78ace

sci-libs/pybids: dropped version with missing source

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-libs/pybids/pybids-0.11.1.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/sci-libs/pybids/pybids-0.11.1.ebuild 
b/sci-libs/pybids/pybids-0.11.1.ebuild
deleted file mode 100644
index ef3534954..000000000
--- a/sci-libs/pybids/pybids-0.11.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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}]
-       "
-
-python_test() {
-       #rm bids/tests/test_config.py || die
-       distutils_install_for_testing
-       pytest -vv || die
-}

Reply via email to