16 , sphinx-autodoc-typehints
21 buildPythonPackage rec {
22 pname = "firebase-messaging";
26 disabled = pythonOlder "3.8";
28 src = fetchFromGitHub {
30 repo = "firebase-messaging";
31 rev = "refs/tags/${version}";
32 hash = "sha256-8e+S12ZMqAmK7OR7O45QsRa0UKQq6cngeaqz2ugi6iY=";
43 ] ++ passthru.optional-dependencies.docs;
45 propagatedBuildInputs = [
52 passthru.optional-dependencies = {
55 sphinx-autodoc-typehints
60 pythonImportsCheck = [
73 description = "Library to subscribe to GCM/FCM and receive notifications within a python application";
74 homepage = "https://github.com/sdb9696/firebase-messaging";
75 changelog = "https://github.com/sdb9696/firebase-messaging/releases/tag/${version}";
76 license = licenses.mit;
77 maintainers = with maintainers; [ ];