9 buildPythonPackage rec {
10 pname = "aioazuredevops";
16 inherit pname version;
17 hash = "sha256-vNTvSQYjjptdPsHz0zM9paq3iodZrhcEralPm6YRZJE=";
20 propagatedBuildInputs = [
25 # no tests implemented
28 pythonImportsCheck = [
29 "aioazuredevops.builds"
30 "aioazuredevops.client"
35 description = "Get data from the Azure DevOps API";
36 homepage = "https://github.com/timmo001/aioazuredevops";
37 license = licenses.mit;
38 maintainers = with maintainers; [ dotlambda ];