Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xprocess/
Date: Thu, 17 Dec 2015 14:49:01
Message-Id: 1450363726.13014051a246a7ad521f05fc150604f035f6f3f7.jlec@gentoo
1 commit: 13014051a246a7ad521f05fc150604f035f6f3f7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 13:54:16 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 14:48:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13014051
7
8 dev-python/pytest-xprocess: Add pypy3 support
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pytest-xprocess/metadata.xml | 2 +-
14 dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pytest-xprocess/metadata.xml b/dev-python/pytest-xprocess/metadata.xml
18 index 3cad57f..3af550d 100644
19 --- a/dev-python/pytest-xprocess/metadata.xml
20 +++ b/dev-python/pytest-xprocess/metadata.xml
21 @@ -1,4 +1,4 @@
22 -<?xml version='1.0' encoding='UTF-8'?>
23 +<?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 <herd>python</herd>
27
28 diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
29 index bd703de..cd81175 100644
30 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
31 +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.9.1.ebuild
32 @@ -4,7 +4,7 @@
33
34 EAPI=5
35
36 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
37 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
38
39 inherit distutils-r1