11 buildPythonPackage rec {
12 pname = "azure-cosmos";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-2uxqwgHGRzsJK2Ku5x44G+62w6jcNhJJgytwSMTwYeI=";
23 build-system = [ setuptools ];
30 pythonNamespaces = [ "azure" ];
32 # Requires an active Azure Cosmos service
35 pythonImportsCheck = [ "azure.cosmos" ];
38 description = "Azure Cosmos DB API";
39 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos";
40 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_${version}/sdk/cosmos/azure-cosmos/CHANGELOG.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ jonringer ];