Commit graph

17 commits

Author SHA1 Message Date
ryneeverett a5d2a20945 urlscan: 0.9.5 -> 0.9.6 2021-07-10 16:31:48 -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
R. RyanTM 541db58ca3 urlscan: 0.9.4 -> 0.9.5 2020-07-12 14:44:43 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 48ea4171cb urlscan: 0.9.3 -> 0.9.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/urlscan/versions
2019-09-29 00:09:43 -07:00
R. RyanTM 97903f3dc5 urlscan: 0.9.2 -> 0.9.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/urlscan/versions
2019-06-03 00:34:13 -07:00
R. RyanTM 3727a39acc urlscan: 0.9.1 -> 0.9.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/urlscan/versions
2019-01-26 18:36:47 -08:00
R. RyanTM 4f5063d5eb urlscan: 0.9.0 -> 0.9.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/urlscan/versions
2018-12-14 06:12:32 -05:00
R. RyanTM 5de659ce89 urlscan: 0.8.9 -> 0.9.0 (#45532)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urlscan/versions.
2018-08-28 00:31:03 +02:00
R. RyanTM 0bed16300c urlscan: 0.8.7 -> 0.8.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urlscan/versions.
2018-08-16 12:17:38 -07:00
Johannes Frankenau b24eccc230 urlscan: 0.8.6 -> 0.8.7 2018-03-11 10:40:56 +01:00
Johannes Frankenau 063f110e17 urlscan: 0.8.3 -> 0.8.6 (#27102)
* urlscan: 0.8.3 -> 0.8.6

Moved from python-packages.nix to all-packages.nix because this is not
a Python library but just a Python application.

* Update default.nix

* Update all-packages.nix

* Update default.nix

* Update all-packages.nix
2017-07-04 09:31:36 +02:00
Lengyel Balázs e912145eae urlscan: remove 'isPy35' dependency, as it's no longer needed 2016-12-28 18:49:49 +01:00
Bjørn Forsman 842a3010e1 Unbreak nixpkgs eval (urlscan lacked pythonOlder) 2016-12-28 13:52:15 +01:00
David Pätzel 2d38cad288 enhance python version check 2016-12-28 12:13:36 +01:00
David Pätzel 3414470d9d urlscan: init at 0.8.3 2016-12-28 12:13:36 +01:00