python313Packages.in-n-out: refactor (#420872)

This commit is contained in:
Fabian Affolter
2025-06-29 01:13:04 +02:00
committed by GitHub
@@ -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