11 buildPythonPackage rec {
12 pname = "azure-mgmt-search";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-U7xu6tsJdNIfEguyG7Xmgn321lDhc0dGD9g+LWiINZk=";
23 propagatedBuildInputs = [
27 ] ++ lib.optionals (pythonOlder "3.8") [
34 pythonImportsCheck = [
39 description = "This is the Microsoft Azure Search Management Client Library";
40 homepage = "https://github.com/Azure/azure-sdk-for-python";
41 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-search_${version}/sdk/search/azure-mgmt-search/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ maxwilson ];