R. RyanTM
|
49de36f814
|
python38Packages.gspread: 3.6.0 -> 3.7.0
|
2021-03-10 12:12:33 -08:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Sandro Jäckel
|
ac391fdc0b
|
pythonPackages:google*: Noramlize names by replacing _ with -
|
2021-01-06 23:59:50 +01:00 |
|
Alex Rice
|
dc20c58d90
|
pythonPackages.gspread: fix build
|
2020-08-23 16:21:50 -07:00 |
|
Jonathan Ringer
|
0cde253727
|
pythonPackages.gspread: mark broken, missing many deps
|
2020-08-15 17:32:07 -07:00 |
|
Frederik Rietdijk
|
b05f8eb1ab
|
python: gspread: 3.3.1 -> 3.6.0
|
2020-06-11 09:59:59 +02:00 |
|
R. RyanTM
|
6f64fb9b2d
|
python27Packages.gspread: 3.3.0 -> 3.3.1
|
2020-04-13 09:43:27 -07:00 |
|
R. RyanTM
|
9ce9a32ed9
|
python27Packages.gspread: 3.1.0 -> 3.3.0
|
2020-03-19 22:02:08 +00:00 |
|
Frederik Rietdijk
|
0e5f6ea243
|
pythonpackages.gspread: fix build
|
2019-08-17 17:57:55 +02:00 |
|
Frederik Rietdijk
|
99b69b5402
|
python: gspread: 3.0.1 -> 3.1.0
|
2019-02-17 14:40:23 +01:00 |
|
Frederik Rietdijk
|
7aea1019bd
|
python: gspread: 0.2.3 -> 3.0.1
|
2018-12-03 16:50:30 +01:00 |
|
Chris Ostrouchov
|
d0d3891d8a
|
pythonPackages.gspread: refactored move to python-modules
|
2018-10-18 11:02:23 +02:00 |
|