update to flask 0.8.
from wen heping (wenheping-at-gmail-dot-com)
This commit is contained in:
parent
8cf6cdae0e
commit
1450f2352d
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2011/09/16 12:00:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2011/10/05 08:36:58 fgsch Exp $
|
||||
|
||||
COMMENT = microframework based on Werkzeug and Jinja 2
|
||||
|
||||
MODPY_EGG_VERSION = 0.7.2
|
||||
MODPY_EGG_VERSION = 0.8
|
||||
DISTNAME = Flask-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES = www devel
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Flask-0.7.2.tar.gz) = pvUtjeH1NuyYKzY+S2oDhw==
|
||||
RMD160 (Flask-0.7.2.tar.gz) = YN0VpF5NijuklWTApazAKHfa+m8=
|
||||
SHA1 (Flask-0.7.2.tar.gz) = JkRI68qAQkR5lopuroD42PcSsmU=
|
||||
SHA256 (Flask-0.7.2.tar.gz) = lftyt/KwzMaHV/wD965VnZ+4gU+l3b+ieuKm2bHj+Ms=
|
||||
SIZE (Flask-0.7.2.tar.gz) = 469996
|
||||
MD5 (Flask-0.8.tar.gz) = pRaTBs/kmzs2kIbypjgWqw==
|
||||
RMD160 (Flask-0.8.tar.gz) = 79GPCzvLtXe8G6mhC/vNzjWI9Vg=
|
||||
SHA1 (Flask-0.8.tar.gz) = xSTEO+luQ5Ap5IOh/MfcymCRcwE=
|
||||
SHA256 (Flask-0.8.tar.gz) = k3UE/CrlnETyGBvhOXMxkO2YxRoArbtgE4c2kukLBsk=
|
||||
SIZE (Flask-0.8.tar.gz) = 494211
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/07/08 08:11:04 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/10/05 08:36:58 fgsch Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/Flask-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/Flask-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/Flask-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
@ -17,6 +17,13 @@ lib/python${MODPY_VERSION}/site-packages/flask/config.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/config.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/ctx.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/ctx.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/debughelpers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/debughelpers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/ext/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/ext/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/ext/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/exthook.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/exthook.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/globals.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/globals.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/helpers.py
|
||||
@ -27,12 +34,127 @@ lib/python${MODPY_VERSION}/site-packages/flask/module.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/module.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/session.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/session.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/sessions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/sessions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/signals.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/signals.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/templating.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/templating.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/basic.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/basic.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/blueprints.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/blueprints.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/config.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/config.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/deprecations.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/deprecations.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/examples.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/examples.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/ext.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/ext.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/helpers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/helpers.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/signals.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/signals.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/static/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/static/index.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/subclassing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/subclassing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/_macro.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/context_template.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/escaping_template.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/mail.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/nested/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/nested/nested.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/simple_template.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templates/template_filter.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templating.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/templating.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css/test.css
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/test.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin/index.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend/index.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/config_module_app.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/config_module_app.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/config_package_app/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/config_package_app/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/config_package_app/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_broken/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_broken/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_broken/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_broken/b.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_broken/b.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_newext_package/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_newext_package/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_newext_package/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_newext_simple.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flask_newext_simple.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css/test.css
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/test.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates/index.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates/index.html
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/subdomaintestmodule/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/subdomaintestmodule/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/subdomaintestmodule/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static/
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static/hello.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/testing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/testing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/views.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/testsuite/views.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/views.py
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/views.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/flask/wrappers.py
|
||||
|
Loading…
Reference in New Issue
Block a user