public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/, dev-python/fslpy/files/
Date: Fri, 25 Sep 2020 09:04:07 +0000 (UTC)	[thread overview]
Message-ID: <1601024640.90b79d1f96b83bd39dda48bc0d9a099f2352f09f.chymera@gentoo> (raw)

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
 


             reply	other threads:[~2020-09-25  9:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25  9:04 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-24 16:06 [gentoo-commits] proj/sci:master commit in: dev-python/fslpy/, dev-python/fslpy/files/ Andrew Ammerlaan
2020-01-17 17:20 Horea Christian
2019-11-07  1:51 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=1601024640.90b79d1f96b83bd39dda48bc0d9a099f2352f09f.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --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