diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-06-08 12:05:28 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-06-08 12:05:28 +0000 |
commit | e45fe4844842424e0d81a9555ee208eb1f6d22e0 (patch) | |
tree | 96f9b7aa26e3b8fe378dbd3b1db58f258442e658 /textproc/py-wtforms | |
parent | 984a4dd8d2e711f4064b0a0dc660f97f169780f2 (diff) |
Notes
Diffstat (limited to 'textproc/py-wtforms')
-rw-r--r-- | textproc/py-wtforms/Makefile | 14 | ||||
-rw-r--r-- | textproc/py-wtforms/distinfo | 4 | ||||
-rw-r--r-- | textproc/py-wtforms/pkg-descr | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile index a6c7dc8f2979..0401f7ecb395 100644 --- a/textproc/py-wtforms/Makefile +++ b/textproc/py-wtforms/Makefile @@ -1,20 +1,20 @@ # Created by: Moggie <moggie@elasticmind.net> # $FreeBSD$ -PORTNAME= WTForms -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTNAME= wtforms +PORTVERSION= 1.0.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= WTForms-${DISTVERSION} MAINTAINER= moggie@elasticmind.net -COMMENT= Forms validation and rendering library for python web development +COMMENT= Forms validation and rendering library for Python web development -LICENSE= BSD +LICENSE= BSD3CLAUSE -USES= zip -USE_PYTHON= yes +USES= zip +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes diff --git a/textproc/py-wtforms/distinfo b/textproc/py-wtforms/distinfo index 8862405a78a5..64760ca535f6 100644 --- a/textproc/py-wtforms/distinfo +++ b/textproc/py-wtforms/distinfo @@ -1,2 +1,2 @@ -SHA256 (WTForms-1.0.3.zip) = 36420eb1ff3005f147cd081a7914d4d6cdbd5ea1d58cd32addf07fd2e659a727 -SIZE (WTForms-1.0.3.zip) = 326398 +SHA256 (WTForms-1.0.5.zip) = b36b06e230403927c5e679ba84834053e9df380a0c0414bf70bca4ba1f672227 +SIZE (WTForms-1.0.5.zip) = 355186 diff --git a/textproc/py-wtforms/pkg-descr b/textproc/py-wtforms/pkg-descr index 352056c3ca95..3be13d8d25ba 100644 --- a/textproc/py-wtforms/pkg-descr +++ b/textproc/py-wtforms/pkg-descr @@ -1,4 +1,4 @@ WTForms is a flexible forms validation and rendering library for python web development. -WWW: http://wtforms.simplecodes.com/ +WWW: http://wtforms.simplecodes.com/ |