summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:34:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-25 05:34:28 +0000
commite6f4dcb00f37aa4ef7cd12350b27babeab1a1a90 (patch)
treeaae56422d4e1ae0e6578f1e2cb12084606eb4df0
parentUpdate RUN_DEPENDS: use newer django (diff)
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
Notes
Notes: svn path=/head/; revision=462933
-rw-r--r--www/py-django-crispy-forms/Makefile12
-rw-r--r--www/py-django-crispy-forms/distinfo6
-rw-r--r--www/py-django-crispy-forms/pkg-descr15
3 files changed, 22 insertions, 11 deletions
diff --git a/www/py-django-crispy-forms/Makefile b/www/py-django-crispy-forms/Makefile
index bfabaab8a881..9201ef5155ee 100644
--- a/www/py-django-crispy-forms/Makefile
+++ b/www/py-django-crispy-forms/Makefile
@@ -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>
diff --git a/www/py-django-crispy-forms/distinfo b/www/py-django-crispy-forms/distinfo
index d2ecec99edd9..c4f0ee2cf5bb 100644
--- a/www/py-django-crispy-forms/distinfo
+++ b/www/py-django-crispy-forms/distinfo
@@ -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
diff --git a/www/py-django-crispy-forms/pkg-descr b/www/py-django-crispy-forms/pkg-descr
index f3ade1698bc1..f7206448010a 100644
--- a/www/py-django-crispy-forms/pkg-descr
+++ b/www/py-django-crispy-forms/pkg-descr
@@ -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