Loading pkgs/development/python-modules/pooch/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ , packaging , appdirs , requests , tqdm , paramiko , xxhash }: buildPythonPackage rec { Loading Loading @@ -44,6 +47,14 @@ buildPythonPackage rec { "integration" ]; passthru = { optional-dependencies = { progress = [ tqdm ]; sftp = [ paramiko ]; xxhash = [ xxhash ]; }; }; meta = with lib; { description = "A friend to fetch your data files."; homepage = "https://github.com/fatiando/pooch"; Loading Loading
pkgs/development/python-modules/pooch/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,9 @@ , packaging , appdirs , requests , tqdm , paramiko , xxhash }: buildPythonPackage rec { Loading Loading @@ -44,6 +47,14 @@ buildPythonPackage rec { "integration" ]; passthru = { optional-dependencies = { progress = [ tqdm ]; sftp = [ paramiko ]; xxhash = [ xxhash ]; }; }; meta = with lib; { description = "A friend to fetch your data files."; homepage = "https://github.com/fatiando/pooch"; Loading