Add py-django-braces 1.12.0

django-braces provides mixins for Django's class-based views.

WWW: https://pypi.python.org/pypi/django-braces
WWW: https://github.com/brack3t/django-braces
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-10 22:59:23 +00:00
parent d9522c4b0c
commit 8552b9a48a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464097
4 changed files with 30 additions and 0 deletions

View File

@ -1558,6 +1558,7 @@
SUBDIR += py-django-babel
SUBDIR += py-django-bitfield
SUBDIR += py-django-bootstrap-form
SUBDIR += py-django-braces
SUBDIR += py-django-bulk-update
SUBDIR += py-django-caching-app-plugins
SUBDIR += py-django-classy-tags

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-braces
PORTVERSION= 1.12.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reusable, generic mixins for Django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.5:www/py-django111@${FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520708570
SHA256 (django-braces-1.12.0.tar.gz) = 7c5b91c75240ccf2eb124fe3b09dd4978e8f4d412b553bb791920bd55839159c
SIZE (django-braces-1.12.0.tar.gz) = 41247

View File

@ -0,0 +1,4 @@
django-braces provides mixins for Django's class-based views.
WWW: https://pypi.python.org/pypi/django-braces
WWW: https://github.com/brack3t/django-braces