From d0190b008bff158eab9f2dc24622c376eb2ba9c5 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 09:50:23 +0200 Subject: [PATCH 1/6] python3Packages.hatch-vcs: use gitMinimal --- pkgs/development/python-modules/hatch-vcs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hatch-vcs/default.nix b/pkgs/development/python-modules/hatch-vcs/default.nix index 3592cbf86d80..1810472ea583 100644 --- a/pkgs/development/python-modules/hatch-vcs/default.nix +++ b/pkgs/development/python-modules/hatch-vcs/default.nix @@ -4,7 +4,7 @@ fetchPypi, pytestCheckHook, pythonOlder, - git, + gitMinimal, hatchling, setuptools-scm, }: @@ -30,7 +30,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - git + gitMinimal pytestCheckHook ]; From bd9f431ce084e1eb616c02193a1e2754bfb94c58 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 09:51:10 +0200 Subject: [PATCH 2/6] python3Packages.poetry-core: use gitMinimal --- pkgs/development/python-modules/poetry-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/poetry-core/default.nix b/pkgs/development/python-modules/poetry-core/default.nix index e5a62637975a..0d9a5c4ecdee 100644 --- a/pkgs/development/python-modules/poetry-core/default.nix +++ b/pkgs/development/python-modules/poetry-core/default.nix @@ -5,7 +5,7 @@ fetchFromGitHub, pythonOlder, build, - git, + gitMinimal, pytest-cov-stub, pytest-mock, pytestCheckHook, @@ -31,7 +31,7 @@ buildPythonPackage rec { nativeCheckInputs = [ build - git + gitMinimal pytest-mock pytest-cov-stub pytestCheckHook From 9c926ae509ef073304ec4b5632a52a327d9c983f Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 09:51:45 +0200 Subject: [PATCH 3/6] python3Packages.meson-python: use gitMinimal --- pkgs/development/python-modules/meson-python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/meson-python/default.nix b/pkgs/development/python-modules/meson-python/default.nix index b4099605e0e0..205b99841974 100644 --- a/pkgs/development/python-modules/meson-python/default.nix +++ b/pkgs/development/python-modules/meson-python/default.nix @@ -14,7 +14,7 @@ # tests cython, - git, + gitMinimal, pytestCheckHook, pytest-mock, }: @@ -52,7 +52,7 @@ buildPythonPackage rec { nativeCheckInputs = [ cython - git + gitMinimal pytestCheckHook pytest-mock ]; From 362d606bc22be9c0f08c144e2b973ab44b432eeb Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 10:44:45 +0200 Subject: [PATCH 4/6] python3Packages.pytest-benchmark: use gitMinimal --- pkgs/development/python-modules/pytest-benchmark/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-benchmark/default.nix b/pkgs/development/python-modules/pytest-benchmark/default.nix index fc4fbef0c72c..9142e7eabecc 100644 --- a/pkgs/development/python-modules/pytest-benchmark/default.nix +++ b/pkgs/development/python-modules/pytest-benchmark/default.nix @@ -5,7 +5,7 @@ elasticsearch, fetchFromGitHub, freezegun, - git, + gitMinimal, mercurial, nbmake, py-cpuinfo, @@ -52,7 +52,7 @@ buildPythonPackage rec { nativeCheckInputs = [ freezegun - git + gitMinimal mercurial nbmake pytestCheckHook From 1adbdf6004ee13620d31f25b0d2f8a8483a6746a Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 10:45:18 +0200 Subject: [PATCH 5/6] python3Packages.versioningit: use gitMinimal --- pkgs/development/python-modules/versioningit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/versioningit/default.nix b/pkgs/development/python-modules/versioningit/default.nix index 05dc14a79557..8461b0b5e691 100644 --- a/pkgs/development/python-modules/versioningit/default.nix +++ b/pkgs/development/python-modules/versioningit/default.nix @@ -13,7 +13,7 @@ pytest-cov-stub, pytest-mock, setuptools, - git, + gitMinimal, mercurial, }: @@ -47,7 +47,7 @@ buildPythonPackage rec { pytest-cov-stub pytest-mock setuptools - git + gitMinimal mercurial ]; From 3a355010e6f0b5874149306f48139fd11d4b0dd1 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 19 Jul 2025 11:49:30 +0200 Subject: [PATCH 6/6] python3Packages.twisted: use gitMinimal --- pkgs/development/python-modules/twisted/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix index e6d853fe2314..4e870f48f6ff 100644 --- a/pkgs/development/python-modules/twisted/default.nix +++ b/pkgs/development/python-modules/twisted/default.nix @@ -33,7 +33,7 @@ # tests cython-test-exception-raiser, - git, + gitMinimal, glibcLocales, pyhamcrest, hypothesis, @@ -196,7 +196,7 @@ buildPythonPackage rec { nativeCheckInputs = [ - git + gitMinimal glibcLocales ] ++ optional-dependencies.test