Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/
Date: Wed, 01 May 2019 16:36:58
Message-Id: 1556728601.8faafb557dc5d48fd31e8c09d648be4e188ec2bd.chymera@gentoo
1 commit: 8faafb557dc5d48fd31e8c09d648be4e188ec2bd
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Wed May 1 16:36:41 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed May 1 16:36:41 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8faafb55
7
8 sci-libs/nipype: revision for testing imports
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 sci-libs/nipype/{nipype-1.1.1.ebuild => nipype-1.1.1-r1.ebuild} | 8 ++++++++
14 1 file changed, 8 insertions(+)
15
16 diff --git a/sci-libs/nipype/nipype-1.1.1.ebuild b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
17 similarity index 91%
18 rename from sci-libs/nipype/nipype-1.1.1.ebuild
19 rename to sci-libs/nipype/nipype-1.1.1-r1.ebuild
20 index 70a0c37aa..e564b43c6 100644
21 --- a/sci-libs/nipype/nipype-1.1.1.ebuild
22 +++ b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
23 @@ -47,6 +47,14 @@ RDEPEND="
24 virtual/python-funcsigs[${PYTHON_USEDEP}]
25 "
26
27 +src_prepare() {
28 + sed -i\
29 + -e "/'pytest>=%s' % PYTEST_MIN_VERSION,/d"\
30 + -e "/'pytest-xdist',$/d"\
31 + nipype/info.py || die
32 + default
33 +}
34 +
35 python_test() {
36 py.test -v --cov nipype\
37 --cov-config .coveragerc\