diff options
Diffstat (limited to 'dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild')
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 6 |
1 files 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 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" |