python3Packages.azure-mgmt-managedservices: init at 1.0.0
This commit is contained in:
parent
f32d5830fa
commit
d6c60d46c6
@ -0,0 +1,31 @@
|
|||||||
|
{ lib, buildPythonPackage, fetchPypi, isPy27
|
||||||
|
, azure-common
|
||||||
|
, msrest
|
||||||
|
, msrestazure
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
version = "1.0.0";
|
||||||
|
pname = "azure-mgmt-managedservices";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "06ddfqriqlvwjsjhqka9r5vhshardyj9c10xgjissfkpqsgkkn7y";
|
||||||
|
extension = "zip";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ azure-common msrest msrestazure ];
|
||||||
|
|
||||||
|
# no tests included
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "azure.common" "azure.mgmt.managedservices" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Microsoft Azure Managed Services Client Library for Python";
|
||||||
|
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ jonringer ];
|
||||||
|
};
|
||||||
|
}
|
@ -381,6 +381,8 @@ in {
|
|||||||
|
|
||||||
azure-mgmt-machinelearningcompute = callPackage ../development/python-modules/azure-mgmt-machinelearningcompute { };
|
azure-mgmt-machinelearningcompute = callPackage ../development/python-modules/azure-mgmt-machinelearningcompute { };
|
||||||
|
|
||||||
|
azure-mgmt-managedservices = callPackage ../development/python-modules/azure-mgmt-managedservices { };
|
||||||
|
|
||||||
azure-mgmt-managementgroups = callPackage ../development/python-modules/azure-mgmt-managementgroups { };
|
azure-mgmt-managementgroups = callPackage ../development/python-modules/azure-mgmt-managementgroups { };
|
||||||
|
|
||||||
azure-mgmt-managementpartner = callPackage ../development/python-modules/azure-mgmt-managementpartner { };
|
azure-mgmt-managementpartner = callPackage ../development/python-modules/azure-mgmt-managementpartner { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user