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/rospkg/
Date: Thu, 09 Feb 2017 17:46:51
Message-Id: 1486662362.8fad6df2d3068e5c37432355605324beb70f7534.aballier@gentoo
1 commit: 8fad6df2d3068e5c37432355605324beb70f7534
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 17:24:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 17:46:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fad6df2
7
8 dev-python/rospkg: Add pypy/3 support.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/rospkg/rospkg-1.0.41-r1.ebuild | 4 ++--
13 dev-python/rospkg/rospkg-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/rospkg/rospkg-1.0.41-r1.ebuild b/dev-python/rospkg/rospkg-1.0.41-r1.ebuild
17 index 5024f1a3a4..b1e0b7c703 100644
18 --- a/dev-python/rospkg/rospkg-1.0.41-r1.ebuild
19 +++ b/dev-python/rospkg/rospkg-1.0.41-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2016 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/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild
34 index 5024f1a3a4..b1e0b7c703 100644
35 --- a/dev-python/rospkg/rospkg-9999.ebuild
36 +++ b/dev-python/rospkg/rospkg-9999.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2016 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