Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (working copy) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= django-context-decorator +PORTVERSION= 1.5.0 +CATEGORIES= www python +DISTNAME= django_context_decorator-${DISTVERSION}${DISTVERSIONSUFFIX} +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alex@axanderio.de +COMMENT= Removing the need to call super().get_context_data(**kwargs) in nearly every view + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Index: distinfo =================================================================== --- distinfo (nonexistent) +++ distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562601051 +SHA256 (django_context_decorator-1.5.0.tar.gz) = 389f67e54079c3b1dd130ced31ade9bf79045f456d39b050c940d61135dccb9a +SIZE (django_context_decorator-1.5.0.tar.gz) = 2818 Index: pkg-descr =================================================================== --- pkg-descr (nonexistent) +++ pkg-descr (working copy) @@ -0,0 +1,5 @@ +Python package for Django removing the need to +call super().get_context_data(**kwargs) in nearly every Django view. + + +WWW: https://pypi.org/project/django-context-decorator