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/ndg-httpsclient/
Date: Sun, 11 Oct 2015 07:05:41
Message-Id: 1444547116.dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae.jlec@gentoo
1 commit: dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 19:37:06 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 07:05:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad37e8b
7
8 dev-python/ndg-httpsclient: Add pypy3 support
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
17 index 01ec815..4e67039 100644
18 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
19 +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
20 @@ -3,12 +3,14 @@
21 # $Id$
22
23 EAPI=5
24 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
25 +
26 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
27
28 inherit distutils-r1
29
30 DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
31 -HOMEPAGE="https://github.com/cedadev/ndg_httpsclient/
32 +HOMEPAGE="
33 + https://github.com/cedadev/ndg_httpsclient/
34 https://pypi.python.org/pypi/ndg-httpsclient"
35 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"