Commit graph

15 commits

Author SHA1 Message Date
Robert Schütz 1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Jonathan Ringer f7fc07717e python3Packages.django_silk: add missing dep, setuptools-scm 2021-04-22 08:23:14 -07:00
Robert Scott 9bf2f4b897 pythonPackages.django_silk: 4.0.1 -> 4.1.0 2021-01-30 23:55:30 +00: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
Robert Scott 91c4357388 pythonPackages.django_silk: 3.0.4 -> 4.0.1
update meta.homepage too
2020-07-28 12:15:34 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM a65a72f2de python37Packages.django_silk: 3.0.3 -> 3.0.4
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-django-silk/versions
2019-09-27 22:51:52 -07:00
Robert Scott de0b514468 pythonPackages.django_silk: 3.0.2 -> 3.0.3 2019-08-24 16:59:20 +01:00
Robert Scott d56d324f38 pythonPackages.django_silk: add self as maintainer 2019-06-02 23:44:11 +01:00
Robert Scott 0fb023825e pythonPackages.django_silk: enable tests 2019-06-02 23:43:57 +01:00
Robert Scott bd89694ca3 pythonPackages.django_silk: fix build by adding gprof2dot dependency 2019-06-02 19:29:46 +01:00
Frederik Rietdijk 5631b377e5 python: django-silk: 3.0.1 -> 3.0.2 2019-04-24 18:43:25 +02:00
Frederik Rietdijk 6c84aae196 python: django-silk: 0.5.6 -> 3.0.1 2018-12-03 16:50:29 +01:00
Chris Ostrouchov e0d349a5f1 pythonPackages.django_silk: refactor move to python-modules 2018-10-17 07:46:59 +02:00