summaryrefslogtreecommitdiff
path: root/www/py-wtforms
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2013-01-27 16:50:20 +0000
committerkleink <kleink@pkgsrc.org>2013-01-27 16:50:20 +0000
commit3c2f0cd97ab030b133c63a31019090fbaf8e9dae (patch)
tree8cef74abd338b314c3dceaaa977358c993d3741d /www/py-wtforms
parentb4c5b70df80285626977b2444bae64a6c250294b (diff)
downloadpkgsrc-3c2f0cd97ab030b133c63a31019090fbaf8e9dae.tar.gz
Update py-wtforms to 1.0.3.
Version 1.0.3 ------------- Released January 24, 2013 - Tests complete in python 3.2/3.3. - Localization for ru, fr. - Minor fixes in documentation for clarity. - FieldList now can take validators on the entire FieldList. - ext.sqlalchemy model_form: * Fix issue with QuerySelectField * Fix issue in ColumnDefault conversion * Support Enum type - Field class now allows traversal in Django 1.4 templates.
Diffstat (limited to 'www/py-wtforms')
-rw-r--r--www/py-wtforms/Makefile7
-rw-r--r--www/py-wtforms/PLIST6
-rw-r--r--www/py-wtforms/distinfo8
3 files changed, 14 insertions, 7 deletions
diff --git a/www/py-wtforms/Makefile b/www/py-wtforms/Makefile
index 63c2901bbce..ab577c668f9 100644
--- a/www/py-wtforms/Makefile
+++ b/www/py-wtforms/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2013/01/09 19:02:44 kleink Exp $
+# $NetBSD: Makefile,v 1.3 2013/01/27 16:50:20 kleink Exp $
-DISTNAME= WTForms-1.0.2
+DISTNAME= WTForms-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/
@@ -13,6 +13,9 @@ LICENSE= modified-bsd
USE_LANGUAGES= # empty
+PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 31
+
post-extract:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
diff --git a/www/py-wtforms/PLIST b/www/py-wtforms/PLIST
index 8a2327acd70..68bdf312868 100644
--- a/www/py-wtforms/PLIST
+++ b/www/py-wtforms/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/01/07 21:49:38 kleink Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/01/27 16:50:20 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -69,10 +69,14 @@ ${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.mo
${PYSITELIB}/wtforms/ext/i18n/messages/es/LC_MESSAGES/wtforms.po
${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.mo
${PYSITELIB}/wtforms/ext/i18n/messages/fa/LC_MESSAGES/wtforms.po
+${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/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
+${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
diff --git a/www/py-wtforms/distinfo b/www/py-wtforms/distinfo
index 085dec97739..64df192a382 100644
--- a/www/py-wtforms/distinfo
+++ b/www/py-wtforms/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/01/07 21:49:38 kleink Exp $
+$NetBSD: distinfo,v 1.2 2013/01/27 16:50:20 kleink Exp $
-SHA1 (WTForms-1.0.2.zip) = 7b022e417c3dac360301fa679d2fcecab6ed998b
-RMD160 (WTForms-1.0.2.zip) = b80fbfae2e8824580277db432615c4b7e35e0070
-Size (WTForms-1.0.2.zip) = 489353 bytes
+SHA1 (WTForms-1.0.3.zip) = f3128408e10375332aa41a8fa037cc48389c0d5e
+RMD160 (WTForms-1.0.3.zip) = 593614f5669982c18b2a36cf84bbb3803ecd32ff
+Size (WTForms-1.0.3.zip) = 326398 bytes