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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jonathan Ringer
128d6068cb
pythonPackages.bonfire: mark broken
...
arrow package now only allows for time attributes
to be in the singular form (minute vs minutes).
bonfire also does not seem to be actively maintained
2019-12-30 16:46:51 +01:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Mario Rodas
59d07914da
bonfire: fix build with pytest 4
2019-08-13 09:18:25 +02:00
Robert Schütz
8f115c02a5
bonfire: use pytest_3
...
Otherwise, tests fail with
> Failed: [pytest] section in setup.cfg files is no longer supported, change to [tool:pytest] instead.
2019-03-18 16:56:54 +01:00
Maximilian Bosch
ada7cf0c66
bonfire: fix build
...
The build could be fixed by loosening the constraint for `click` (which
is currently at 7.0 in master). The CLI interface remains functional
with v7.
See also https://hydra.nixos.org/build/86455177
2019-01-10 17:29:35 -05:00
Robert Schütz
889cbd5c12
bonfire: fix build
...
Loosen version constraints to not have an upper bound.
The upper bounds would have to be updated again on the next keyring
update, so they don't make sense.
2018-04-08 11:36:05 +02:00
Maximilian Bosch
ba4d57b529
bonfire: fix build
...
The requirement's constraint for `pythonPackages.keyring` didn't allow
keyring v11. However it has been bumped in 93a16a2ace
by @FRidh.
Current failure: https://nix-cache.s3.amazonaws.com/log/2nw5adfx86jwiax32mn11kqpc35xwhsh-bonfire-unstable-2017-01-19.drv
See ticket #36453
2018-03-09 11:55:55 +01:00
Kranium Gikos Mendoza
d135d14214
bonfire: bump arrow dependency
2018-02-03 10:35:14 +11:00
Kranium Gikos Mendoza
11b4512033
bonfire: init at 0.0.7
2017-10-04 21:18:30 +11:00