From dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 10 Oct 2015 21:37:06 +0200 Subject: dev-python/ndg-httpsclient: Add pypy3 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-python/ndg-httpsclient') 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 01ec815e5018..4e670396c195 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" -- cgit v1.2.3