Commit graph

10 commits

Author SHA1 Message Date
Martin Weinelt
59b1aef590
python3Packages: format with nixfmt 2024-05-22 17:32:03 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
adisbladis
02dab4ab5c python3.pkgs.*: Explicitly pass buildPythonPackage format parameter
Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.

cc https://github.com/NixOS/nixpkgs/issues/253154
cc @mweinelt @figsoda
2023-12-07 17:46:49 +01:00
Martin Weinelt
0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
6a3c746e3b python3Packages.aiohttp-wsgi: 0.9.1 -> 0.10.0 2022-02-20 21:57:54 +01:00
Martin Weinelt
b66f0fbf31
python3Packages.aiohttp-wsgi: disable failing test 2021-11-30 18:52:38 -08:00
Jonathan Ringer
88e9beea98
python3Packages.aiohttp-wsgi: disable network test 2021-11-22 21:51:41 -08:00
Fabian Affolter
40168fe49f python3Packages.aiohttp-wsgi: 0.8.2 -> 0.9.1 2021-07-13 00:32:16 +02:00
Fabian Affolter
c197fdd498 python3Packages.aiohttp-wsgi: init at 0.8.2 2021-04-09 23:44:02 +02:00