Loading pkgs/development/python-modules/cdcs/default.nix +15 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , ipython , numpy , pandas , pytestCheckHook , pythonOlder , requests , responses , setuptools , tqdm { lib, buildPythonPackage, fetchFromGitHub, ipython, numpy, pandas, pytestCheckHook, pythonOlder, requests, responses, setuptools, tqdm, }: buildPythonPackage rec { Loading @@ -26,9 +27,7 @@ buildPythonPackage rec { hash = "sha256-HhAzULVWkKOWDJ6IZyBy0MYc/YGAFkSTLIgpdyvw1eI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ ipython Loading @@ -43,9 +42,7 @@ buildPythonPackage rec { responses ]; pythonImportsCheck = [ "cdcs" ]; pythonImportsCheck = [ "cdcs" ]; meta = with lib; { description = "Python client for performing REST calls to configurable data curation system (CDCS) databases"; Loading Loading
pkgs/development/python-modules/cdcs/default.nix +15 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , ipython , numpy , pandas , pytestCheckHook , pythonOlder , requests , responses , setuptools , tqdm { lib, buildPythonPackage, fetchFromGitHub, ipython, numpy, pandas, pytestCheckHook, pythonOlder, requests, responses, setuptools, tqdm, }: buildPythonPackage rec { Loading @@ -26,9 +27,7 @@ buildPythonPackage rec { hash = "sha256-HhAzULVWkKOWDJ6IZyBy0MYc/YGAFkSTLIgpdyvw1eI="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ ipython Loading @@ -43,9 +42,7 @@ buildPythonPackage rec { responses ]; pythonImportsCheck = [ "cdcs" ]; pythonImportsCheck = [ "cdcs" ]; meta = with lib; { description = "Python client for performing REST calls to configurable data curation system (CDCS) databases"; Loading