Commit graph

14 commits

Author SHA1 Message Date
Sandro Jäckel 7989e3968e
pythonPackages.diff_cover: remove unused input 2021-02-17 23:12:26 +01: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
R. RyanTM f62aa57abb python37Packages.diff_cover: 3.0.1 -> 4.0.1 2020-10-17 10:54:48 -07:00
Frederik Rietdijk d89527fd97 python: diff_cover: 2.6.1 -> 3.0.1 2020-06-11 09:59:56 +02:00
R. RyanTM 4dd53b2fc2 python27Packages.diff_cover: 2.6.0 -> 2.6.1 2020-04-13 09:27:33 +00:00
R. RyanTM 39ab83dc8d python27Packages.diff_cover: 2.5.2 -> 2.6.0 2020-02-13 12:02:42 +00:00
R. RyanTM f567824479 python27Packages.diff_cover: 2.5.0 -> 2.5.2 2020-01-22 17:01:28 -08:00
Frederik Rietdijk f2a6a6dabc python: diff_cover: 2.4.1 -> 2.5.0 2019-12-30 16:46:41 +01:00
R. RyanTM 48d6378c04 python38Packages.diff_cover: 2.4.0 -> 2.4.1 2019-11-28 15:13:46 -08:00
Frederik Rietdijk 62a0bef414 python: diff_cover: 2.3.0 -> 2.4.0 2019-10-27 16:26:40 +01:00
Jonathan Ringer 7045cc8336 pythonPackages.diff_cover: 1.0.2 -> 2.3.0 2019-10-18 09:54:05 +02:00
Maximilian Bosch 7dd7638cba
pythonPackages.diff_cover: fix build
In order to adjust the language with `LC_ALL` properly the
`glibcLocales` is needed as `checkInput`. This was the only thing
preventing the testsuite from passing.

See ticket #36453
See https://hydra.nixos.org/build/70682982/nixlog/3
2018-03-14 19:43:44 +01:00
Maxim Dzabraev 16cc4ff070 diff_cover: init at 1.0.2 2018-01-19 19:46:56 +03:00