summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-12 09:33:14 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-12 09:33:14 +0200
commitf051260ea0853c18c339dd61e8fe742bdfcf4a40 (patch)
treeb77d61c9c37d6beb5315da5ae730f687ce4f2f2f /pkgs
parent89aa9786127886d217367bafd62dd364b6ff1a70 (diff)
python312Packages.apprise: format with nixfmt
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/apprise/default.nix45
1 files changed, 21 insertions, 24 deletions
diff --git a/pkgs/development/python-modules/apprise/default.nix b/pkgs/development/python-modules/apprise/default.nix
index c04cb2ffe142..b29ddeedad7f 100644
--- a/pkgs/development/python-modules/apprise/default.nix
+++ b/pkgs/development/python-modules/apprise/default.nix
@@ -1,21 +1,22 @@
-{ lib
-, babel
-, buildPythonPackage
-, click
-, cryptography
-, fetchPypi
-, gntp
-, installShellFiles
-, markdown
-, paho-mqtt
-, pytest-mock
-, pytest-xdist
-, pytestCheckHook
-, pythonOlder
-, pyyaml
-, requests
-, requests-oauthlib
-, setuptools
+{
+ lib,
+ babel,
+ buildPythonPackage,
+ click,
+ cryptography,
+ fetchPypi,
+ gntp,
+ installShellFiles,
+ markdown,
+ paho-mqtt,
+ pytest-mock,
+ pytest-xdist,
+ pytestCheckHook,
+ pythonOlder,
+ pyyaml,
+ requests,
+ requests-oauthlib,
+ setuptools,
}:
buildPythonPackage rec {
@@ -30,9 +31,7 @@ buildPythonPackage rec {
hash = "sha256-6PWM6/6ho09WnLTGiAmjF1voDsBvCi7Ec1IrkgIyEsU=";
};
- nativeBuildInputs = [
- installShellFiles
- ];
+ nativeBuildInputs = [ installShellFiles ];
build-system = [
babel
@@ -70,9 +69,7 @@ buildPythonPackage rec {
installManPage packaging/man/apprise.1
'';
- pythonImportsCheck = [
- "apprise"
- ];
+ pythonImportsCheck = [ "apprise" ];
meta = with lib; {
description = "Push Notifications that work with just about every platform";