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: Fri, 08 May 2020 05:09:28
Message-Id: 1588914421.44f1e176100adf8de5b8dcb9c460f23f2d70b3f6.chymera@gentoo
1 commit: 44f1e176100adf8de5b8dcb9c460f23f2d70b3f6
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri May 8 05:07:01 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri May 8 05:07:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=44f1e176
7
8 sci-libs/pybids: updated PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
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 1a3e5aa5f..4aec991e7 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 )
25 +PYTHON_COMPAT=( python3_{6,7} )
26
27 inherit distutils-r1