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: Thu, 02 Aug 2018 15:55:49
Message-Id: 1533225336.92ca536a253454cd4ba4a2f48d8664c8357a8e5f.chymera@gentoo
1 commit: 92ca536a253454cd4ba4a2f48d8664c8357a8e5f
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Thu Aug 2 15:55:36 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 2 15:55:36 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=92ca536a
7
8 sci-libs/pybids: EAPI and PYTHON_COMPAT bump
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 sci-libs/pybids/pybids-0.5.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/pybids/pybids-0.5.0.ebuild b/sci-libs/pybids/pybids-0.5.0.ebuild
16 index 2a2ecf29e..65c268624 100644
17 --- a/sci-libs/pybids/pybids-0.5.0.ebuild
18 +++ b/sci-libs/pybids/pybids-0.5.0.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28
29 inherit distutils-r1