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