Commit graph

16 commits

Author SHA1 Message Date
Frederik Rietdijk 8617776c00 python3Packages.Jinja2: 2.11.2 -> 2.11.3 2021-02-26 11:01:45 +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
luc65r f6fceb321b Remove trailing whitespaces and fix indentation 2020-12-28 08:43:32 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech deced30f9a python3Packages.jinja2: fix dependencies 2020-08-26 10:38:08 -07:00
Frederik Rietdijk fefbfd50b3 python3Packages.Jinja2: 2.11.1 -> 2.11.2 2020-05-11 22:12:48 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rnhmjoj 655b9c3400
python2Packages.jinja2: disable tests on 32bit systems 2020-02-24 14:39:39 +01:00
Frederik Rietdijk 183c6b91db python: Jinja2: 2.10.3 -> 2.11.1 2020-02-09 09:17:31 +01:00
Frederik Rietdijk ecec131701 python: Jinja2: 2.10.1 -> 2.10.3 2019-10-18 09:53:58 +02:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Robert Schütz c890a3dd0f python.pkgs.jinja2: run tests 2019-04-26 13:41:30 +02:00
Frederik Rietdijk 5bcf82723a python: Jinja2: 2.10 -> 2.10.1 2019-04-18 12:42:40 +02:00
Frederik Rietdijk e6f18ba0e0 pythonPackages.jinja2: disable tests 2018-08-25 07:38:34 +02:00
Robert Schütz 8387836428 pythonPackages.jinja2: 2.9.6 -> 2.10 2018-02-03 01:46:35 +01:00
Robin Gloster 46abd5f764
python.pkgs.jinja2: enable tests 2017-12-26 20:39:26 +01:00
Frederik Rietdijk 67651d80bc Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
2017-09-06 13:54:10 +02:00