Loading pkgs/development/python-modules/colormath/default.nix +12 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , networkx , numpy , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, networkx, numpy, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -25,22 +26,16 @@ buildPythonPackage rec { hash = "sha256-eACVPIQFgiGiVmQ/PjUxP/UH/hBOsCywz5PlgpA4dk4="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ networkx numpy ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "colormath" ]; pythonImportsCheck = [ "colormath" ]; meta = with lib; { description = "Color math and conversion library"; Loading Loading
pkgs/development/python-modules/colormath/default.nix +12 −17 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , networkx , numpy , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, networkx, numpy, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -25,22 +26,16 @@ buildPythonPackage rec { hash = "sha256-eACVPIQFgiGiVmQ/PjUxP/UH/hBOsCywz5PlgpA4dk4="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ networkx numpy ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "colormath" ]; pythonImportsCheck = [ "colormath" ]; meta = with lib; { description = "Color math and conversion library"; Loading