6 buildPythonPackage rec {
11 url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gdata-python-client/${pname}-${version}.tar.gz";
12 sha256 = "1dpxl5hwyyqd71avpm5vkvw8fhlvf9liizmhrq9jphhrx0nx5rsn";
15 # Fails with "error: invalid command 'test'"
19 homepage = "https://github.com/google/gdata-python-client";
20 description = "Python client library for Google data APIs";
21 license = licenses.asl20;