View | Details | Raw Unified | Return to bug 239048
Collapse All | Expand All

(-)Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	django-context-decorator
4
PORTVERSION=	1.5.0
5
CATEGORIES=	www python
6
DISTNAME=	django_context_decorator-${DISTVERSION}${DISTVERSIONSUFFIX}
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	alex@axanderio.de
11
COMMENT=	Removing the need to call super().get_context_data(**kwargs) in nearly every view
12
13
LICENSE=	BSD3CLAUSE
14
15
USES=		python
16
USE_PYTHON=	autoplist distutils
17
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562601051
2
SHA256 (django_context_decorator-1.5.0.tar.gz) = 389f67e54079c3b1dd130ced31ade9bf79045f456d39b050c940d61135dccb9a
3
SIZE (django_context_decorator-1.5.0.tar.gz) = 2818
(-)pkg-descr (+5 lines)
Line 0 Link Here
1
Python package for Django removing the need to
2
call super().get_context_data(**kwargs) in nearly every Django view.
3
4
5
WWW: https://pypi.org/project/django-context-decorator

Return to bug 239048