Add py-django-context-decorator 1.5.0

Python package for Django removing the need to call
super().get_context_data(**kwargs) in nearly every Django view.

WWW: https://github.com/rixx/django-context-decorator

- While I'm here:
  - Fix USES=python
  - Update WWW

PR:		239048
Submitted by:	Alexander Sieg <alex@xanderio.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-25 18:47:30 +00:00
parent a33ddf64ec
commit 2da6415ba1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509837
4 changed files with 28 additions and 0 deletions

View file

@ -1532,6 +1532,7 @@
SUBDIR += py-django-configurations
SUBDIR += py-django-constance
SUBDIR += py-django-contact-form
SUBDIR += py-django-context-decorator
SUBDIR += py-django-contrib-comments
SUBDIR += py-django-cors-headers
SUBDIR += py-django-countries

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= django-context-decorator
PORTVERSION= 1.5.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
DISTNAME= django_context_decorator-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@axanderio.de
COMMENT= Remove the need to call super().get_context_data(**kwargs) in nearly every view
LICENSE= BSD3CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1563114827
SHA256 (django_context_decorator-1.5.0.tar.gz) = 389f67e54079c3b1dd130ced31ade9bf79045f456d39b050c940d61135dccb9a
SIZE (django_context_decorator-1.5.0.tar.gz) = 2818

View file

@ -0,0 +1,4 @@
Python package for Django removing the need to call
super().get_context_data(**kwargs) in nearly every Django view.
WWW: https://github.com/rixx/django-context-decorator