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:19:11
Message-Id: 1608711541.bf5923e9abbbb0967fa36e65a657c1944aec6b16.chymera@gentoo
1 commit: bf5923e9abbbb0967fa36e65a657c1944aec6b16
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Wed Dec 23 08:19:01 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Dec 23 08:19:01 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf5923e9
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.10.2.ebuild | 2 +-
14 sci-libs/pybids/pybids-0.11.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/pybids/pybids-0.10.2.ebuild b/sci-libs/pybids/pybids-0.10.2.ebuild
18 index 829f7a955..c35644b72 100644
19 --- a/sci-libs/pybids/pybids-0.10.2.ebuild
20 +++ b/sci-libs/pybids/pybids-0.10.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27
28 inherit distutils-r1
29
30
31 diff --git a/sci-libs/pybids/pybids-0.11.1.ebuild b/sci-libs/pybids/pybids-0.11.1.ebuild
32 index 829f7a955..c35644b72 100644
33 --- a/sci-libs/pybids/pybids-0.11.1.ebuild
34 +++ b/sci-libs/pybids/pybids-0.11.1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{6,7} )
40 +PYTHON_COMPAT=( python3_{6..9} )
41
42 inherit distutils-r1