10 buildPythonPackage rec {
11 pname = "azure-mgmt-containerregistry";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-i7i/5ofGxiF9/wTAPnUOaZ6FAgK3EaBqoHeSC8HuXCo=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [
33 "azure.mgmt.containerregistry"
37 description = "Microsoft Azure Container Registry Client Library for Python";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerregistry_${version}/sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md";
40 license = licenses.mit;
41 maintainers = with maintainers; [ jonringer ];