Merge pull request #6948 from kevinmarsh/master
Add gspread python package
This commit is contained in:
commit
4afecb84e3
@ -5139,6 +5139,22 @@ 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";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Google Spreadsheets client library";
|
||||||
|
homepage = "https://github.com/burnash/gspread";
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gyp = buildPythonPackage rec {
|
gyp = buildPythonPackage rec {
|
||||||
rev = "1977";
|
rev = "1977";
|
||||||
name = "gyp-r${rev}";
|
name = "gyp-r${rev}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user