1 { lib, buildPythonPackage, fetchPypi
2 , flake8, mock, nose, pytest
6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "f05cecaa9fc009515086d04b6117324f30eedf1a196f67fb1ec360a9dbdad4ee";
15 propagatedBuildInputs = [ cryptography ];
17 checkInputs = [ flake8 mock nose pytest ];
20 description = "VAPID is a voluntary standard for WebPush subscription providers";
21 homepage = "https://github.com/mozilla-services/vapid";
22 license = licenses.mpl20;