8 buildPythonPackage rec {
10 format = "setuptools";
11 pname = "ndg-httpsclient";
13 src = fetchFromGitHub {
15 repo = "ndg_httpsclient";
17 sha256 = "0lhsgs4am4xyjssng5p0vkfwqncczj1dpa0vss4lrhzq86mnn5rz";
21 propagatedBuildInputs = [
30 homepage = "https://github.com/cedadev/ndg_httpsclient/";
31 description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";
32 mainProgram = "ndg_httpclient";
33 license = licenses.bsd2;
34 maintainers = with maintainers; [ ];