mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Add py-dj22-django-formset-js-improved 0.5.0.2
This is a fork of django-formset-js that adds support for reordering and nested formsets. A wrapper for a JavaScript formset helper. WWW: https://github.com/pretix/django-formset-js - While I'm here: - Add LICENSE_FILE - Fix USES=python PR: 239050 Submitted by: Alexander Sieg <alex@xanderio.de>
This commit is contained in:
parent
3e0cf03a01
commit
84ad6c1f73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509839
@ -1498,6 +1498,7 @@
|
||||
SUBDIR += py-dj22-django_csp
|
||||
SUBDIR += py-dj22-django-debug-toolbar
|
||||
SUBDIR += py-dj22-django-filter
|
||||
SUBDIR += py-dj22-django-formset-js-improved
|
||||
SUBDIR += py-dj22-django-jquery-js
|
||||
SUBDIR += py-dj22-django-js-asset
|
||||
SUBDIR += py-dj22-django-mptt
|
||||
|
23
www/py-dj22-django-formset-js-improved/Makefile
Normal file
23
www/py-dj22-django-formset-js-improved/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-formset-js-improved
|
||||
PORTVERSION= 0.5.0.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-
|
||||
|
||||
MAINTAINER= alex@axanderio.de
|
||||
COMMENT= Fork of django-formset-js that adds support for reordering and nested formsets
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj22-django-jquery-js>=0.:www/py-dj22-django-jquery-js@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-dj22-django-formset-js-improved/distinfo
Normal file
3
www/py-dj22-django-formset-js-improved/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1563114828
|
||||
SHA256 (django-formset-js-improved-0.5.0.2.tar.gz) = 251649ca389144728359b57d5845c601b3420fdafa2e4634668de614e14953ce
|
||||
SIZE (django-formset-js-improved-0.5.0.2.tar.gz) = 13373
|
6
www/py-dj22-django-formset-js-improved/pkg-descr
Normal file
6
www/py-dj22-django-formset-js-improved/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is a fork of django-formset-js that adds support for reordering and nested
|
||||
formsets.
|
||||
|
||||
A wrapper for a JavaScript formset helper.
|
||||
|
||||
WWW: https://github.com/pretix/django-formset-js
|
Loading…
Reference in New Issue
Block a user