Commit Graph

21 Commits

Author SHA1 Message Date
Christoph Heiss
62854c0103
sourcehut: add myself as maintainer
I worked already a lot on this stuff, esp. modules - so it just makes
sense.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-02-07 14:58:12 +01:00
Christoph Heiss
c36acb6afe
sourcehut.hubsrht: 0.17.2 -> 0.17.5
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:16 +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
900664876c
sourcehut: default gqlgenVersion 0.17.2 -> 0.17.20
Most packages now uses this version, so avoid having it specify it every
time.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:32 +01:00
Christoph Heiss
1a7c5a8112
sourcehut.hubsrht: 0.14.14 -> 0.17.2
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-11-11 13:01:31 +01:00
Julien Moutinho
608eb68fd8 sourcehut.hubsrht: fix missing pyyaml dependency 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
0f1e37bc5b sourcehut.hubsrht: 0.14.4 -> 0.14.14 2022-06-08 19:46:04 -04:00
Julien Moutinho
88d17ebaa0 sourcehut.hubsrht: 0.13.16 -> 0.14.4 2021-12-28 22:18:45 -05:00
Julien Moutinho
1234c3f992 sourcehut.hubsrht: 0.13.15 -> 0.13.16 2021-12-28 22:18:45 -05:00
Julien Moutinho
c29dbb5643 sourcehut.hubsrht: 0.13.11 -> 0.13.15 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
8bc7609353 sourcehut.hubsrht: 0.13.1 -> 0.13.11 2021-12-28 22:18:16 -05:00
Thomas Bereknyei
eec22cc44c sourcehut.hubsrht: 0.11.5 -> 0.13.1 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
Sandro Jäckel
694ff9691e
sourcehout: Disable setuptools check 2021-01-07 10:41:32 +01:00
Raito Bezarius
3eea5bad2a hubsrht: 0.10.6 -> 0.11.5 2020-10-11 15:55:28 +02:00
Edmund Wu
222a7a3a7a sourcehut.hubsrht: init at 0.10.6 2020-09-08 17:43:57 -07:00