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: Fri, 30 Jul 2021 18:26:41
Message-Id: 1627669587.ad210701a5f482395b08d16aa2dd3760b264d9c8.chymera@gentoo
1 commit: ad210701a5f482395b08d16aa2dd3760b264d9c8
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri Jul 30 18:26:27 2021 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri Jul 30 18:26:27 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad210701
7
8 sci-libs/nipype: PYTHON_COMPAT update
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/nipype/nipype-1.5.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/nipype/nipype-1.5.0.ebuild b/sci-libs/nipype/nipype-1.5.0.ebuild
17 index 87975149e..35792adbc 100644
18 --- a/sci-libs/nipype/nipype-1.5.0.ebuild
19 +++ b/sci-libs/nipype/nipype-1.5.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..8} )
28 +PYTHON_COMPAT=( python3_{7..9} )
29 PYTHON_REQ_USE="threads(+),sqlite"
30
31 inherit distutils-r1