Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/
Date: Mon, 27 Feb 2017 17:10:32
Message-Id: 1488215364.6c59bf8ba2b5efc6d2596f095d2a911addc273c9.aballier@gentoo
1 commit: 6c59bf8ba2b5efc6d2596f095d2a911addc273c9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 15:57:54 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 17:09:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c59bf8b
7
8 dev-python/rosdistro: Add python 3.6 pypy/3 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/rosdistro/rosdistro-0.6.1.ebuild | 2 +-
13 dev-python/rosdistro/rosdistro-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/rosdistro/rosdistro-0.6.1.ebuild b/dev-python/rosdistro/rosdistro-0.6.1.ebuild
17 index 6f235cc43c..4afd2fb4f0 100644
18 --- a/dev-python/rosdistro/rosdistro-0.6.1.ebuild
19 +++ b/dev-python/rosdistro/rosdistro-0.6.1.ebuild
20 @@ -3,7 +3,7 @@
21 # $Id$
22
23 EAPI=5
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
26
27 SCM=""
28 if [ "${PV#9999}" != "${PV}" ] ; then
29
30 diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild
31 index 747ddca50b..4afd2fb4f0 100644
32 --- a/dev-python/rosdistro/rosdistro-9999.ebuild
33 +++ b/dev-python/rosdistro/rosdistro-9999.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 EAPI=5
41 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
42 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
43
44 SCM=""
45 if [ "${PV#9999}" != "${PV}" ] ; then