10 buildPythonPackage rec {
11 pname = "django-context-decorator";
15 src = fetchFromGitHub {
17 repo = "django-context-decorator";
19 hash = "sha256-lNmZDsguOu2+gtMVjbwr709sbLCQOQ1sAePN7UJQbcw=";
22 build-system = [ flit-core ];
24 pythonImportsCheck = [ "django_context_decorator" ];
32 description = "Django @context decorator";
33 homepage = "https://github.com/rixx/django-context-decorator";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ hexa ];