1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

textproc/py-WTForms: Update to 1.0.5, lowercase PORTNAME

- Update WTForms to version 1.0.5
- Change PORTNAME to lower case.
- Update LICENSE (BSD3CLAUSE)
- pkg-descr: Tab to space in WWW:

While I'm here:

- Whitespace alignment
- Tweak COMMENT
- Re-order top section (portlint)

PR:		187402
Submitted by:	moggie at elasticmind dot net
This commit is contained in:
Kubilay Kocak 2014-06-08 12:05:28 +00:00
parent 984a4dd8d2
commit e45fe48448
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357005
3 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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/