mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
www/py-django-widget-tweaks: Update to 1.4.8
* Also assign the port to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life. * Set Python 3.6 as minimum version because support for Python 3.5 was dropped with the 1.4.6 release. * Pet portlint (Tweak length of COMMENT, sort variables according to the PHB and fix trailing whitespace in pkg-descr). Changelog: https://github.com/jazzband/django-widget-tweaks/blob/1.4.8/CHANGES.rst PR: 246172 Approved by: <rozhuk.im@gmail.com> (maintainer)
This commit is contained in:
parent
b452e4b5c9
commit
75349997e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534036
@ -1,22 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-widget-tweaks
|
||||
PORTVERSION= 1.4.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.8
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rozhuk.im@gmail.com
|
||||
COMMENT= Tweak form field rendering in templates, not in python-level form definitions
|
||||
COMMENT= Tweak form field rendering in templates, not in python-level form defs
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>1.2:www/py-django111@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1525893864
|
||||
SHA256 (django-widget-tweaks-1.4.2.tar.gz) = a31c8a2b88af98dba6471db4722a416d1c643c87efecf9a7f17f983a2a553632
|
||||
SIZE (django-widget-tweaks-1.4.2.tar.gz) = 12845
|
||||
TIMESTAMP = 1588576854
|
||||
SHA256 (django-widget-tweaks-1.4.8.tar.gz) = 9f91ca4217199b7671971d3c1f323a2bec71a0c27dec6260b3c006fa541bc489
|
||||
SIZE (django-widget-tweaks-1.4.8.tar.gz) = 11424
|
||||
|
@ -1,4 +1,4 @@
|
||||
Tweak the form field rendering in templates, not in python-level form
|
||||
definitions. CSS classes and HTML attributes can be altered.
|
||||
definitions. CSS classes and HTML attributes can be altered.
|
||||
|
||||
WWW: https://github.com/jazzband/django-widget-tweaks
|
||||
|
Loading…
Reference in New Issue
Block a user