commit:     dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 19:37:06 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:05:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad37e8b

dev-python/ndg-httpsclient: Add pypy3 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild 
b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
index 01ec815..4e67039 100644
--- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
+++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild
@@ -3,12 +3,14 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using 
PyOpenSSL"
-HOMEPAGE="https://github.com/cedadev/ndg_httpsclient/
+HOMEPAGE="
+       https://github.com/cedadev/ndg_httpsclient/
        https://pypi.python.org/pypi/ndg-httpsclient";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz"
 

Reply via email to