pythonPackages.google_api_python_client: 1.2 -> 1.5.1
This commit is contained in:
parent
fbb7378ad7
commit
570b575d66
@ -10483,14 +10483,18 @@ in modules // {
|
||||
};
|
||||
|
||||
google_api_python_client = buildPythonPackage rec {
|
||||
name = "google-api-python-client-1.2";
|
||||
name = "google-api-python-client-${version}";
|
||||
version = "1.5.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://google-api-python-client.googlecode.com/files/google-api-python-client-1.2.tar.gz";
|
||||
sha256 = "0xd619w71xk4ldmikxqhaaqn985rc2hy4ljgwfp50jb39afg7crw";
|
||||
url = "mirror://pypi/g/${name}.tar.gz";
|
||||
sha256 = "1ggxk094vqr4ia6yq7qcpa74b4x5cjd5mj74rq0xx9wp2jkrxmig";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ httplib2 ];
|
||||
# No tests included in archive
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = with self; [ httplib2 six oauth2client uritemplate ];
|
||||
|
||||
meta = {
|
||||
description = "The core Python library for accessing Google APIs";
|
||||
|
Loading…
Reference in New Issue
Block a user