11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
21 hash = "sha256-/itUYb9Fx7r/EDnfaYHwO4f6qHzeBIKt36NbP+Y2rBs=";
24 propagatedBuildInputs = [ cryptography ];
32 description = "Library for VAPID header generation";
33 mainProgram = "vapid";
34 homepage = "https://github.com/mozilla-services/vapid";
35 license = licenses.mpl20;