Commit graph

10 commits

Author SHA1 Message Date
Eduardo Sánchez Muñoz d0fec23e2c pythonPackages.pyface: fix build 2021-04-28 13:51:34 +02:00
Frederik Rietdijk 6a0bd5c9ec python3Packages.pyface: 7.1.0 -> 7.3.0 2021-04-03 17:49:07 +02:00
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 5a7fd27dc7 python37Packages.pyface: 7.0.1 -> 7.1.0 2020-10-28 10:14:54 -07:00
Frederik Rietdijk 3f10157ae9 python: pyface: 7.0.0 -> 7.0.1 2020-08-04 21:54:52 +02:00
Frederik Rietdijk f5f7dbb4e1 python: pyface: 6.1.2 -> 7.0.0 2020-06-11 10:00:18 +02:00
Ben Darwin 5ac182265e python3Packages.pyface: remove optional wxPython dep 2020-04-13 12:33:51 -04:00
R. RyanTM 338639e729 python27Packages.pyface: 6.1.1 -> 6.1.2 2020-03-06 07:23:19 +01:00
Josef Kemetmüller 8a6415f749 pythonPackages.pyface: init at 6.1.1 2020-02-09 10:08:43 +01:00