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/dill/
Date: Sun, 02 Feb 2020 15:34:40
Message-Id: 1580657667.b32f873f4d39ab600f0a20f4b545cf4d084226ba.mgorny@gentoo
1 commit: b32f873f4d39ab600f0a20f4b545cf4d084226ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 15:18:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 15:34:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32f873f
7
8 dev-python/dill: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dill/dill-0.2.5.ebuild | 2 +-
13 dev-python/dill/dill-0.3.0.ebuild | 2 +-
14 dev-python/dill/dill-0.3.1.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild
18 index fed37739e48..98b1dd978b6 100644
19 --- a/dev-python/dill/dill-0.2.5.ebuild
20 +++ b/dev-python/dill/dill-0.2.5.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7} )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/dill/dill-0.3.0.ebuild b/dev-python/dill/dill-0.3.0.ebuild
32 index c65d45eab49..6f550ad0469 100644
33 --- a/dev-python/dill/dill-0.3.0.ebuild
34 +++ b/dev-python/dill/dill-0.3.0.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
40 +PYTHON_COMPAT=( python3_{6,7} )
41
42 inherit distutils-r1
43
44
45 diff --git a/dev-python/dill/dill-0.3.1.1.ebuild b/dev-python/dill/dill-0.3.1.1.ebuild
46 index ec2d5b67f69..b1e50f229a0 100644
47 --- a/dev-python/dill/dill-0.3.1.1.ebuild
48 +++ b/dev-python/dill/dill-0.3.1.1.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
54 +PYTHON_COMPAT=( python3_{6,7,8} )
55
56 inherit distutils-r1