diff options
author | kleink <kleink@pkgsrc.org> | 2013-05-08 08:30:47 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-05-08 08:30:47 +0000 |
commit | 234474f848569a03d147d4926ad55e0c1eabdb78 (patch) | |
tree | 0b4e81bbc9a6152417c5a20c02efb69e7e8535e7 /www | |
parent | e34a766f5b6c816049ec510db8226a555f591fdb (diff) | |
download | pkgsrc-234474f848569a03d147d4926ad55e0c1eabdb78.tar.gz |
Update py-wtforms to 1.0.4. (Forgot to commit updated PLIST in previous.)
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-wtforms/Makefile | 3 | ||||
-rw-r--r-- | www/py-wtforms/PLIST | 15 |
2 files changed, 16 insertions, 2 deletions
diff --git a/www/py-wtforms/Makefile b/www/py-wtforms/Makefile index 9ef0eaac9d9..4da66314e0f 100644 --- a/www/py-wtforms/Makefile +++ b/www/py-wtforms/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2013/05/07 20:49:33 kleink Exp $ +# $NetBSD: Makefile,v 1.5 2013/05/08 08:30:47 kleink Exp $ DISTNAME= WTForms-1.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/ EXTRACT_SUFX= .zip diff --git a/www/py-wtforms/PLIST b/www/py-wtforms/PLIST index 68bdf312868..777701c5399 100644 --- a/www/py-wtforms/PLIST +++ b/www/py-wtforms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/01/27 16:50:20 kleink Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/05/08 08:30:47 kleink Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -21,6 +21,9 @@ ${PYSITELIB}/wtforms/ext/appengine/db.pyo ${PYSITELIB}/wtforms/ext/appengine/fields.py ${PYSITELIB}/wtforms/ext/appengine/fields.pyc ${PYSITELIB}/wtforms/ext/appengine/fields.pyo +${PYSITELIB}/wtforms/ext/appengine/ndb.py +${PYSITELIB}/wtforms/ext/appengine/ndb.pyc +${PYSITELIB}/wtforms/ext/appengine/ndb.pyo ${PYSITELIB}/wtforms/ext/csrf/__init__.py ${PYSITELIB}/wtforms/ext/csrf/__init__.pyc ${PYSITELIB}/wtforms/ext/csrf/__init__.pyo @@ -73,6 +76,8 @@ ${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.mo ${PYSITELIB}/wtforms/ext/i18n/messages/fr/LC_MESSAGES/wtforms.po ${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.mo ${PYSITELIB}/wtforms/ext/i18n/messages/it/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/ext/i18n/messages/ko/LC_MESSAGES/wtforms.po ${PYSITELIB}/wtforms/ext/i18n/messages/pl/LC_MESSAGES/wtforms.mo ${PYSITELIB}/wtforms/ext/i18n/messages/pl/LC_MESSAGES/wtforms.po ${PYSITELIB}/wtforms/ext/i18n/messages/ru/LC_MESSAGES/wtforms.mo @@ -80,6 +85,8 @@ ${PYSITELIB}/wtforms/ext/i18n/messages/ru/LC_MESSAGES/wtforms.po ${PYSITELIB}/wtforms/ext/i18n/messages/wtforms.pot ${PYSITELIB}/wtforms/ext/i18n/messages/zh/LC_MESSAGES/wtforms.mo ${PYSITELIB}/wtforms/ext/i18n/messages/zh/LC_MESSAGES/wtforms.po +${PYSITELIB}/wtforms/ext/i18n/messages/zh_TW/LC_MESSAGES/wtforms.mo +${PYSITELIB}/wtforms/ext/i18n/messages/zh_TW/LC_MESSAGES/wtforms.po ${PYSITELIB}/wtforms/ext/i18n/utils.py ${PYSITELIB}/wtforms/ext/i18n/utils.pyc ${PYSITELIB}/wtforms/ext/i18n/utils.pyo @@ -101,6 +108,9 @@ ${PYSITELIB}/wtforms/fields/__init__.pyo ${PYSITELIB}/wtforms/fields/core.py ${PYSITELIB}/wtforms/fields/core.pyc ${PYSITELIB}/wtforms/fields/core.pyo +${PYSITELIB}/wtforms/fields/html5.py +${PYSITELIB}/wtforms/fields/html5.pyc +${PYSITELIB}/wtforms/fields/html5.pyo ${PYSITELIB}/wtforms/fields/simple.py ${PYSITELIB}/wtforms/fields/simple.pyc ${PYSITELIB}/wtforms/fields/simple.pyo @@ -116,3 +126,6 @@ ${PYSITELIB}/wtforms/widgets/__init__.pyo ${PYSITELIB}/wtforms/widgets/core.py ${PYSITELIB}/wtforms/widgets/core.pyc ${PYSITELIB}/wtforms/widgets/core.pyo +${PYSITELIB}/wtforms/widgets/html5.py +${PYSITELIB}/wtforms/widgets/html5.pyc +${PYSITELIB}/wtforms/widgets/html5.pyo |