11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-lpSbb0DDXLHne062s7g27zRpvTuOHiqQkqGOtWvuWdI=";
23 build-system = [ setuptools ];
31 # pyfcm's unit testing suite requires network access
34 pythonImportsCheck = [ "pyfcm" ];
37 description = "Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)";
38 homepage = "https://github.com/olucurious/pyfcm";
39 license = licenses.mit;
40 maintainers = with maintainers; [ ldelelis ];