Christoph Heiss
3f35705fae
sourcehut.todosrht: 0.74.6 -> 0.75.6
...
Also refactor it to the same common structure as all other sourcehut
packages, thus opening the possibility to even further simplify this in
the future.
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-02-07 14:47:18 +01:00
Fabian Affolter
30748250bc
sourcehut.*: add format
...
- add nativeBuildInputs
- disable on unsupported Python releases
2023-12-07 07:40:17 +01:00
Christoph Heiss
c0c73555a5
sourcehut.todosrht: 0.72.2 -> 0.74.6
...
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
natsukium
abd8c26137
python311Packages.factory-boy: rename from factory_boy
2023-10-08 12:32:12 +09:00
Fabián Heredia Montiel
ff323ed355
treewide: vendorSha256 → vendorHash
...
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06: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
Julien Moutinho
875723f3c1
sourcehut: clean formatting
2022-11-01 21:56:37 -04:00
Julien Moutinho
664edda544
sourcehut: fix #198478
...
The error:
> Executing pythonOutputDistPhase
> mv: cannot stat 'dist': No such file or directory
was caused by the non-idempotent hook `pythonOutputDistHook`
appearing in: 86ab83260f
and initially in: adbc59c9d3
being run twice due to the manual propagation of
`nativeBuildInputs` from sourcehut's core to sourcehut's services.
Kudos to Winter (@winterqt) for making sense of this bug.
2022-11-01 21:56:37 -04:00
Julien Moutinho
010488c27b
sourcehut.todosrht: 0.71.2 -> 0.72.2
2022-06-08 19:46:04 -04:00
Julien Moutinho
cd6808ba9f
sourcehut: fix Unix socket support for Redis
2022-06-08 19:46:04 -04:00
Julien Moutinho
2add91db99
sourcehut.todosrht: 0.71.0 -> 0.71.2
2022-06-08 19:46:04 -04:00
Julien Moutinho
876f3a8bf0
sourcehut.todosrht: 0.67.2 -> 0.71.0
2022-06-08 19:46:04 -04:00
Julien Moutinho
0f5d59ee5a
sourcehut.todosrht: 0.66.1 -> 0.67.2
2022-02-12 02:11:35 +01:00
Julien Moutinho
1d958b9a16
sourcehut: revert upstream commits breaking Unix socket support for Redis
2022-02-12 02:11:34 +01:00
Julien Moutinho
4663df5c4a
sourcehut.todosrht: 0.65.6 -> 0.66.1
2021-12-28 22:18:46 -05:00
Julien Moutinho
e469df5f53
sourcehut.todosrht: 0.65.2 -> 0.65.6
2021-12-28 22:18:46 -05:00
Julien Moutinho
1c6437d802
sourcehut.todosrht: 0.64.28 -> 0.65.2
2021-12-28 22:18:44 -05:00
Julien Moutinho
a3abc6ff24
sourcehut: add pythonImportsCheck
2021-12-28 22:18:16 -05:00
Julien Moutinho
e381fce335
sourcehut: fix agpl3 -> agpl3Only
2021-12-28 22:18:16 -05:00
Julien Moutinho
961a532970
sourcehut.todosrht: 0.64.14 -> 0.64.28
2021-12-28 22:18:16 -05:00
Thomas Bereknyei
fc5daae1fa
sourcehut.todosrht: 0.62.1 -> 0.64.14
2021-05-04 20:05:22 -04:00
Sandro Jäckel
b33fe92b81
sourcehut: remove unused inputs
2021-02-16 03:59:55 +01: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
Raito Bezarius
414f54c979
todosrht: 0.61.11 -> 0.62.1
2020-10-11 15:56:55 +02:00
Edmund Wu
42f17611a1
sourcehut.*: remove SRHT_PATH patch
2020-09-08 17:43:57 -07:00
Edmund Wu
93ec2aea28
todosrht: 0.57.14 -> 0.61.11
2020-09-08 17:43:57 -07:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Edmund Wu
2e171ac844
todosrht: 0.55.3 -> 0.57.14
2020-04-16 16:41:28 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Edmund Wu
5ff450e83f
todosrht: fix build
2019-12-29 20:06:24 -05:00
Edmund Wu
0282a909f7
todosrht: 0.51.13 -> 0.55.3
2019-12-29 20:06:21 -05:00
Edmund Wu
09570b1b0c
todosrht: 0.51.11 -> 0.51.13
2019-11-04 01:46:59 -08:00
Edmund Wu
c4ce930c23
sourcehut.*: fix setuptools validation
2019-10-06 08:48:32 -04:00
Edmund Wu
748f4b1a78
todosrht: 0.46.8 -> 0.51.11
2019-10-05 10:45:44 -04:00
Edmund Wu
a2ca6ef26f
sourcehut: init
...
builds-sr-ht: init at 0.45.13
dispatch-sr-ht: init at 0.11.0
git-sr-ht: init at 0.32.3
hg-sr-ht: init at 0.13.0
lists-sr-ht: init at 0.36.3
man-sr-ht: init at 0.12.4
meta-sr-ht: init at 0.34.3
paste-sr-ht: init at 0.5.1
todo-sr-ht: init at 0.46.8
2019-08-13 11:25:52 -04:00