Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/
Date: Tue, 01 Jun 2021 08:38:24
Message-Id: 1622536697.d18bd689c3c0e6f52af0c0125ea1f15050902eb0.andrewammerlaan@gentoo
1 commit: d18bd689c3c0e6f52af0c0125ea1f15050902eb0
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:37:52 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:38:17 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d18bd689
7
8 sci-libs/nipy: bump PYTHON_COMPAT in 9999 to match latest release
9
10 Bug: https://bugs.gentoo.org/793617
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-libs/nipy/nipy-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild
18 index 9878397aa..7e0f61d2d 100644
19 --- a/sci-libs/nipy/nipy-9999.ebuild
20 +++ b/sci-libs/nipy/nipy-9999.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_7 )
26 +PYTHON_COMPAT=( python3_{7..9} )
27
28 inherit distutils-r1 eutils multilib flag-o-matic git-r3