Commit Graph

28 Commits

Author SHA1 Message Date
Martin Weinelt
8056f9250c
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.

This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
2023-12-20 20:16:39 +01:00
pacien
1dfada3106 urlscan: set meta.mainProgram 2023-12-11 21:45:13 +01:00
Paul Meyer
2c97a5caa7 maintainers: remove jfrankenau
due to inactivity.
2023-11-20 08:44:58 +01:00
Fabian Affolter
1313c5c101 urlscan: 1.0.0 -> 1.0.1
Diff: https://github.com/firecat53/urlscan/compare/refs/tags/1.0.0...1.0.1

Changelog: https://github.com/firecat53/urlscan/releases/tag/1.0.1
2023-08-08 11:46:42 +02:00
Fabian Affolter
67b8982a7a urlscan: 0.9.10 -> 1.0.0
Changelog: https://github.com/firecat53/urlscan/releases/tag/1.0.0
2023-07-23 09:10:58 +02:00
Fabian Affolter
62e11bcb58 urlscan: migrate to python3.pkgs 2023-07-05 09:32:33 +02:00
Fabian Affolter
714410a12c urlscan: add changelog to meta 2023-07-05 09:27:36 +02:00
Lucas Hoffmann
7f77ad5244 urlscan: 0.9.9 -> 0.9.10 2022-08-04 06:29:47 +02:00
R. Ryantm
42ddf4aea4 urlscan: 0.9.8 -> 0.9.9 2022-01-30 19:10:08 +00:00
Fabian Affolter
299c9bd389 urlscan: 0.9.7 -> 0.9.8 2022-01-02 00:45:08 +01:00
Fabian Affolter
c15eb6722d urlscan: 0.9.6 -> 0.9.7 2021-10-12 09:37:14 +02:00
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