Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/
Date: Sat, 02 May 2020 04:31:06
Message-Id: 1588393852.0da48093f924ae3a6d266c5838412269397323fe.prometheanfire@gentoo
1 commit: 0da48093f924ae3a6d266c5838412269397323fe
2 Author: Andrew Udvare <audvare <AT> gmail <DOT> com>
3 AuthorDate: Fri May 1 22:45:25 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 04:30:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da48093
7
8 dev-python/cliff: add python3_8 to PYTHON_COMPAT
9
10 Signed-off-by: Andrew Udvare <audvare <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/cliff/{cliff-2.12.0-r2.ebuild => cliff-2.12.0-r3.ebuild} | 2 +-
14 dev-python/cliff/{cliff-2.18.0.ebuild => cliff-2.18.0-r1.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r3.ebuild
18 similarity index 97%
19 rename from dev-python/cliff/cliff-2.12.0-r2.ebuild
20 rename to dev-python/cliff/cliff-2.12.0-r3.ebuild
21 index d702e55c0eb..0342023910d 100644
22 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild
23 +++ b/dev-python/cliff/cliff-2.12.0-r3.ebuild
24 @@ -2,7 +2,7 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 -PYTHON_COMPAT=( python{3_6,3_7} )
29 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
30 VIRTUALX_REQUIRED="test"
31
32 inherit distutils-r1 virtualx
33
34 diff --git a/dev-python/cliff/cliff-2.18.0.ebuild b/dev-python/cliff/cliff-2.18.0-r1.ebuild
35 similarity index 98%
36 rename from dev-python/cliff/cliff-2.18.0.ebuild
37 rename to dev-python/cliff/cliff-2.18.0-r1.ebuild
38 index ae96648b505..9fa5d8c0e8d 100644
39 --- a/dev-python/cliff/cliff-2.18.0.ebuild
40 +++ b/dev-python/cliff/cliff-2.18.0-r1.ebuild
41 @@ -3,7 +3,7 @@
42
43 EAPI=7
44
45 -PYTHON_COMPAT=( python3_{6,7} )
46 +PYTHON_COMPAT=( python3_{6,7,8} )
47 DISTUTILS_USE_SETUPTOOLS=rdepend
48 # entry_points is added via [entry_points] in setup.cfg
49 _DISTUTILS_SETUPTOOLS_WARNED=1