Add gspread python package

This commit is contained in:
Kevin Marsh 2015-03-23 13:47:53 +00:00
parent 433d30b877
commit e9c6f6b171

View File

@ -5139,6 +5139,23 @@ let
};
};
gspread = buildPythonPackage rec {
version = "0.2.3";
name = "gspread-${version}";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/g/gspread/${name}.tar.gz";
md5 = "5a71e4e3fc509dc1c4d34722f102dec1";
sha256 = "01kihhnzp60694hib6bvqzy1ikbfpmlmbrhsav7xip2jwvwmx96v";
};
meta = {
description = "Google Spreadsheets client library";
homepage = "https://github.com/burnash/gspread";
license = licenses.mit;
};
};
gyp = buildPythonPackage rec {
rev = "1977";
name = "gyp-r${rev}";