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

(-)www/py-django-widget-tweaks/Makefile (-6 / +6 lines)
Lines 1-22 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	django-widget-tweaks
3
PORTNAME=	django-widget-tweaks
4
PORTVERSION=	1.4.2
4
PORTVERSION=	1.4.8
5
PORTREVISION=	1
6
CATEGORIES=	www python
5
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
8
10
MAINTAINER=	rozhuk.im@gmail.com
9
MAINTAINER=	rozhuk.im@gmail.com
11
COMMENT=	Tweak form field rendering in templates, not in python-level form definitions
10
COMMENT=	Tweak form field rendering in templates, not in python-level form defs
12
11
13
LICENSE=	MIT
12
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>1.2:www/py-django111@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
17
16
18
NO_ARCH=	yes
17
USES=		python:3.6+
19
USES=		python
20
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
21
19
20
NO_ARCH=	yes
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)www/py-django-widget-tweaks/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525893864
1
TIMESTAMP = 1588576854
2
SHA256 (django-widget-tweaks-1.4.2.tar.gz) = a31c8a2b88af98dba6471db4722a416d1c643c87efecf9a7f17f983a2a553632
2
SHA256 (django-widget-tweaks-1.4.8.tar.gz) = 9f91ca4217199b7671971d3c1f323a2bec71a0c27dec6260b3c006fa541bc489
3
SIZE (django-widget-tweaks-1.4.2.tar.gz) = 12845
3
SIZE (django-widget-tweaks-1.4.8.tar.gz) = 11424
(-)www/py-django-widget-tweaks/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Tweak the form field rendering in templates, not in python-level form
1
Tweak the form field rendering in templates, not in python-level form
2
definitions. CSS classes and HTML attributes can be altered. 
2
definitions. CSS classes and HTML attributes can be altered.
3
3
4
WWW: https://github.com/jazzband/django-widget-tweaks
4
WWW: https://github.com/jazzband/django-widget-tweaks

Return to bug 246172