Loading pkgs/development/python-modules/azure-mgmt-compute/default.nix +16 −18 Original line number Diff line number Diff line { lib , azure-mgmt-common , azure-mgmt-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools { lib, azure-mgmt-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,9 +21,7 @@ buildPythonPackage rec { hash = "sha256-WlscT8GhnssCKhLe0b6LGxVfaXnQP7nvwEZC9gZkS78="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ azure-mgmt-common Loading @@ -30,22 +29,21 @@ buildPythonPackage rec { isodate ]; pythonNamespaces = [ "azure.mgmt" ]; pythonNamespaces = [ "azure.mgmt" ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "azure.mgmt.compute" ]; pythonImportsCheck = [ "azure.mgmt.compute" ]; meta = with lib; { description = "This is the Microsoft Azure Compute Management Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-compute"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-compute_${version}/sdk/compute/azure-mgmt-compute/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ olcai maxwilson ]; maintainers = with maintainers; [ olcai maxwilson ]; }; } Loading
pkgs/development/python-modules/azure-mgmt-compute/default.nix +16 −18 Original line number Diff line number Diff line { lib , azure-mgmt-common , azure-mgmt-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools { lib, azure-mgmt-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,9 +21,7 @@ buildPythonPackage rec { hash = "sha256-WlscT8GhnssCKhLe0b6LGxVfaXnQP7nvwEZC9gZkS78="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ azure-mgmt-common Loading @@ -30,22 +29,21 @@ buildPythonPackage rec { isodate ]; pythonNamespaces = [ "azure.mgmt" ]; pythonNamespaces = [ "azure.mgmt" ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "azure.mgmt.compute" ]; pythonImportsCheck = [ "azure.mgmt.compute" ]; meta = with lib; { description = "This is the Microsoft Azure Compute Management Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-compute"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-compute_${version}/sdk/compute/azure-mgmt-compute/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ olcai maxwilson ]; maintainers = with maintainers; [ olcai maxwilson ]; }; }