Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zope-event/
Date: Sun, 07 May 2017 18:43:36
Message-Id: 1494182598.67aa5c7fa7909b67270b90325ea621ff87fe4083.mgorny@gentoo
1 commit: 67aa5c7fa7909b67270b90325ea621ff87fe4083
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 09:16:41 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 18:43:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67aa5c7f
7
8 dev-python/zope-event: Tested on pypy3
9
10 dev-python/zope-event/zope-event-4.2.0-r1.ebuild | 2 +-
11 dev-python/zope-event/zope-event-4.2.0.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-python/zope-event/zope-event-4.2.0-r1.ebuild b/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
15 index fb4a47f9e82..beab379acd8 100644
16 --- a/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
17 +++ b/dev-python/zope-event/zope-event-4.2.0-r1.ebuild
18 @@ -2,7 +2,7 @@
19 # Distributed under the terms of the GNU General Public License v2
20
21 EAPI=6
22 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
23 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
24
25 inherit distutils-r1
26 MY_PN=zope.event
27
28 diff --git a/dev-python/zope-event/zope-event-4.2.0.ebuild b/dev-python/zope-event/zope-event-4.2.0.ebuild
29 index e9072ce3258..1a533c01cc4 100644
30 --- a/dev-python/zope-event/zope-event-4.2.0.ebuild
31 +++ b/dev-python/zope-event/zope-event-4.2.0.ebuild
32 @@ -2,7 +2,7 @@
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=6
36 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
38
39 inherit distutils-r1
40 MY_PN=zope.event