Commit graph

15 commits

Author SHA1 Message Date
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 2a2f3d4aed python27Packages.msgpack-numpy: 0.4.6.1 -> 0.4.7.1 2020-11-06 11:44:28 -08:00
Frederik Rietdijk a947738ba1 python: msgpack-numpy: 0.4.6.post0 -> 0.4.6.1 2020-08-04 21:54:47 +02:00
Frederik Rietdijk 4bbce0ac89 python: msgpack-numpy: 0.4.5 -> 0.4.6.post0 2020-06-06 08:34:57 +02:00
R. RyanTM 925709e9a7 python27Packages.msgpack-numpy: 0.4.4.3 -> 0.4.5 2020-05-11 14:09:35 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Chris Hodapp eb69c899e8 python*Packages.msgpack-numpy: Update wrong description 2019-08-05 18:14:33 -04:00
Frederik Rietdijk d16ff0a573 python: msgpack-numpy: 0.4.4.2 -> 0.4.4.3 2019-06-15 08:44:05 +02:00
Frederik Rietdijk 641fc5fd95 python: msgpack-numpy: 0.4.4.1 -> 0.4.4.2 2018-12-03 16:50:38 +01:00
Frederik Rietdijk ddc70213cd python: msgpack-numpy: 0.4.3.1 -> 0.4.4.1 2018-10-13 09:50:16 +02:00
Frederik Rietdijk e264d92932 python: msgpack-numpy: 0.4.3 -> 0.4.3.1 2018-07-22 16:52:45 +02:00
Robert Schütz dcb13a7a06 python.pkgs.msgpack-numpy: replace msgpack-python by msgpack 2018-04-08 11:36:06 +02:00
Frederik Rietdijk a6a1819faf python: msgpack-numpy: 0.4.1 -> 0.4.3 2018-04-08 11:34:55 +02:00
Augustin Borsu 5568e25fa0 python.msgpack-numpy: init 0.4.1 2018-03-14 20:29:07 +01:00