9 buildPythonPackage rec {
11 format = "setuptools";
15 inherit pname version;
16 sha256 = "15sgwqa72ynpahj101r2kc15s3dnsafg5gqx0sz3hnqz29h925ys";
19 propagatedBuildInputs = [ msrest ];
22 substituteInPlace setup.py --replace "msrest>=0.6.0,<0.7.0" "msrest"
25 # Tests are highly impure
27 ${python.interpreter} -c 'import vsts.version; print(vsts.version.VERSION)'
31 description = "Python APIs for interacting with and managing Azure DevOps";
32 homepage = "https://github.com/microsoft/azure-devops-python-api";
33 license = licenses.mit;