15 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-bDbhZ5JoIZ5pO6lA2yvyVMJAygJmTeECtyaa/DxUVzE=";
24 propagatedBuildInputs = [
39 pythonImportsCheck = [ "pywebpush" ];
42 description = "Webpush Data encryption library for Python";
43 homepage = "https://github.com/web-push-libs/pywebpush";
44 license = licenses.mpl20;
45 maintainers = with maintainers; [ peterhoeg ];