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/catkin_pkg/
Date: Thu, 09 Feb 2017 17:46:50
Message-Id: 1486662361.0767d97cf3a8d556f95992a4947a3a78ff2064e2.aballier@gentoo
1 commit: 0767d97cf3a8d556f95992a4947a3a78ff2064e2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 16:38:06 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 17:46:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0767d97c
7
8 dev-python/catkin_pkg: Add pypy/3 support.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild | 4 ++--
13 dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild
17 index 5b951016ad..fbc5d3f2d0 100644
18 --- a/dev-python/catkin_pkg/catkin_pkg-0.2.10.ebuild
19 +++ b/dev-python/catkin_pkg/catkin_pkg-0.2.10.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=( python{2_7,3_4,3_5} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
29
30 SCM=""
31 if [ "${PV#9999}" != "${PV}" ] ; then
32
33 diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
34 index 5b951016ad..fbc5d3f2d0 100644
35 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
36 +++ b/dev-python/catkin_pkg/catkin_pkg-9999.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=( python{2_7,3_4,3_5} )
45 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
46
47 SCM=""
48 if [ "${PV#9999}" != "${PV}" ] ; then