Loading pkgs/development/python-modules/apprise/default.nix +23 −26 Original line number Diff line number Diff line { 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 { pname = "apprise"; version = "1.7.6"; version = "1.8.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-B38JMJzIpskGPb1hSzQ4B9Un1UZpO3/o/FpEM1Av6mw="; hash = "sha256-6PWM6/6ho09WnLTGiAmjF1voDsBvCi7Ec1IrkgIyEsU="; }; nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ]; build-system = [ babel Loading Loading @@ -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"; Loading Loading
pkgs/development/python-modules/apprise/default.nix +23 −26 Original line number Diff line number Diff line { 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 { pname = "apprise"; version = "1.7.6"; version = "1.8.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-B38JMJzIpskGPb1hSzQ4B9Un1UZpO3/o/FpEM1Av6mw="; hash = "sha256-6PWM6/6ho09WnLTGiAmjF1voDsBvCi7Ec1IrkgIyEsU="; }; nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ]; build-system = [ babel Loading Loading @@ -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"; Loading