Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-engineio/
Date: Tue, 22 Dec 2015 21:49:14
Message-Id: 1450820937.0882d360d62537da96670104803d16fd45900008.zmedico@gentoo
1 commit: 0882d360d62537da96670104803d16fd45900008
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 21:45:03 2015 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 21:48:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0882d360
7
8 dev-python/python-engineio: add pypy and pypy3 to PYTHON_COMPAT
9
10 Also, remove test dependencies which are unsatisfiable due to this
11 change.
12
13 Package-Manager: portage-2.2.26
14
15 dev-python/python-engineio/python-engineio-0.8.1.ebuild | 9 ++-------
16 1 file changed, 2 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/python-engineio/python-engineio-0.8.1.ebuild b/dev-python/python-engineio/python-engineio-0.8.1.ebuild
19 index 6f1d617..53e64a8 100644
20 --- a/dev-python/python-engineio/python-engineio-0.8.1.ebuild
21 +++ b/dev-python/python-engineio/python-engineio-0.8.1.ebuild
22 @@ -3,7 +3,7 @@
23 # $Id$
24
25 EAPI=5
26 -PYTHON_COMPAT=( python{2_7,3_4} )
27 +PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
28
29 inherit distutils-r1
30
31 @@ -18,12 +18,7 @@ IUSE="test"
32
33 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
34 DEPEND="${RDEPEND}
35 - dev-python/setuptools[${PYTHON_USEDEP}]
36 - test? (
37 - dev-python/eventlet[${PYTHON_USEDEP}]
38 - dev-python/mock[${PYTHON_USEDEP}]
39 - dev-python/pbr[${PYTHON_USEDEP}]
40 - )"
41 + dev-python/setuptools[${PYTHON_USEDEP}]"
42
43 # pypi tarball does not contain tests
44 RESTRICT="test"