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: dev-python/llfuse/
Date: Wed, 05 Feb 2020 16:24:55
Message-Id: 1580919870.29084de99ed1f797cf5bbc93d41ccb0940a67afa.mgorny@gentoo
1 commit: 29084de99ed1f797cf5bbc93d41ccb0940a67afa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:13:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:24:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29084de9
7
8 dev-python/llfuse: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/llfuse/llfuse-1.3.2.ebuild | 2 +-
13 dev-python/llfuse/llfuse-1.3.4.ebuild | 2 +-
14 dev-python/llfuse/llfuse-1.3.5.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/llfuse/llfuse-1.3.2.ebuild b/dev-python/llfuse/llfuse-1.3.2.ebuild
18 index a2a5f207324..800e130cbaa 100644
19 --- a/dev-python/llfuse/llfuse-1.3.2.ebuild
20 +++ b/dev-python/llfuse/llfuse-1.3.2.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
26 +PYTHON_COMPAT=( python3_6 pypy3 )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/llfuse/llfuse-1.3.4.ebuild b/dev-python/llfuse/llfuse-1.3.4.ebuild
32 index b6e057c9001..8d6c4d0e167 100644
33 --- a/dev-python/llfuse/llfuse-1.3.4.ebuild
34 +++ b/dev-python/llfuse/llfuse-1.3.4.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
40 +PYTHON_COMPAT=( python3_6 pypy3 )
41
42 inherit distutils-r1
43
44
45 diff --git a/dev-python/llfuse/llfuse-1.3.5.ebuild b/dev-python/llfuse/llfuse-1.3.5.ebuild
46 index c5d477418d2..bce22973958 100644
47 --- a/dev-python/llfuse/llfuse-1.3.5.ebuild
48 +++ b/dev-python/llfuse/llfuse-1.3.5.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
54 +PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
55
56 inherit distutils-r1