From 84faef8b4c619a279e944683822925d57909e05b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Jun 2025 00:37:13 +0200 Subject: [PATCH] python313Packages.in-n-out: refactor --- pkgs/development/python-modules/in-n-out/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/in-n-out/default.nix b/pkgs/development/python-modules/in-n-out/default.nix index 3a5e3287b022..320841f5d4dd 100644 --- a/pkgs/development/python-modules/in-n-out/default.nix +++ b/pkgs/development/python-modules/in-n-out/default.nix @@ -3,7 +3,6 @@ buildPythonPackage, cython, fetchPypi, - future, pytestCheckHook, pythonAtLeast, pythonOlder, @@ -15,7 +14,7 @@ buildPythonPackage rec { pname = "in-n-out"; version = "0.2.1"; - format = "pyproject"; + pyproject = true; disabled = pythonOlder "3.8"; @@ -25,14 +24,12 @@ buildPythonPackage rec { hash = "sha256-Q83it96YHUGm1wYYore9mJSBCVkipT6tTcdfK71d/+o="; }; - nativeBuildInputs = [ + build-system = [ cython hatchling hatch-vcs ]; - propagatedBuildInputs = [ future ]; - nativeCheckInputs = [ pytestCheckHook toolz