Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/
Date: Mon, 26 Mar 2018 18:45:45
Message-Id: 1522089904.96751bcaa6d617ff04046e54cda52603669aff1d.bman@gentoo
1 commit: 96751bcaa6d617ff04046e54cda52603669aff1d
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 25 11:10:05 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 18:45:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96751bca
7
8 dev-python/enzyme: add Python 3.6 support
9
10 Tests pass.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13 Closes: https://github.com/gentoo/gentoo/pull/7624
14
15 dev-python/enzyme/enzyme-0.4.1-r2.ebuild | 4 ++--
16 dev-python/enzyme/enzyme-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
20 index 23e0d26b393..69c23ce3873 100644
21 --- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
22 +++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
31 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
32 PYTHON_REQ_USE='xml(+)'
33
34 inherit distutils-r1
35
36 diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild
37 index c9d243a749c..3c717ab3550 100644
38 --- a/dev-python/enzyme/enzyme-9999.ebuild
39 +++ b/dev-python/enzyme/enzyme-9999.ebuild
40 @@ -1,9 +1,9 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46
47 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
48 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
49 PYTHON_REQ_USE='xml(+)'
50
51 inherit distutils-r1 git-r3