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: Mon, 28 Jan 2019 19:13:47
Message-Id: 1548635117.e94dbd0f1abc0f3ea940c9dce7d23bd44278c25b.prometheanfire@gentoo
1 commit: e94dbd0f1abc0f3ea940c9dce7d23bd44278c25b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 23:27:13 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 00:25:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94dbd0f
7
8 dev-python/cliff: add py37 support
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/cliff/cliff-2.12.0-r2.ebuild | 4 ++--
14 dev-python/cliff/cliff-2.12.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild
18 index 88264447c36..3bfae9d9401 100644
19 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild
20 +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
29 VIRTUALX_REQUIRED="test"
30
31 inherit distutils-r1 virtualx
32
33 diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild
34 index 982051ba5b1..ee298f09d81 100644
35 --- a/dev-python/cliff/cliff-2.12.0.ebuild
36 +++ b/dev-python/cliff/cliff-2.12.0.ebuild
37 @@ -1,8 +1,8 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 +# Copyright 1999-2019 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
44 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
45
46 inherit distutils-r1