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 10:07:06
Message-Id: 1443175619.6225666517e5102a527ddab0729e276d375003bf.jlec@gentoo
1 commit: 6225666517e5102a527ddab0729e276d375003bf
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 09:51:02 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 10:06:59 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62256665
7
8 dev-python/cssselect: Drop pypy support again due to unsatified deps
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 | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild b/dev-python/cssselect/cssselect-0.9.1.ebuild
17 index 453bc03..76d83c1 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} pypy)
25 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
26
27 inherit distutils-r1