Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/heudiconv/
Date: Wed, 01 Feb 2023 14:13:53
Message-Id: 1675260819.b784b47e92252023404873bfe3fd5952792b0291.chymera@gentoo
1 commit: b784b47e92252023404873bfe3fd5952792b0291
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Tue Jan 31 22:00:51 2023 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 1 14:13:39 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b784b47e
7
8 dev-python/heudiconv: revision bump, test and dep update
9
10 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
11
12 .../{heudiconv-0.11.6.ebuild => heudiconv-0.11.6-r1.ebuild} | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-python/heudiconv/heudiconv-0.11.6.ebuild b/dev-python/heudiconv/heudiconv-0.11.6-r1.ebuild
16 similarity index 96%
17 rename from dev-python/heudiconv/heudiconv-0.11.6.ebuild
18 rename to dev-python/heudiconv/heudiconv-0.11.6-r1.ebuild
19 index 6c3c6b59d..11b98367e 100644
20 --- a/dev-python/heudiconv/heudiconv-0.11.6.ebuild
21 +++ b/dev-python/heudiconv/heudiconv-0.11.6-r1.ebuild
22 @@ -19,12 +19,13 @@ LICENSE="Apache-2.0"
23 KEYWORDS="~amd64 ~x86"
24
25 RDEPEND="
26 - sci-libs/nibabel[${PYTHON_USEDEP}]
27 - sci-libs/pydicom[${PYTHON_USEDEP}]
28 - sci-libs/nipype[${PYTHON_USEDEP}]
29 - sci-biology/dcmstack[${PYTHON_USEDEP}]
30 dev-python/filelock[${PYTHON_USEDEP}]
31 dev-python/versioningit[${PYTHON_USEDEP}]
32 + sci-biology/dcm2niix
33 + sci-biology/dcmstack[${PYTHON_USEDEP}]
34 + sci-libs/nibabel[${PYTHON_USEDEP}]
35 + sci-libs/nipype[${PYTHON_USEDEP}]
36 + sci-libs/pydicom[${PYTHON_USEDEP}]
37 "
38 BDEPEND="
39 test? (
40 @@ -35,7 +36,6 @@ BDEPEND="
41 # Reported upstream:
42 # https://github.com/nipy/heudiconv/issues/627
43 EPYTEST_DESELECT=(
44 - "heudiconv/tests/test_convert.py::test_b0dwi_for_fmap"
45 "heudiconv/tests/test_dicoms.py::test_embed_dicom_and_nifti_metadata"
46 "heudiconv/tests/test_heuristics.py::test_reproin_largely_smoke"
47 "heudiconv/tests/test_heuristics.py::test_scans_keys_reproin"