Commit graph

14 commits

Author SHA1 Message Date
R. RyanTM 4ca5652942 python38Packages.dbf: 0.99.0 -> 0.99.1 2021-03-12 16:29:12 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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 a950836b36 python: dbf: 0.98.3 -> 0.99.0 2020-08-16 19:30:57 +02:00
Robin Gloster 318e1ee4ab
treewide: structured-attrs fixes 2019-12-30 04:50:38 +01:00
R. RyanTM 72e80436cd python37Packages.dbf: 0.98.2 -> 0.98.3
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-dbf/versions
2019-09-30 22:21:10 -07:00
R. RyanTM 1fb7255690 python37Packages.dbf: 0.98.0 -> 0.98.2
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-dbf/versions
2019-07-17 09:42:09 +02:00
R. RyanTM bfe32a9723 python37Packages.dbf: 0.97.11 -> 0.98.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-dbf/versions

(cherry picked from commit e5e77d76fd46fc8a4eeae4685cc5b6d81b2df23d)
2019-04-07 13:53:40 +02:00
Frederik Rietdijk 29e48a2ec3 python: dbf: 0.97.7 -> 0.97.11 2018-07-22 16:52:38 +02:00
Frederik Rietdijk 683e788776 python: dbf: 0.97.2 -> 0.97.7 2018-06-02 13:44:38 +02:00
Frederik Rietdijk 7562c120c1 python: dbf: 0.96.8 -> 0.97.2 2018-04-08 11:34:53 +02:00
Robert Schütz 84fbf2a410 pythonPackages.dbf: fix tests 2018-02-22 01:46:10 +01:00
Rahul Gopinath b94706926b dbf: refactor 2017-05-03 11:58:29 -07:00