Loading pkgs/development/python-modules/fastcore/default.nix +11 −16 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , packaging , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, packaging, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -21,20 +22,14 @@ buildPythonPackage rec { hash = "sha256-Zf6bNHMiYEJrLPU1w7OvEavdKIageG+sJ9W8OE/ET0M="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ packaging ]; dependencies = [ packaging ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "fastcore" ]; pythonImportsCheck = [ "fastcore" ]; meta = with lib; { description = "Python module for Fast AI"; Loading Loading
pkgs/development/python-modules/fastcore/default.nix +11 −16 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , packaging , pytestCheckHook , pythonOlder , setuptools { lib, buildPythonPackage, fetchFromGitHub, packaging, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -21,20 +22,14 @@ buildPythonPackage rec { hash = "sha256-Zf6bNHMiYEJrLPU1w7OvEavdKIageG+sJ9W8OE/ET0M="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ packaging ]; dependencies = [ packaging ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "fastcore" ]; pythonImportsCheck = [ "fastcore" ]; meta = with lib; { description = "Python module for Fast AI"; Loading