Commit Graph

7 Commits

Author SHA1 Message Date
Martin Weinelt
8056f9250c
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.

This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
2023-12-20 20:16:39 +01:00
Bruno Bigras
788271b1f2 codespell: 2.2.5 -> 2.2.6 2023-11-08 20:34:42 -05:00
Sandro Jäckel
d211e2e54a
codespell: 2.2.4 -> 2.2.5
Diff: https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5
2023-06-21 13:13:22 +02:00
Sandro Jäckel
0701506bf1
codespell: 2.2.2 -> 2.2.4 2023-03-09 00:17:25 +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
Jan Tojnar
457f28f6f8 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/tools/codespell/default.nix

codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Martin Weinelt
df99716e49
python3Packages.codespell: Migrate out of python package set 2022-10-02 19:06:37 +02:00