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/cssselect/
Date: Fri, 25 Sep 2015 07:11:33
Message-Id: 1443165084.fd620caa51452800d3aa3dc70b833c31ea8d69c3.jlec@gentoo
1 commit: fd620caa51452800d3aa3dc70b833c31ea8d69c3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 07:03:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 07:11:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd620caa
7
8 dev-python/cssselect: Add pypy support
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/cssselect/cssselect-0.9.1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild b/dev-python/cssselect/cssselect-0.9.1.ebuild
17 index 29aed45..453bc03 100644
18 --- a/dev-python/cssselect/cssselect-0.9.1.ebuild
19 +++ b/dev-python/cssselect/cssselect-0.9.1.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
25 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy)
26
27 inherit distutils-r1
28
29 @@ -17,7 +17,8 @@ SLOT="0"
30 KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
31 IUSE="doc test"
32
33 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
34 +DEPEND="
35 + dev-python/setuptools[${PYTHON_USEDEP}]
36 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
37 test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
38 RDEPEND=""