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-biology/nitime/
Date: Sat, 26 Sep 2020 10:04:21
Message-Id: 1601114650.a4498728340f997a1d328c0b8682d651e8c9cec1.chymera@gentoo
1 commit: a4498728340f997a1d328c0b8682d651e8c9cec1
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 10:04:10 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 10:04:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4498728
7
8 sci-biology/nitime: version bump 0.8.1 and PYTHON_COMPAT update
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/nitime/nitime-0.6.ebuild | 6 +++---
14 .../nitime/{nitime-0.6.ebuild => nitime-0.8.1.ebuild} | 14 +++++++-------
15 sci-biology/nitime/nitime-9999.ebuild | 6 +++---
16 3 files changed, 13 insertions(+), 13 deletions(-)
17
18 diff --git a/sci-biology/nitime/nitime-0.6.ebuild b/sci-biology/nitime/nitime-0.6.ebuild
19 index fa11bca00..2fa80fdb8 100644
20 --- a/sci-biology/nitime/nitime-0.6.ebuild
21 +++ b/sci-biology/nitime/nitime-0.6.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
31 +PYTHON_COMPAT=( python3_{6,7} )
32
33 inherit distutils-r1
34
35
36 diff --git a/sci-biology/nitime/nitime-0.6.ebuild b/sci-biology/nitime/nitime-0.8.1.ebuild
37 similarity index 74%
38 copy from sci-biology/nitime/nitime-0.6.ebuild
39 copy to sci-biology/nitime/nitime-0.8.1.ebuild
40 index fa11bca00..a68f9e5f9 100644
41 --- a/sci-biology/nitime/nitime-0.6.ebuild
42 +++ b/sci-biology/nitime/nitime-0.8.1.ebuild
43 @@ -1,11 +1,11 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 -EAPI=6
49 +EAPI=7
50
51 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
52 +PYTHON_COMPAT=( python3_{6,7} )
53
54 -inherit distutils-r1
55 +inherit distutils-r1 virtualx
56
57 DESCRIPTION="Time-series analysis of neuroscience data"
58 HOMEPAGE="http://nipy.org/nitime/index.html"
59 @@ -22,8 +22,8 @@ COMMON_DEPEND="
60 dev-python/scipy[${PYTHON_USEDEP}]
61 "
62 DEPEND="
63 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
64 - dev-python/setuptools[${PYTHON_USEDEP}]
65 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )
66 + dev-python/cython[${PYTHON_USEDEP}]
67 "
68 RDEPEND="
69 ${COMMON_DEPEND}
70 @@ -34,5 +34,5 @@ RDEPEND="
71 S="${WORKDIR}/${PN}-rel-${PV}"
72
73 python_test() {
74 - nosetests -v || die
75 + virtx pytest -v || die
76 }
77
78 diff --git a/sci-biology/nitime/nitime-9999.ebuild b/sci-biology/nitime/nitime-9999.ebuild
79 index fe0d9f1da..192c53138 100644
80 --- a/sci-biology/nitime/nitime-9999.ebuild
81 +++ b/sci-biology/nitime/nitime-9999.ebuild
82 @@ -1,9 +1,9 @@
83 -# Copyright 1999-2018 Gentoo Foundation
84 +# Copyright 1999-2020 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 -EAPI=6
88 +EAPI=7
89
90 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
91 +PYTHON_COMPAT=( python3_{6,7} )
92
93 inherit distutils-r1 git-r3