Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/warlock/
Date: Mon, 27 Feb 2017 06:00:25
Message-Id: 1488175159.7ee3ba9dc689d2891eeb11f17f750eb7b593c68d.zmedico@gentoo
1 commit: 7ee3ba9dc689d2891eeb11f17f750eb7b593c68d
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 05:59:19 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 05:59:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee3ba9d
7
8 dev-python/warlock: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/warlock/warlock-1.1.0.ebuild | 4 ++--
13 dev-python/warlock/warlock-1.2.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/warlock/warlock-1.1.0.ebuild b/dev-python/warlock/warlock-1.1.0.ebuild
17 index fd334376c2..7070b1df0e 100644
18 --- a/dev-python/warlock/warlock-1.1.0.ebuild
19 +++ b/dev-python/warlock/warlock-1.1.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27 -PYTHON_COMPAT=( python2_7 python3_4 )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29
30 inherit distutils-r1
31
32
33 diff --git a/dev-python/warlock/warlock-1.2.0.ebuild b/dev-python/warlock/warlock-1.2.0.ebuild
34 index 3f11d2fba4..cd6e2b3579 100644
35 --- a/dev-python/warlock/warlock-1.2.0.ebuild
36 +++ b/dev-python/warlock/warlock-1.2.0.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2017 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 EAPI=5
44 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
45 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
46
47 inherit distutils-r1