From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F47F076A4; Sun, 25 Feb 2018 05:34:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D47186C4FC; Sun, 25 Feb 2018 05:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF8087A7; Sun, 25 Feb 2018 05:34:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P5YSdO067108; Sun, 25 Feb 2018 05:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5YSnc067105; Sun, 25 Feb 2018 05:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5YSnc067105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Feb 2018 05:34:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-crispy-forms X-SVN-Commit-Revision: 462933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:29 -0000 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 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