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, 10 Jan 2020 13:27:02
Message-Id: 1578662809.3977895bccf34df094284f397a583883a22c575a.chymera@gentoo
1 commit: 3977895bccf34df094284f397a583883a22c575a
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Fri Jan 10 13:26:49 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Fri Jan 10 13:26:49 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3977895b
7
8 sci-libs/pybids: deprecated PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/pybids/pybids-0.5.0.ebuild | 4 ++--
14 sci-libs/pybids/pybids-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-libs/pybids/pybids-0.5.0.ebuild b/sci-libs/pybids/pybids-0.5.0.ebuild
18 index 65c268624..89c29a831 100644
19 --- a/sci-libs/pybids/pybids-0.5.0.ebuild
20 +++ b/sci-libs/pybids/pybids-0.5.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29 +PYTHON_COMPAT=( python3_6 )
30
31 inherit distutils-r1
32
33
34 diff --git a/sci-libs/pybids/pybids-9999.ebuild b/sci-libs/pybids/pybids-9999.ebuild
35 index 397820db4..5d2e6eff9 100644
36 --- a/sci-libs/pybids/pybids-9999.ebuild
37 +++ b/sci-libs/pybids/pybids-9999.ebuild
38 @@ -1,7 +1,7 @@
39 -# Copyright 1999-2018 Gentoo Foundation
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=6
44 +EAPI=7
45
46 PYTHON_COMPAT=( python{2_7,3_4,3_5} )