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: sci-libs/nipype/
Date: Mon, 30 Mar 2020 04:23:07 +0000 (UTC)	[thread overview]
Message-ID: <1585542176.4c04ec99ba702fcb718122050c008eaf5ad7fed3.chymera@gentoo> (raw)

commit:     4c04ec99ba702fcb718122050c008eaf5ad7fed3
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Mar 30 04:22:56 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Mar 30 04:22:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c04ec99

sci-libs/nipype: PYTHON_COMPAT 3_7

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-libs/nipype/nipype-1.1.0.ebuild    | 54 -------------------------------
 sci-libs/nipype/nipype-1.1.1-r1.ebuild | 30 +++++++++---------
 sci-libs/nipype/nipype-9999.ebuild     | 58 ----------------------------------
 3 files changed, 15 insertions(+), 127 deletions(-)

diff --git a/sci-libs/nipype/nipype-1.1.0.ebuild b/sci-libs/nipype/nipype-1.1.0.ebuild
deleted file mode 100644
index f7c871659..000000000
--- a/sci-libs/nipype/nipype-1.1.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
-HOMEPAGE="http://nipy.sourceforge.net/nipype/"
-SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-	dev-python/future[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	~dev-python/prov-1.5.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	sci-libs/nibabel[${PYTHON_USEDEP}]
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/pytest-xdist[${PYTHON_USEDEP}]
-		${RDEPEND}
-		)
-	$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
-	"
-RDEPEND="
-	>=dev-python/click-6.6[${PYTHON_USEDEP}]
-	dev-python/networkx[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pydotplus[${PYTHON_USEDEP}]
-	dev-python/pygraphviz[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	dev-python/simplejson[${PYTHON_USEDEP}]
-	dev-python/traits[${PYTHON_USEDEP}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-	virtual/python-funcsigs[${PYTHON_USEDEP}]
-	"
-
-python_test() {
-	py.test -v --cov nipype\
-		--cov-config .coveragerc\
-		--cov-report xml:cov.xml\
-		-c nipype/pytest.ini\
-		--doctest-modules nipype\
-		|| die
-}

diff --git a/sci-libs/nipype/nipype-1.1.1-r1.ebuild b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
index 959ce9a63..1baca8aa8 100644
--- a/sci-libs/nipype/nipype-1.1.1-r1.ebuild
+++ b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1
@@ -20,19 +20,18 @@ IUSE="test"
 DEPEND="
 	dev-python/future[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]
-	~dev-python/prov-1.5.0[${PYTHON_USEDEP}]
+	dev-python/prov[${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	sci-libs/nibabel[${PYTHON_USEDEP}]
 	test? (
 		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/pytest-xdist[${PYTHON_USEDEP}]
+		<=dev-python/pytest-4.6.9[${PYTHON_USEDEP}]
 		${RDEPEND}
 		)
-	$(python_gen_cond_dep '
-		dev-python/futures[${PYTHON_USEDEP}]
-		dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
-	"
+"
+# Dependency disabled as upstream test configuration which requires it fails
+#dev-python/pytest-xdist[${PYTHON_USEDEP}]
+
 RDEPEND="
 	>=dev-python/click-6.6[${PYTHON_USEDEP}]
 	dev-python/networkx[${PYTHON_USEDEP}]
@@ -44,8 +43,7 @@ RDEPEND="
 	dev-python/simplejson[${PYTHON_USEDEP}]
 	dev-python/traits[${PYTHON_USEDEP}]
 	sci-libs/scipy[${PYTHON_USEDEP}]
-	virtual/python-funcsigs[${PYTHON_USEDEP}]
-	"
+"
 
 src_prepare() {
 	sed -i\
@@ -56,10 +54,12 @@ src_prepare() {
 }
 
 python_test() {
-	py.test -v --cov nipype\
-		--cov-config .coveragerc\
-		--cov-report xml:cov.xml\
-		-c nipype/pytest.ini\
-		--doctest-modules nipype\
+	pytest -vv\
 		|| die
+	# Upstream test configuration fails
+		#-c nipype/pytest.ini\
+		#--doctest-modules nipype\
+		#--cov nipype\
+		#--cov-config .coveragerc\
+		#--cov-report xml:cov.xml\
 }

diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
deleted file mode 100644
index dc35f3e2e..000000000
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
-HOMEPAGE="http://nipy.sourceforge.net/nipype/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/nipy/nipype"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-
-DEPEND="
-	dev-python/future[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	~dev-python/prov-1.5.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	sci-libs/nibabel[${PYTHON_USEDEP}]
-	test? (
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/pytest-xdist[${PYTHON_USEDEP}]
-		${RDEPEND}
-		)
-	$(python_gen_cond_dep '
-		dev-python/futures[${PYTHON_USEDEP}]
-		dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
-	"
-RDEPEND="
-	>=dev-python/click-6.6[${PYTHON_USEDEP}]
-	dev-python/networkx[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/pydot[${PYTHON_USEDEP}]
-	dev-python/pydotplus[${PYTHON_USEDEP}]
-	dev-python/pygraphviz[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	dev-python/simplejson[${PYTHON_USEDEP}]
-	dev-python/traits[${PYTHON_USEDEP}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-	virtual/python-funcsigs[${PYTHON_USEDEP}]
-	"
-
-python_test() {
-	py.test -v --cov nipype\
-		--cov-config .coveragerc\
-		--cov-report xml:cov.xml\
-		-c nipype/pytest.ini\
-		--doctest-modules nipype\
-		|| die
-}


             reply	other threads:[~2020-03-30  4:23 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30  4:23 Horea Christian [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/nipype/ Alexander Puck Neuwirth
2024-01-22 14:42 Horea Christian
2023-05-02 23:58 Horea Christian
2023-04-06 18:48 Horea Christian
2023-02-16  8:30 Horea Christian
2022-08-09  7:23 Horea Christian
2022-07-13  2:54 Horea Christian
2022-07-12 18:19 Horea Christian
2021-07-30 18:26 Horea Christian
2021-01-20  9:40 Andrew Ammerlaan
2020-12-24 11:06 Horea Christian
2020-12-23  8:06 Horea Christian
2020-09-27 22:08 Horea Christian
2020-04-12  7:57 Horea Christian
2020-01-07 21:47 Horea Christian
2019-05-01 16:36 Horea Christian
2019-01-15 21:53 Horea Christian
2019-01-15 21:43 Horea Christian
2019-01-15 21:40 Horea Christian
2018-09-26 17:31 Horea Christian
2018-08-10 22:07 Horea Christian
2018-08-10  1:47 Horea Christian
2018-08-09 15:46 Horea Christian
2018-08-09 15:37 Horea Christian
2018-06-26  0:50 Horea Christian
2017-08-25  4:04 Benda XU
2017-04-22 16:10 Justin Lecher
2017-03-06 15:11 Marius Brehler
2016-10-30 18:33 Justin Lecher
2016-10-30 15:47 Justin Lecher
2016-10-18 17:30 Justin Lecher
2016-10-12  6:30 Marius Brehler
2016-09-06  0:18 Christoph Junghans
2016-08-31  6:56 Marius Brehler
2016-08-09 12:14 Marius Brehler
2016-07-20 17:48 Christoph Junghans
2016-07-20 17:48 Christoph Junghans
2016-05-07  9:37 Justin Lecher
2016-02-21 15:16 Justin Lecher
2016-02-21 15:16 Justin Lecher
2015-11-12  7:27 Marius Brehler
2015-11-10  7:09 Justin Lecher
2015-11-10  7:09 Justin Lecher
2015-09-21 16:05 Justin Lecher
2015-08-04  9:16 Justin Lecher
2015-08-04  9:16 Justin Lecher
2015-07-10  3:59 Nicolas Bock
2015-06-07 18:33 Justin Lecher
2014-06-16 10:24 Jauhien Piatlicki
2014-01-06 18:33 Justin Lecher

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=1585542176.4c04ec99ba702fcb718122050c008eaf5ad7fed3.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