14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "ohsu-comp-bio";
25 hash = "sha256-HZeyCQHiqfdquWQD5axS73JDjDMUieONwm5VyA+vTFk=";
28 propagatedBuildInputs = [
40 pythonImportsCheck = [ "tes" ];
43 description = "Python SDK for the GA4GH Task Execution API";
44 homepage = "https://github.com/ohsu-comp-bio/py-tes";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];