Loading pkgs/development/python-modules/naturalsort/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,17 +21,11 @@ buildPythonPackage rec { hash = "sha256-MBb8yCIs9DW77TKiV3qOHidt8/zi9m2dgyfB3xrdg3A="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "natsort" ]; pythonImportsCheck = [ "natsort" ]; meta = with lib; { description = "Simple natural order sorting API for Python that just works"; Loading Loading
pkgs/development/python-modules/naturalsort/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,17 +21,11 @@ buildPythonPackage rec { hash = "sha256-MBb8yCIs9DW77TKiV3qOHidt8/zi9m2dgyfB3xrdg3A="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "natsort" ]; pythonImportsCheck = [ "natsort" ]; meta = with lib; { description = "Simple natural order sorting API for Python that just works"; Loading