1 { lib, fetchPypi, buildPythonPackage
2 , coverage, flake8, mock, nose
3 , http-ece, py-vapid, requests }:
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "596c74020f9cbabc99f7964127ab0bb6cc045fcfe781b7c73cffb3ea45947820";
14 propagatedBuildInputs = [
15 http-ece py-vapid requests
19 coverage flake8 mock nose
23 description = "Webpush Data encryption library for Python";
24 homepage = "https://github.com/web-push-libs/pywebpush";
25 license = licenses.mpl20;
26 maintainers = with maintainers; [ peterhoeg ];