1 { lib, buildPythonPackage, fetchFromGitHub
7 buildPythonPackage rec {
10 pname = "azure-functions-devops-build";
12 src = fetchFromGitHub {
14 repo = "azure-functions-devops-build";
15 # rev picked based on pypi release date
16 rev = "c8249670acc77333e3de8b21dec60faf7ecf0951";
17 sha256 = "1slc7jd92v9q1qg1yacnrpi2a7hi7iw61wzbzfd6wx9q63pw9yqi";
20 propagatedBuildInputs = [ jinja2 msrest vsts ];
22 # circular dependency with azure-cli-core
26 description = "Integrate Azure Functions with Azure DevOps. Specifically made for the Azure CLI";
27 homepage = "https://github.com/Azure/azure-functions-devops-build";
28 license = licenses.mit;
29 maintainers = with maintainers; [ jonringer ];