Commit graph

11 commits

Author SHA1 Message Date
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +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 f3939a9b75 python37Packages.pulp: 2.3.1 -> 2.4 2020-12-22 09:42:21 +01:00
R. RyanTM 03c77ee454 python37Packages.pulp: 2.3 -> 2.3.1 2020-10-28 08:41:58 -07:00
Robert Scott 26e023bfa7 pythonPackages.pulp: fix by adding new dependency amply 2020-09-13 13:23:13 +01:00
Frederik Rietdijk e8641e0703 python: PuLP: 2.1 -> 2.3 2020-08-16 19:31:10 +02:00
Matt Huszagh 1471767b55 pythonPackages.pulp: 2.0 -> 2.1 2020-06-02 21:17:34 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk b2082f0a3f python: PuLP: 1.6.8 -> 2.0 2019-12-30 16:46:45 +01:00
Jörg Thalheim 9a1b767a55
treewide: remove empty buildInputs 2019-09-26 09:17:23 +01:00
Matthieu Coudron 04b45828c6 pulp: init at 1.6.0
A python Linear Programming API.
2018-01-30 08:56:09 +09:00