commit: 90b79d1f96b83bd39dda48bc0d9a099f2352f09f
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Sep 25 09:04:00 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Sep 25 09:04:00 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90b79d1f
dev-python/fslpy: removed old version, PYTHON_COMPAT update
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../fslpy/files/fslpy-2.6.2-exclude_tests.patch | 10 -----
dev-python/fslpy/fslpy-2.6.2.ebuild | 43 ----------------------
dev-python/fslpy/fslpy-2.7.0.ebuild | 2 +-
dev-python/fslpy/fslpy-2.8.4.ebuild | 2 +-
4 files changed, 2 insertions(+), 55 deletions(-)
diff --git a/dev-python/fslpy/files/fslpy-2.6.2-exclude_tests.patch
b/dev-python/fslpy/files/fslpy-2.6.2-exclude_tests.patch
deleted file mode 100644
index 503cd5332..000000000
--- a/dev-python/fslpy/files/fslpy-2.6.2-exclude_tests.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py 2019-11-04 18:56:47.407791008 +0100
-+++ b/setup.py 2019-11-04 20:00:24.844224851 +0100
-@@ -29,6 +29,6 @@
-
- packages = find_packages(
-- exclude=('doc', 'tests', 'dist', 'build', 'fslpy.egg-info'))
-+ exclude=('doc', 'tests', 'tests.*', 'dist', 'build', 'fslpy.egg-info'))
-
- # Figure out the current fslpy version, as defined in fsl/version.py. We
- # don't want to import the fsl package, as this may cause build problems.
diff --git a/dev-python/fslpy/fslpy-2.6.2.ebuild
b/dev-python/fslpy/fslpy-2.6.2.ebuild
deleted file mode 100644
index 34cbc1c9d..000000000
--- a/dev-python/fslpy/fslpy-2.6.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="The FSL Python Library"
-HOMEPAGE="https://git.fmrib.ox.ac.uk/fsl/fslpy"
-SRC_URI="https://github.com/pauldmccarthy/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- )
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="
- dev-python/deprecation[${PYTHON_USEDEP}]
- dev-python/h5py[${PYTHON_USEDEP}]
- dev-python/indexed_gzip[${PYTHON_USEDEP}]
- =dev-python/numpy-1*[${PYTHON_USEDEP}]
- =dev-python/six-1*[${PYTHON_USEDEP}]
- dev-python/trimesh[${PYTHON_USEDEP}]
- =dev-python/wxpython-4*[${PYTHON_USEDEP}]
- =sci-libs/Rtree-0.8.3*[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- >=sci-libs/nibabel-2.3.1[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}/${P}-exclude_tests.patch" )
-
-python_test() {
- virtx pytest -m "not (dicomtest or fsltest)" --verbose || die
-}
diff --git a/dev-python/fslpy/fslpy-2.7.0.ebuild
b/dev-python/fslpy/fslpy-2.7.0.ebuild
index 2ed17d59e..67a1deaec 100644
--- a/dev-python/fslpy/fslpy-2.7.0.ebuild
+++ b/dev-python/fslpy/fslpy-2.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_7 )
inherit distutils-r1 virtualx
diff --git a/dev-python/fslpy/fslpy-2.8.4.ebuild
b/dev-python/fslpy/fslpy-2.8.4.ebuild
index 797a83c84..67a1deaec 100644
--- a/dev-python/fslpy/fslpy-2.8.4.ebuild
+++ b/dev-python/fslpy/fslpy-2.8.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_7 )
inherit distutils-r1 virtualx