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/pybids/
Date: Wed, 23 Dec 2020 08:16:42
Message-Id: 1608711384.7f758198d5fc1204ae7b778e60ffaed9bdceb9cb.chymera@gentoo
1 commit: 7f758198d5fc1204ae7b778e60ffaed9bdceb9cb
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Wed Dec 23 08:14:02 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Dec 23 08:16:24 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7f758198
7
8 sci-libs/pybids: updated PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/pybids/pybids-0.6.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild b/sci-libs/pybids/pybids-0.6.5.ebuild
17 index aac0d1a65..27c9b92be 100644
18 --- a/sci-libs/pybids/pybids-0.6.5.ebuild
19 +++ b/sci-libs/pybids/pybids-0.6.5.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26
27 inherit distutils-r1