Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rebulk/
Date: Fri, 05 May 2017 14:59:50
Message-Id: 1493996373.cde5f42065a73cbff6fa8320ef64078ff949b305.mrueg@gentoo
1 commit: cde5f42065a73cbff6fa8320ef64078ff949b305
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 14:59:33 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 14:59:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde5f420
7
8 dev-python/rebulk: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/rebulk/rebulk-0.8.2.ebuild | 2 +-
13 dev-python/rebulk/rebulk-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/rebulk/rebulk-0.8.2.ebuild b/dev-python/rebulk/rebulk-0.8.2.ebuild
17 index 5f19529b2b7..4fbf9cb372d 100644
18 --- a/dev-python/rebulk/rebulk-0.8.2.ebuild
19 +++ b/dev-python/rebulk/rebulk-0.8.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/rebulk/rebulk-9999.ebuild b/dev-python/rebulk/rebulk-9999.ebuild
31 index c9299da078f..a4d9d0f5a46 100644
32 --- a/dev-python/rebulk/rebulk-9999.ebuild
33 +++ b/dev-python/rebulk/rebulk-9999.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40
41 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
42 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
43
44 inherit distutils-r1 git-r3