11 buildPythonPackage rec {
12 pname = "push-receiver";
14 format = "setuptools";
18 pname = "push_receiver";
19 hash = "sha256-Tknmra39QfA+OgrRxzKDLbkPucW8zgdHqz5FGQnzYOw=";
22 propagatedBuildInputs = [
23 appdirs # required for running the bundled example
24 http-ece # required for listening for new message
29 pythonImportsCheck = [ "push_receiver" ];
32 homepage = "https://github.com/Francesco149/push_receiver";
33 description = "Subscribe to GCM/FCM and receive notifications";
34 license = licenses.unlicense;
35 maintainers = with maintainers; [ veehaitch ];