diff options
Diffstat (limited to 'dev-python/ndg-httpsclient')
-rw-r--r-- | dev-python/ndg-httpsclient/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/ndg-httpsclient/Manifest b/dev-python/ndg-httpsclient/Manifest index 067968ff6e2d..4581359c85da 100644 --- a/dev-python/ndg-httpsclient/Manifest +++ b/dev-python/ndg-httpsclient/Manifest @@ -1 +1,2 @@ DIST ndg_httpsclient-0.4.0.tar.gz 24038 SHA256 e8c155fdebd9c4bcb0810b4ed01ae1987554b1ee034dd7532d7b8fdae38a6274 SHA512 3c0225a20c25cf0f12f03005bb79e738527c0488bb660c1eb3b55c505a0ef503002d37fcffb3d013e5f91101bdd03080a68d5805d6d29b682cc01bdc9f0e4a19 WHIRLPOOL 0c9c0a2cd2e5a0d2b742910129442285e4bdf1278c2590443fa00107066f5561af4249d4f1504720e8a48342ba1d0110fe8480e0adcd41ca999384bf3dc06853 +DIST ndg_httpsclient-0.4.2.tar.gz 25062 SHA256 580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac SHA512 c7d6f442242ce01f69d2386b8ed41e4e5f72a2523ecbe38785c4333405f1b000e298133ccc4169d9685a3dcdcf0b20567c8e4b2dfd36f42721d36c73ee27d90a WHIRLPOOL 97cc65e017fb5b96d2d4d858c30151a3956ce6b713e4c38cf9bc62c57be164c30a87672e431a2aa70222fae6fdf54a3477498360bb700fc98bbc50ece43aab84 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild new file mode 100644 index 000000000000..530b987c5cf1 --- /dev/null +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" +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" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="dev-python/pyopenssl[$(python_gen_usedep 'python*' pypy)]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${P/-/_}" + +# doc build by Makefile in folder documentation is broken |