7 buildPythonPackage rec {
10 format = "setuptools";
13 url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gdata-python-client/${pname}-${version}.tar.gz";
14 sha256 = "1dpxl5hwyyqd71avpm5vkvw8fhlvf9liizmhrq9jphhrx0nx5rsn";
17 # Fails with "error: invalid command 'test'"
21 homepage = "https://github.com/google/gdata-python-client";
22 description = "Python client library for Google data APIs";
23 license = licenses.asl20;