summaryrefslogtreecommitdiff
path: root/www/py-wtforms/PLIST
diff options
context:
space:
mode:
authorkleink <kleink>2015-01-09 21:03:27 +0000
committerkleink <kleink>2015-01-09 21:03:27 +0000
commitae0724ba9251e65c08e5f0dd2e51ebf6d1c62d9e (patch)
tree6536fa9e32fa20251892be7a543329227f8573b3 /www/py-wtforms/PLIST
parentc49bd09ccc01f2d7d46aafe8c5fc0e9af8246d85 (diff)
downloadpkgsrc-ae0724ba9251e65c08e5f0dd2e51ebf6d1c62d9e.tar.gz
Update py-wtforms to 2.0.1.
Version 2.0.1 ------------- Released July 1, 2014 - Update wheel install to conditionally install ordereddict for python 2.6. - Doc improvements Version 2.0 ----------- Released May 20, 2014 - Add new `class Meta` paradigm for much more powerful customization of WTForms. - Move i18n into core. Deprecate `wtforms.ext.i18n`. - Move CSRF into core. Deprecate `wtforms.ext.csrf`. - Fix issue rendering SelectFields with ``value=True`` - Make `DecimalField` able to use babel locale-based number formatting. - Drop Python 3.2 support (Python3 support for 3.3+ only) - passing ``attr=False`` to WTForms widgets causes the value to be ignored. - `Unique` validator in `wtforms.ext.sqlalchemy` has been removed.
Diffstat (limited to 'www/py-wtforms/PLIST')
-rw-r--r--www/py-wtforms/PLIST88
1 files changed, 59 insertions, 29 deletions
diff --git a/www/py-wtforms/PLIST b/www/py-wtforms/PLIST
index 7f442b478cf..67600069200 100644
--- a/www/py-wtforms/PLIST
+++ b/www/py-wtforms/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2013/10/27 21:51:02 kleink Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/01/09 21:03:27 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/wtforms/__init__.py
${PYSITELIB}/wtforms/__init__.pyc
@@ -9,6 +10,15 @@ ${PYSITELIB}/wtforms/__init__.pyo
${PYSITELIB}/wtforms/compat.py
${PYSITELIB}/wtforms/compat.pyc
${PYSITELIB}/wtforms/compat.pyo
+${PYSITELIB}/wtforms/csrf/__init__.py
+${PYSITELIB}/wtforms/csrf/__init__.pyc
+${PYSITELIB}/wtforms/csrf/__init__.pyo
+${PYSITELIB}/wtforms/csrf/core.py
+${PYSITELIB}/wtforms/csrf/core.pyc
+${PYSITELIB}/wtforms/csrf/core.pyo
+${PYSITELIB}/wtforms/csrf/session.py
+${PYSITELIB}/wtforms/csrf/session.pyc
+${PYSITELIB}/wtforms/csrf/session.pyo
${PYSITELIB}/wtforms/ext/__init__.py
${PYSITELIB}/wtforms/ext/__init__.pyc
${PYSITELIB}/wtforms/ext/__init__.pyo
@@ -66,31 +76,6 @@ ${PYSITELIB}/wtforms/ext/i18n/__init__.pyo
${PYSITELIB}/wtforms/ext/i18n/form.py
${PYSITELIB}/wtforms/ext/i18n/form.pyc
${PYSITELIB}/wtforms/ext/i18n/form.pyo
-${PYSITELIB}/wtforms/ext/i18n/messages/de/LC_MESSAGES/wtforms.mo
-${PYSITELIB}/wtforms/ext/i18n/messages/de/LC_MESSAGES/wtforms.po
-${PYSITELIB}/wtforms/ext/i18n/messages/de_CH/LC_MESSAGES/wtforms.mo
-${PYSITELIB}/wtforms/ext/i18n/messages/de_CH/LC_MESSAGES/wtforms.po
-${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.mo
-${PYSITELIB}/wtforms/ext/i18n/messages/en/LC_MESSAGES/wtforms.po
-${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/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
-${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
@@ -103,9 +88,6 @@ ${PYSITELIB}/wtforms/ext/sqlalchemy/fields.pyo
${PYSITELIB}/wtforms/ext/sqlalchemy/orm.py
${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyc
${PYSITELIB}/wtforms/ext/sqlalchemy/orm.pyo
-${PYSITELIB}/wtforms/ext/sqlalchemy/validators.py
-${PYSITELIB}/wtforms/ext/sqlalchemy/validators.pyc
-${PYSITELIB}/wtforms/ext/sqlalchemy/validators.pyo
${PYSITELIB}/wtforms/fields/__init__.py
${PYSITELIB}/wtforms/fields/__init__.pyc
${PYSITELIB}/wtforms/fields/__init__.pyo
@@ -121,6 +103,54 @@ ${PYSITELIB}/wtforms/fields/simple.pyo
${PYSITELIB}/wtforms/form.py
${PYSITELIB}/wtforms/form.pyc
${PYSITELIB}/wtforms/form.pyo
+${PYSITELIB}/wtforms/i18n.py
+${PYSITELIB}/wtforms/i18n.pyc
+${PYSITELIB}/wtforms/i18n.pyo
+${PYSITELIB}/wtforms/locale/ca/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/ca/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/de/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/de/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/de_CH/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/de_CH/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/el/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/el/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/en/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/en/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/es/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/es/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/et/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/et/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/fa/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/fa/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/fr/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/fr/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/it/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/it/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/ko/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/ko/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/nb/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/nb/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/nl/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/nl/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/pl/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/pl/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/pt/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/ru/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/uk/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/uk/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/wtforms.pot
+${PYSITELIB}/wtforms/locale/zh/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/zh/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.mo
+${PYSITELIB}/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po
+${PYSITELIB}/wtforms/meta.py
+${PYSITELIB}/wtforms/meta.pyc
+${PYSITELIB}/wtforms/meta.pyo
+${PYSITELIB}/wtforms/utils.py
+${PYSITELIB}/wtforms/utils.pyc
+${PYSITELIB}/wtforms/utils.pyo
${PYSITELIB}/wtforms/validators.py
${PYSITELIB}/wtforms/validators.pyc
${PYSITELIB}/wtforms/validators.pyo