11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "simplepush-python";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-DvDPihhx1rzJN6iQP5rHluplJ1AaN0b/glcd+tZCues=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Module to send push notifications via Simplepush";
44 homepage = "https://github.com/simplepush/simplepush-python";
45 license = licenses.mit;
46 maintainers = with maintainers; [ fab ];