Commit graph

12 commits

Author SHA1 Message Date
Frederik Rietdijk 4d556e7069 python3Packages.xcffib: 0.11.0 -> 0.11.1 2021-02-26 11:01:59 +01: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
Frederik Rietdijk 5f3c230c11 python3Packages.xcffib: 0.10.1 -> 0.11.0 2020-12-01 14:44:22 +01:00
Jonathan Ringer 09f4d3d493 python3Packages.xcffib: fix tests 2020-08-26 12:38:57 +02:00
Frederik Rietdijk 8520266cd9 python: xcffib: 0.9.0 -> 0.10.1 2020-08-16 19:31:20 +02:00
R. RyanTM 5e1b5b7551 python27Packages.xcffib: 0.8.1 -> 0.9.0 2020-01-07 09:40:41 -08:00
R. RyanTM fb5ce30e28 python37Packages.xcffib: 0.8.0 -> 0.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xcffib/versions
2019-06-17 20:06:15 -07:00
R. RyanTM ca123bf7ba python37Packages.xcffib: 0.7.0 -> 0.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xcffib/versions
2019-05-12 17:07:49 -07:00
R. RyanTM cf1c04cc28 python37Packages.xcffib: 0.6.0 -> 0.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xcffib/versions
2019-03-11 16:25:29 -07:00
Frederik Rietdijk 28ada28a7c python: xcffib: 0.5.1 -> 0.6.0 2018-04-08 11:34:56 +02:00
adisbladis 1b0f730a73 pythonPackages.xcffib: 0.3.2 -> 0.5.1 2018-02-01 09:04:13 +01:00