Loading pkgs/development/python-modules/globus-sdk/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -29,6 +29,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; preCheck = '' export HOME=$(mktemp -d) ''; dependencies = [ cryptography requests Loading @@ -44,10 +48,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "globus_sdk" ]; meta = with lib; { meta = { description = "Interface to Globus REST APIs, including the Transfer API and the Globus Auth API"; homepage = "https://github.com/globus/globus-sdk-python"; changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}"; license = licenses.asl20; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ bot-wxt1221 ]; }; } Loading
pkgs/development/python-modules/globus-sdk/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -29,6 +29,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; preCheck = '' export HOME=$(mktemp -d) ''; dependencies = [ cryptography requests Loading @@ -44,10 +48,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "globus_sdk" ]; meta = with lib; { meta = { description = "Interface to Globus REST APIs, including the Transfer API and the Globus Auth API"; homepage = "https://github.com/globus/globus-sdk-python"; changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}"; license = licenses.asl20; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ bot-wxt1221 ]; }; }