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
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>
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.