10 buildPythonPackage rec {
11 pname = "push-receiver";
16 pname = "push_receiver";
17 hash = "sha256-Tknmra39QfA+OgrRxzKDLbkPucW8zgdHqz5FGQnzYOw=";
20 propagatedBuildInputs = [
21 appdirs # required for running the bundled example
22 http-ece # required for listening for new message
27 pythonImportsCheck = [ "push_receiver" ];
30 homepage = "https://github.com/Francesco149/push_receiver";
31 description = "Subscribe to GCM/FCM and receive notifications";
32 license = licenses.unlicense;
33 maintainers = with maintainers; [ veehaitch ];