pythonPackages.azure-mgmt-devspaces: init at 0.1.0
This commit is contained in:
parent
7c81a1de3c
commit
27034c57dd
@ -0,0 +1,34 @@
|
|||||||
|
{ lib
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
|
, msrestazure
|
||||||
|
, azure-common
|
||||||
|
, azure-mgmt-nspkg
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "azure-mgmt-devspaces";
|
||||||
|
version = "0.1.0";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
extension = "zip";
|
||||||
|
sha256 = "4710dd59fc219ebfa4272dbbad58bf62093b52ce22bfd32a5c0279d2149471b5";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
msrestazure
|
||||||
|
azure-common
|
||||||
|
azure-mgmt-nspkg
|
||||||
|
];
|
||||||
|
|
||||||
|
# has no tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "This is the Microsoft Azure Dev Spaces Client Library";
|
||||||
|
homepage = https://github.com/Azure/sdk-for-python/tree/master/azure-mgmt-devspaces;
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ mwilsoninsight ];
|
||||||
|
};
|
||||||
|
}
|
@ -318,6 +318,8 @@ in {
|
|||||||
|
|
||||||
azure-mgmt-datamigration = callPackage ../development/python-modules/azure-mgmt-datamigration { };
|
azure-mgmt-datamigration = callPackage ../development/python-modules/azure-mgmt-datamigration { };
|
||||||
|
|
||||||
|
azure-mgmt-devspaces = callPackage ../development/python-modules/azure-mgmt-devspaces { };
|
||||||
|
|
||||||
azure-mgmt-network = callPackage ../development/python-modules/azure-mgmt-network { };
|
azure-mgmt-network = callPackage ../development/python-modules/azure-mgmt-network { };
|
||||||
|
|
||||||
azure-mgmt-nspkg = callPackage ../development/python-modules/azure-mgmt-nspkg { };
|
azure-mgmt-nspkg = callPackage ../development/python-modules/azure-mgmt-nspkg { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user