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/aniso8601/
Date: Mon, 03 Feb 2020 20:46:18
Message-Id: 1580762757.617c1b8f02d9a2f1dcd5b053f78a74d144595fb5.mgorny@gentoo
1 commit: 617c1b8f02d9a2f1dcd5b053f78a74d144595fb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 20:37:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 20:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617c1b8f
7
8 dev-python/aniso8601: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aniso8601/aniso8601-1.3.0.ebuild | 2 +-
13 dev-python/aniso8601/aniso8601-3.0.0.ebuild | 2 +-
14 dev-python/aniso8601/aniso8601-3.0.2.ebuild | 2 +-
15 dev-python/aniso8601/aniso8601-4.0.1.ebuild | 5 ++---
16 4 files changed, 5 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-python/aniso8601/aniso8601-1.3.0.ebuild b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
19 index b7ddea2ddc0..5f5df95319d 100644
20 --- a/dev-python/aniso8601/aniso8601-1.3.0.ebuild
21 +++ b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
27 +PYTHON_COMPAT=( python3_6 pypy3 )
28
29 inherit distutils-r1
30
31
32 diff --git a/dev-python/aniso8601/aniso8601-3.0.0.ebuild b/dev-python/aniso8601/aniso8601-3.0.0.ebuild
33 index a04ddfef77f..fd6f9abd9f2 100644
34 --- a/dev-python/aniso8601/aniso8601-3.0.0.ebuild
35 +++ b/dev-python/aniso8601/aniso8601-3.0.0.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
41 +PYTHON_COMPAT=( python3_6 pypy3 )
42
43 inherit distutils-r1
44
45
46 diff --git a/dev-python/aniso8601/aniso8601-3.0.2.ebuild b/dev-python/aniso8601/aniso8601-3.0.2.ebuild
47 index 35c08d46190..bb7a27ade76 100644
48 --- a/dev-python/aniso8601/aniso8601-3.0.2.ebuild
49 +++ b/dev-python/aniso8601/aniso8601-3.0.2.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=6
54 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
55 +PYTHON_COMPAT=( python3_6 pypy3 )
56
57 inherit distutils-r1
58
59
60 diff --git a/dev-python/aniso8601/aniso8601-4.0.1.ebuild b/dev-python/aniso8601/aniso8601-4.0.1.ebuild
61 index bfa2cb8ec8c..3251321fa7c 100644
62 --- a/dev-python/aniso8601/aniso8601-4.0.1.ebuild
63 +++ b/dev-python/aniso8601/aniso8601-4.0.1.ebuild
64 @@ -2,7 +2,7 @@
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
69 +PYTHON_COMPAT=( python3_{6,7} pypy3 )
70
71 inherit distutils-r1
72
73 @@ -17,8 +17,7 @@ IUSE="test"
74 RESTRICT="!test? ( test )"
75
76 RDEPEND=">=dev-python/python-dateutil-2.7.3[${PYTHON_USEDEP}]"
77 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
78 - test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
79 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
80
81 PATCHES=( "${FILESDIR}"/${P}-mock.patch )