From: "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pybids/
Date: Mon, 09 Jun 2025 10:01:13 +0000 (UTC) [thread overview]
Message-ID: <1749459345.a371b7b3b0e2d7311ec9ad81a1a3c7b00d914558.alexander@gentoo> (raw)
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
-}
next reply other threads:[~2025-06-09 10:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-09 10:01 Alexander Puck Neuwirth [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-09 10:01 [gentoo-commits] proj/sci:master commit in: sci-libs/pybids/ Alexander Puck Neuwirth
2023-05-02 23:58 Horea Christian
2022-07-11 13:15 Horea Christian
2022-07-11 13:15 Horea Christian
2021-01-15 20:43 Andrew Ammerlaan
2021-01-15 20:31 Andrew Ammerlaan
2020-12-24 11:06 Horea Christian
2020-12-23 8:19 Horea Christian
2020-12-23 8:16 Horea Christian
2020-09-20 0:42 Horea Christian
2020-05-08 5:09 Horea Christian
2020-03-24 7:23 Horea Christian
2020-01-10 13:29 Horea Christian
2020-01-10 13:26 Horea Christian
2018-08-02 15:55 Horea Christian
2018-05-23 0:25 Horea Christian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1749459345.a371b7b3b0e2d7311ec9ad81a1a3c7b00d914558.alexander@gentoo \
--to=alexander@neuwirth-informatik.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox