Loading pkgs/development/python-modules/azure-mgmt-apimanagement/default.nix +23 −14 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { version = "4.0.0"; format = "setuptools"; pname = "azure-mgmt-apimanagement"; disabled = isPy27; version = "4.0.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; sha256 = "sha256-AiTjLJ28g80xnrRFLfPUevJgeaxLpuGmvkd3+FskNiw="; extension = "zip"; sha256 = "sha256-XPUJzALti7QXTmgtuwVDhCA2luWz7zfykWEsJmpHzA4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ azure-common azure-mgmt-core msrest msrestazure isodate ]; # no tests included doCheck = false; pythonImportsCheck = [ "azure.common" "azure.mgmt.apimanagement" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.apimanagement" ]; meta = with lib; { description = "Microsoft Azure API Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/apimanagement/azure-mgmt-apimanagement"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-apimanagement_${version}/sdk/apimanagement/azure-mgmt-apimanagement/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix +22 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { version = "3.0.0"; format = "setuptools"; pname = "azure-mgmt-appconfiguration"; disabled = isPy27; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; Loading @@ -17,11 +22,12 @@ buildPythonPackage rec { extension = "zip"; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ azure-common azure-mgmt-core msrest msrestazure isodate ]; # no tests included Loading @@ -29,11 +35,15 @@ buildPythonPackage rec { pythonNamespaces = [ "azure.mgmt" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.appconfiguration" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.appconfiguration" ]; meta = with lib; { description = "Microsoft Azure App Configuration Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-mgmt-appconfiguration"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-appconfiguration_${version}/sdk/appconfiguration/azure-mgmt-appconfiguration"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading pkgs/development/python-modules/azure-mgmt-botservice/default.nix +22 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, msrest, pythonOlder, setuptools, }: buildPythonPackage rec { version = "2.0.0"; format = "setuptools"; pname = "azure-mgmt-botservice"; disabled = isPy27; version = "2.0.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; Loading @@ -17,21 +22,26 @@ buildPythonPackage rec { extension = "zip"; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ azure-common azure-mgmt-core msrest msrestazure ]; # no tests included doCheck = false; pythonImportsCheck = [ "azure.common" "azure.mgmt.botservice" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.botservice" ]; meta = with lib; { description = "Microsoft Azure API Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/botservice/azure-mgmt-botservice"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-botservice_${version}/sdk/botservice/azure-mgmt-botservice"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading pkgs/development/python-modules/azure-mgmt-databoxedge/default.nix +19 −9 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi , msrestazure , azure-common , azure-mgmt-core { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, msrest, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "azure-mgmt-databoxedge"; version = "1.0.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; extension = "zip"; sha256 = "04090062bc1e8f00c2f45315a3bceb0fb3b3479ec1474d71b88342e13499b087"; hash = "sha256-BAkAYrwejwDC9FMVo7zrD7OzR57BR01xuINC4TSZsIc="; }; propagatedBuildInputs = [ msrestazure build-system = [ setuptools ]; dependencies = [ azure-common azure-mgmt-core msrest ]; # no tests in pypi tarball Loading @@ -28,7 +37,8 @@ buildPythonPackage rec { meta = with lib; { description = "Microsoft Azure Databoxedge Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/databox/azure-mgmt-databox"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-databoxedge_${version}/sdk/databox/azure-mgmt-databox/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading pkgs/development/python-modules/azure-mgmt-deploymentmanager/default.nix +24 −13 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, msrest, msrestazure, pythonOlder, setuptools, }: buildPythonPackage rec { version = "1.0.0"; format = "setuptools"; pname = "azure-mgmt-deploymentmanager"; disabled = isPy27; version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; sha256 = "9badb768617209149c33e68ca2e59c35b1d3d11427e2969872f2e236e14eee78"; hash = "sha256-m623aGFyCRScM+aMouWcNbHT0RQn4paYcvLiNuFO7ng="; extension = "zip"; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ azure-common azure-mgmt-core msrest msrestazure ]; # no tests included doCheck = false; pythonImportsCheck = [ "azure.common" "azure.mgmt.deploymentmanager" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.deploymentmanager" ]; meta = with lib; { description = "Microsoft Azure Deployment Manager Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deploymentmanager/azure-mgmt-deploymentmanager"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-deploymentmanager_${version}/sdk/deploymentmanager/azure-mgmt-deploymentmanager/setup.py"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading Loading
pkgs/development/python-modules/azure-mgmt-apimanagement/default.nix +23 −14 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { version = "4.0.0"; format = "setuptools"; pname = "azure-mgmt-apimanagement"; disabled = isPy27; version = "4.0.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; sha256 = "sha256-AiTjLJ28g80xnrRFLfPUevJgeaxLpuGmvkd3+FskNiw="; extension = "zip"; sha256 = "sha256-XPUJzALti7QXTmgtuwVDhCA2luWz7zfykWEsJmpHzA4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ azure-common azure-mgmt-core msrest msrestazure isodate ]; # no tests included doCheck = false; pythonImportsCheck = [ "azure.common" "azure.mgmt.apimanagement" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.apimanagement" ]; meta = with lib; { description = "Microsoft Azure API Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/apimanagement/azure-mgmt-apimanagement"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-apimanagement_${version}/sdk/apimanagement/azure-mgmt-apimanagement/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading
pkgs/development/python-modules/azure-mgmt-appconfiguration/default.nix +22 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { version = "3.0.0"; format = "setuptools"; pname = "azure-mgmt-appconfiguration"; disabled = isPy27; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; Loading @@ -17,11 +22,12 @@ buildPythonPackage rec { extension = "zip"; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ azure-common azure-mgmt-core msrest msrestazure isodate ]; # no tests included Loading @@ -29,11 +35,15 @@ buildPythonPackage rec { pythonNamespaces = [ "azure.mgmt" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.appconfiguration" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.appconfiguration" ]; meta = with lib; { description = "Microsoft Azure App Configuration Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-mgmt-appconfiguration"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-appconfiguration_${version}/sdk/appconfiguration/azure-mgmt-appconfiguration"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading
pkgs/development/python-modules/azure-mgmt-botservice/default.nix +22 −12 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, msrest, pythonOlder, setuptools, }: buildPythonPackage rec { version = "2.0.0"; format = "setuptools"; pname = "azure-mgmt-botservice"; disabled = isPy27; version = "2.0.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; Loading @@ -17,21 +22,26 @@ buildPythonPackage rec { extension = "zip"; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ azure-common azure-mgmt-core msrest msrestazure ]; # no tests included doCheck = false; pythonImportsCheck = [ "azure.common" "azure.mgmt.botservice" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.botservice" ]; meta = with lib; { description = "Microsoft Azure API Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/botservice/azure-mgmt-botservice"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-botservice_${version}/sdk/botservice/azure-mgmt-botservice"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading
pkgs/development/python-modules/azure-mgmt-databoxedge/default.nix +19 −9 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi , msrestazure , azure-common , azure-mgmt-core { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, msrest, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "azure-mgmt-databoxedge"; version = "1.0.0"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; extension = "zip"; sha256 = "04090062bc1e8f00c2f45315a3bceb0fb3b3479ec1474d71b88342e13499b087"; hash = "sha256-BAkAYrwejwDC9FMVo7zrD7OzR57BR01xuINC4TSZsIc="; }; propagatedBuildInputs = [ msrestazure build-system = [ setuptools ]; dependencies = [ azure-common azure-mgmt-core msrest ]; # no tests in pypi tarball Loading @@ -28,7 +37,8 @@ buildPythonPackage rec { meta = with lib; { description = "Microsoft Azure Databoxedge Management Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/databox/azure-mgmt-databox"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-databoxedge_${version}/sdk/databox/azure-mgmt-databox/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading
pkgs/development/python-modules/azure-mgmt-deploymentmanager/default.nix +24 −13 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy27 , azure-common , azure-mgmt-core , msrest , msrestazure { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, msrest, msrestazure, pythonOlder, setuptools, }: buildPythonPackage rec { version = "1.0.0"; format = "setuptools"; pname = "azure-mgmt-deploymentmanager"; disabled = isPy27; version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; sha256 = "9badb768617209149c33e68ca2e59c35b1d3d11427e2969872f2e236e14eee78"; hash = "sha256-m623aGFyCRScM+aMouWcNbHT0RQn4paYcvLiNuFO7ng="; extension = "zip"; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ azure-common azure-mgmt-core msrest msrestazure ]; # no tests included doCheck = false; pythonImportsCheck = [ "azure.common" "azure.mgmt.deploymentmanager" ]; pythonImportsCheck = [ "azure.common" "azure.mgmt.deploymentmanager" ]; meta = with lib; { description = "Microsoft Azure Deployment Manager Client Library for Python"; homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deploymentmanager/azure-mgmt-deploymentmanager"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-deploymentmanager_${version}/sdk/deploymentmanager/azure-mgmt-deploymentmanager/setup.py"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; Loading