diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-10 21:37:06 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-11 09:05:16 +0200 |
commit | dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae (patch) | |
tree | c264c2b8e0ebaa2b42d30fa393df4e9d4bf0f534 /dev-python/ndg-httpsclient | |
parent | dev-python/pyopenssl: Add pypy3 support (diff) | |
download | gentoo-dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae.tar.gz gentoo-dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae.tar.bz2 gentoo-dad37e8b1e43ea4ab4a232efc77b8e458f9c60ae.zip |
dev-python/ndg-httpsclient: Add pypy3 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ndg-httpsclient')
-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" |