16 buildPythonPackage rec {
21 disabled = pythonOlder "3.6";
24 inherit pname version;
25 hash = "sha256-A8zD6XW2A3S3Y0xJVZVha+Ujvyx9oNl26E/amsjGMwE=";
46 pythonImportsCheck = [
51 description = "Webpush Data encryption library for Python";
52 homepage = "https://github.com/web-push-libs/pywebpush";
53 changelog = "https://github.com/web-push-libs/pywebpush/releases/tag/${version}";
54 license = licenses.mpl20;
55 maintainers = with maintainers; [ peterhoeg ];
56 mainProgram = "pywebpush";