13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "ohsu-comp-bio";
24 hash = "sha256-HZeyCQHiqfdquWQD5axS73JDjDMUieONwm5VyA+vTFk=";
27 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Python SDK for the GA4GH Task Execution API";
45 homepage = "https://github.com/ohsu-comp-bio/py-tes";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];