17 buildPythonPackage rec {
22 disabled = pythonOlder "3.6";
25 inherit pname version;
26 hash = "sha256-cuNYauyJoGNzwFheb5fG/QuBUZ5B8yiWo2OZCez0XbA=";
29 build-system = [ setuptools ];
45 pythonImportsCheck = [ "pywebpush" ];
48 description = "Webpush Data encryption library for Python";
49 homepage = "https://github.com/web-push-libs/pywebpush";
50 changelog = "https://github.com/web-push-libs/pywebpush/releases/tag/${version}";
51 license = licenses.mpl20;
52 maintainers = with maintainers; [ peterhoeg ];
53 mainProgram = "pywebpush";