mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-13 19:18:06 -07:00
dev-python/ndg-httpsclient: Add pypy3 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user