commit: f879653e3546b00b36d46739a321bbdc7b2c1aaa
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Dec 11 17:38:20 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 17:38:20 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f879653e
dev-python/heudiconv: drop 0.11.6-r1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/heudiconv/heudiconv-0.11.6-r1.ebuild | 48 -------------------------
1 file changed, 48 deletions(-)
diff --git a/dev-python/heudiconv/heudiconv-0.11.6-r1.ebuild
b/dev-python/heudiconv/heudiconv-0.11.6-r1.ebuild
deleted file mode 100644
index 8dbfcfa0f..000000000
--- a/dev-python/heudiconv/heudiconv-0.11.6-r1.ebuild
+++ /dev/null
@@ -1,48 +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_{10..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Flexible DICOM conversion to structured directory layouts"
-HOMEPAGE="
- https://github.com/nipy/heudiconv
- https://heudiconv.readthedocs.io/en/latest/
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- dev-python/versioningit[${PYTHON_USEDEP}]
- sci-biology/dcm2niix
- sci-biology/dcmstack[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
- sci-libs/nipype[${PYTHON_USEDEP}]
- sci-libs/pydicom[${PYTHON_USEDEP}]
- "
-BDEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- )
-"
-
-# Patch sumbitted upstream, check if removal possible in next release:
-# https://github.com/nipy/heudiconv/pull/631
-PATCHES=(
- "${FILESDIR}/${P}-gitenv.patch"
-)
-
-# Reported upstream:
-# https://github.com/nipy/heudiconv/issues/679
-EPYTEST_DESELECT=(
- heudiconv/tests/test_main.py::test_prepare_for_datalad
-)
-
-distutils_enable_tests pytest