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/bmrblib/
Date: Sun, 02 Aug 2020 12:03:06
Message-Id: 1596369773.5ddf64cc479e4e47ffbd3ae16ed8922378bfaeb5.mgorny@gentoo
1 commit: 5ddf64cc479e4e47ffbd3ae16ed8922378bfaeb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 11:55:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 12:02:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddf64cc
7
8 sci-libs/bmrblib: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/bmrblib/bmrblib-1.0.3.ebuild | 2 +-
13 sci-libs/bmrblib/bmrblib-1.0.4.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
17 index 3211e7e1071..dbc65bf5220 100644
18 --- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
19 +++ b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_6 )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1
28
29
30 diff --git a/sci-libs/bmrblib/bmrblib-1.0.4.ebuild b/sci-libs/bmrblib/bmrblib-1.0.4.ebuild
31 index c2172521260..90ffd725443 100644
32 --- a/sci-libs/bmrblib/bmrblib-1.0.4.ebuild
33 +++ b/sci-libs/bmrblib/bmrblib-1.0.4.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python2_7 python3_{6..9} )
39 +PYTHON_COMPAT=( python3_{6..9} )
40
41 inherit distutils-r1