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

(-)Makefile (+22 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	django-formset-js-improved
4
PORTVERSION=	0.5.0.2
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	alex@axanderio.de
10
COMMENT=	Fork of django-formset-js that adds support for reordering and nested formsets
11
12
LICENSE=	BSD3CLAUSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>2.2.*:www/py-django22@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}django-jquery-js>=3.1.1.:www/py-django-jquery-js@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	autoplist distutils
19
20
NO_ARCH=	yes
21
22
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562602279
2
SHA256 (django-formset-js-improved-0.5.0.2.tar.gz) = 251649ca389144728359b57d5845c601b3420fdafa2e4634668de614e14953ce
3
SIZE (django-formset-js-improved-0.5.0.2.tar.gz) = 13373
(-)pkg-descr (+5 lines)
Line 0 Link Here
1
This is a fork of django-formset-js that adds support for reordering and nested
2
formsets.
3
A wrapper for a JavaScript formset helper.
4
5
WWW: https://github.com/pretix/django-formset-js

Return to bug 239050