python312Packages.azure-mgmt-frontdoor: format with nixfmt
This commit is contained in:
parent
dcf552dca1
commit
92901cdeba
1 changed files with 11 additions and 12 deletions
|
@ -1,11 +1,12 @@
|
||||||
{ lib
|
{
|
||||||
, azure-common
|
lib,
|
||||||
, azure-mgmt-core
|
azure-common,
|
||||||
, buildPythonPackage
|
azure-mgmt-core,
|
||||||
, fetchPypi
|
buildPythonPackage,
|
||||||
, isodate
|
fetchPypi,
|
||||||
, pythonOlder
|
isodate,
|
||||||
, setuptools
|
pythonOlder,
|
||||||
|
setuptools,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -21,9 +22,7 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-DSV/vIE6r0wgPLpHfT4ODqNoxzeCPIlAksmsnEuExSg=";
|
hash = "sha256-DSV/vIE6r0wgPLpHfT4ODqNoxzeCPIlAksmsnEuExSg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [ setuptools ];
|
||||||
setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
azure-common
|
azure-common
|
||||||
|
@ -39,7 +38,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Microsoft Azure Front Door Service Client Library for Python";
|
description = "Microsoft Azure Front Door Service Client Library for Python";
|
||||||
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/network/azure-mgmt-frontdoor";
|
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/network/azure-mgmt-frontdoor";
|
||||||
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-frontdoor_${version}/sdk/network/azure-mgmt-frontdoor/CHANGELOG.md";
|
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-frontdoor_${version}/sdk/network/azure-mgmt-frontdoor/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sephi ];
|
maintainers = with maintainers; [ sephi ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue