Date: Sun, 25 Feb 2018 05:34:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462933 - head/www/py-django-crispy-forms Message-ID: <201802250534.w1P5YSnc067105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 25 05:34:28 2018 New Revision: 462933 URL: https://svnweb.freebsd.org/changeset/ports/462933 Log: Update to 1.7.0 - Remove leading indefinite article from COMMENT - Add LICENSE_FILE - Update RUN_DEPENDS: use newer django - Add NO_ARCH - Update pkg-descr - Add PyPI as primary WWW - Update WWW - Take maintainership Changes: https://github.com/django-crispy-forms/django-crispy-forms/releases Modified: head/www/py-django-crispy-forms/Makefile head/www/py-django-crispy-forms/distinfo head/www/py-django-crispy-forms/pkg-descr Modified: head/www/py-django-crispy-forms/Makefile ============================================================================== --- head/www/py-django-crispy-forms/Makefile Sun Feb 25 05:34:23 2018 (r462932) +++ head/www/py-django-crispy-forms/Makefile Sun Feb 25 05:34:28 2018 (r462933) @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= django-crispy-forms -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= The best way to have Django DRY forms +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Best way to have Django DRY forms LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> Modified: head/www/py-django-crispy-forms/distinfo ============================================================================== --- head/www/py-django-crispy-forms/distinfo Sun Feb 25 05:34:23 2018 (r462932) +++ head/www/py-django-crispy-forms/distinfo Sun Feb 25 05:34:28 2018 (r462933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482914038 -SHA256 (django-crispy-forms-1.6.1.tar.gz) = c894f3a44e111ae6c6226c67741d96d120adb942de41dc8b2a991b87de7ff9c0 -SIZE (django-crispy-forms-1.6.1.tar.gz) = 51484 +TIMESTAMP = 1519504320 +SHA256 (django-crispy-forms-1.7.0.tar.gz) = b29a9a671194e3a482891f319f69da81e30ae81c075f6e37adb14a83ba2c409b +SIZE (django-crispy-forms-1.7.0.tar.gz) = 52898 Modified: head/www/py-django-crispy-forms/pkg-descr ============================================================================== --- head/www/py-django-crispy-forms/pkg-descr Sun Feb 25 05:34:23 2018 (r462932) +++ head/www/py-django-crispy-forms/pkg-descr Sun Feb 25 05:34:28 2018 (r462933) @@ -1,6 +1,15 @@ -The best way to have Django DRY forms. Build programmatic reusable layouts out -of components, having full control of the rendered HTML without writing HTML in +The best way to have Django DRY forms. Build programmatic reusable layouts out of +components, having full control of the rendered HTML without writing HTML in templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. -WWW: https://github.com/maraujop/django-crispy-forms +The application mainly provides: +- A filter named |crispy that will render elegant div based forms. Think of it + as the built-in methods: as_table, as_ul and as_p. You cannot tune up the + output, but it is easy to start using it. +- A tag named {% crispy %} that will render a form based on your configuration + and specific layout setup. This gives you amazing power without much hassle, + helping you save tons of time. + +WWW: https://pypi.python.org/pypi/django-crispy-forms +WWW: https://github.com/django-crispy-forms/django-crispy-forms
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802250534.w1P5YSnc067105>