Commit Graph

8 Commits

Author SHA1 Message Date
Stefan Frijters
f97a28e4c1 sapling: move env variable(s) into env for structuredAttrs 2026-02-09 21:37:21 +01:00
William Phetsinorath
edfdc195dd sapling: 0.2.20240718-145624+f4e9df48 -> 0.2.20250521-115337+25ed6ac4
Fixes: #459551

Signed-off-by: William Phetsinorath <william.phetsinorath@shikanime.studio>
Change-Id: I3f79614811b654db41ac4d2db4bbf2cc6a6a6964
2026-01-06 04:02:11 +01:00
Aleksana
87cc2ba491 sapling: add shikanime as maintainers (#472742) 2025-12-21 14:49:08 +00:00
William Phetsinorath
a47045d6da sapling: add shikanime as maintainers
As I haven't received any messages from the maintainers, I would like to take the lead on this package, since I use it daily and it hasn't been updated for at least a year.

Signed-off-by: William Phetsinorath <william.phetsinorath@shikanime.studio>
Change-Id: I3f79614811b654db41ac4d2db4bbf2cc6a6a6964
2025-12-20 17:33:31 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Martin Weinelt
ae4a1a485a treewide: add explicit format attribute for Python packages
If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.

This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format

This is so we can unify the problem space for the next step of the
migration.
2025-07-02 05:56:47 +02:00
awwpotato
509efdedbd treewide: move to by-name 2025-05-05 08:49:04 -07:00