Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/blis/
Date: Mon, 10 Feb 2020 13:26:57
Message-Id: 1581341187.ea255867d6176dbf0f2b30fa20882c70ca5981e2.mgorny@gentoo
1 commit: ea255867d6176dbf0f2b30fa20882c70ca5981e2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:05:48 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea255867
7
8 sci-libs/blis: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/blis/blis-0.5.2.ebuild | 2 +-
13 sci-libs/blis/blis-0.6.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/blis/blis-0.5.2.ebuild b/sci-libs/blis/blis-0.5.2.ebuild
17 index 2ac88177874..da1dc245a04 100644
18 --- a/sci-libs/blis/blis-0.5.2.ebuild
19 +++ b/sci-libs/blis/blis-0.5.2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
25 +PYTHON_COMPAT=( python3_{6,7} )
26 inherit python-any-r1
27
28 DESCRIPTION="BLAS-like Library Instantiation Software Framework"
29
30 diff --git a/sci-libs/blis/blis-0.6.0.ebuild b/sci-libs/blis/blis-0.6.0.ebuild
31 index 7c50cdadba0..15eff4fa716 100644
32 --- a/sci-libs/blis/blis-0.6.0.ebuild
33 +++ b/sci-libs/blis/blis-0.6.0.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
39 +PYTHON_COMPAT=( python3_{6,7} )
40 inherit python-any-r1
41
42 DESCRIPTION="BLAS-like Library Instantiation Software Framework"