12 buildPythonPackage rec {
13 pname = "azure-containerregistry";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-Ss0ygh0IZVPqvV3f7Lsh+5FbXRPvg3XRWvyyyAvclqM=";
25 propagatedBuildInputs = [
32 # tests require azure-devtools which are not published (since 2020)
33 # https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/dev_requirements.txt
36 pythonImportsCheck = [
38 "azure.containerregistry"
42 description = "Microsoft Azure Container Registry client library for Python";
43 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-containerregistry";
44 license = licenses.mit;
45 maintainers = with maintainers; [ peterromfeldhk ];