Commit graph

13 commits

Author SHA1 Message Date
Martin Weinelt eee6989393 python3Packages.PyICU: 2.7.3 -> 2.7.4 2021-06-22 13:42:37 +02:00
Michael Francis de8dbb21fb pin to icu68 2021-05-18 12:03:22 -07:00
Michael Francis 56f0c92fad pyicu: 2.6 -> 2.7.1 2021-05-18 12:03:22 -07:00
Robert Helgesson 831e64bad4
Drop maintainership for some packages 2021-04-18 09:00:18 +02:00
Robert T. McGibbon fb668e1df1 python3Packages.PyICU: 2.3.1 -> 2.6 2021-03-24 19:33:41 -04:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vladimír Čunát 326148ec9b
python*Packages.PyICU: 2.0.3 -> 2.3.1
This fixes build with our new default icu version.
The changelog seems safe:
https://github.com/ovalhub/pyicu/blob/master/CHANGES
2019-06-06 15:41:46 +02:00
Vladimír Čunát a94f0c68c7
python*Packages.PyICU: switch patch URL
... to one that works and should keep working over long term.
2019-06-06 15:40:25 +02:00
Robert Schütz f7156588b2 python.pkgs.PyICU: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2019-03-16 09:50:29 +01:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Chris Ostrouchov bf25d0a988 pythonPackages.PyICU: refactor move to python-modules 2018-10-27 09:07:20 +02:00