Loading pkgs/development/python-modules/apprise/default.nix +9 −0 Original line number Diff line number Diff line { lib, apprise, babel, buildPythonPackage, click, Loading @@ -17,6 +18,7 @@ requests, requests-oauthlib, setuptools, testers, }: buildPythonPackage rec { Loading Loading @@ -81,6 +83,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "apprise" ]; passthru = { tests.version = testers.testVersion { package = apprise; version = "v${version}"; }; }; meta = { description = "Push Notifications that work with just about every platform"; homepage = "https://github.com/caronc/apprise"; Loading Loading
pkgs/development/python-modules/apprise/default.nix +9 −0 Original line number Diff line number Diff line { lib, apprise, babel, buildPythonPackage, click, Loading @@ -17,6 +18,7 @@ requests, requests-oauthlib, setuptools, testers, }: buildPythonPackage rec { Loading Loading @@ -81,6 +83,13 @@ buildPythonPackage rec { pythonImportsCheck = [ "apprise" ]; passthru = { tests.version = testers.testVersion { package = apprise; version = "v${version}"; }; }; meta = { description = "Push Notifications that work with just about every platform"; homepage = "https://github.com/caronc/apprise"; Loading