8 buildPythonPackage rec {
9 pname = "django-context-decorator";
11 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "django-context-decorator";
17 hash = "sha256-/FDGWGC1Pdu+RLyazDNZv+CMf5vscXprLdN8ELjUFNo=";
20 pythonImportsCheck = [
21 "django_context_decorator"
30 description = "Django @context decorator";
31 homepage = "https://github.com/rixx/django-context-decorator";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ hexa ];