mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
Add gspread python package
This commit is contained in:
parent
433d30b877
commit
e9c6f6b171
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user