Commit graph

11 commits

Author SHA1 Message Date
Fabian Affolter 02a0928803 python3Packages.sortedcollections: 1.2.3 -> 2.1.0 2021-01-20 08:58:03 +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
Fabian Affolter 25e483b3c3 python3Packages.sortedcollections: update attributes 2021-01-10 15:41:18 +01:00
Fabian Affolter 4a91e76fae python3Packages.sortedcollections: use GitHub as source and enable tests
python3Packages.sortedcollections: enable tests

python3Packages.sortedcollections: add pythonImportsCheck
2021-01-10 15:41:06 +01:00
Fabian Affolter 09010da567 python3Packages.sortedcollections: 1.2.1 -> 1.2.3 2021-01-10 15:37:39 +01:00
R. RyanTM 049bf09696 python27Packages.sortedcollections: 1.1.2 -> 1.2.1 2020-07-06 18:00:25 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace 8a9e1e63da
pythonPackages.sortedcollections: cleanup 2019-01-16 18:56:29 +00:00
R. RyanTM 1d7411f294 python37Packages.sortedcollections: 1.0.1 -> 1.1.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-sortedcollections/versions
2019-01-16 09:48:50 -08:00
R. RyanTM 50ebd47b8a python36Packages.sortedcollections: 0.4.2 -> 1.0.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.6-sortedcollections/versions
2018-10-24 10:20:40 +02:00
Chris Ostrouchov bf98e3b446 pythonPackages.sortedcollections: refactor move to python-modules 2018-10-18 11:02:23 +02:00