10 buildPythonPackage rec {
14 src = fetchFromGitHub {
16 repo = "globus-sdk-python";
18 sha256 = "1kqnr50iwcq9nx40lblbqzf327cdcbkrir6vh70067hk33rq0gm9";
21 propagatedBuildInputs = [
31 pythonImportsCheck = [ "globus_sdk" ];
34 description = "A convenient Pythonic interface to Globus REST APIs, including the Transfer API and the Globus Auth API";
35 homepage = "https://github.com/globus/globus-sdk-python";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ ixxie ];