10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "silviolleite";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-tP1+Jm9hdvN/ZliuVHN8tqy24/tOK1LUUiJv1xUqRrY=";
28 propagatedBuildInputs = [
38 ${python.interpreter} runtests.py
43 description = "A Django app to include a manifest.json and Service Worker instance to enable progressive web app behavoir";
44 homepage = "https://github.com/silviolleite/django-pwa";
45 changelog = "https://github.com/silviolleite/django-pwa/releases/tag/v${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ derdennisop ];