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:
parent
d9522c4b0c
commit
8552b9a48a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464097
@ -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
|
||||
|
22
www/py-django-braces/Makefile
Normal file
22
www/py-django-braces/Makefile
Normal 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>
|
3
www/py-django-braces/distinfo
Normal file
3
www/py-django-braces/distinfo
Normal 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
|
4
www/py-django-braces/pkg-descr
Normal file
4
www/py-django-braces/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user