oops, committed too much in previous, revert for now

This commit is contained in:
sthen 2021-11-27 22:50:22 +00:00
parent 03965847e8
commit 33f476a489
5 changed files with 233 additions and 73 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.42 2021/11/27 22:45:05 sthen Exp $
# $OpenBSD: Makefile,v 1.43 2021/11/27 22:50:22 sthen Exp $
COMMENT = WSGI utility collection
MODPY_EGG_VERSION = 2.0.2
MODPY_EGG_VERSION = 0.12.1
DISTNAME = Werkzeug-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
EPOCH = 0
CATEGORIES = www devel
@ -13,20 +14,36 @@ HOMEPAGE = https://palletsprojects.com/p/werkzeug/
# BSD
PERMIT_PACKAGE = Yes
GH_ACCOUNT= pallets
GH_PROJECT= werkzeug
GH_TAGNAME= ${MODPY_EGG_VERSION}
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
MODPY_PI = Yes
TEST_DEPENDS = devel/py-greenlet${MODPY_FLAVOR} \
devel/py-test-timeout${MODPY_FLAVOR} \
devel/py-test-xprocess${MODPY_FLAVOR} \
security/py-cryptography${MODPY_FLAVOR} \
BUILD_DEPENDS = textproc/py-sphinx,python3>=4.0.2
TEST_DEPENDS = devel/py-test${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR}
# wants watchdog, pytest 6
MAKE_ENV += PYTHONPATH=${WRKSRC}
pre-build:
${SUBST_CMD} ${WRKSRC}/tests/test_serving.py
post-build:
cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html
DOCS = ${PREFIX}/share/doc/${MODPY_PY_PREFIX}werkzeug
EXAMPLES = ${PREFIX}/share/examples/${MODPY_PY_PREFIX}werkzeug
post-install:
${INSTALL_DATA_DIR} ${DOCS}
cd ${WRKSRC}/docs/_build/html && pax -rw * ${DOCS}
${INSTALL_DATA_DIR} ${EXAMPLES}
cd ${WRKSRC}/examples && pax -rw * ${EXAMPLES}
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Werkzeug-2.0.2.tar.gz) = qiu2/I3ujWxQTArB5/X33FgQqZA+eTtvcVqfAVva25o=
SIZE (Werkzeug-2.0.2.tar.gz) = 895061
SHA256 (Werkzeug-0.12.1.tar.gz) = GF+hCkUztwK03ZXm7THMocztrpKO9zBT1tYwMUzHlao=
SIZE (Werkzeug-0.12.1.tar.gz) = 1182982

View File

@ -0,0 +1,24 @@
$OpenBSD: patch-docs_conf_py,v 1.4 2021/11/27 22:50:22 sthen Exp $
Index: docs/conf.py
--- docs/conf.py.orig
+++ docs/conf.py
@@ -27,7 +27,7 @@ sys.path.append(os.path.abspath('_themes'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
+extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest', 'werkzeugext']
# Add any paths that contain templates here, relative to this directory.
@@ -183,8 +183,8 @@ latex_paper_size = 'a4'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
- ('latexindex', 'Werkzeug.tex', ur'Werkzeug Documentation',
- ur'The Werkzeug Team', 'manual'),
+ ('latexindex', 'Werkzeug.tex', r'Werkzeug Documentation',
+ r'The Werkzeug Team', 'manual'),
]
# Additional stuff for LaTeX

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-tests_test_serving_py,v 1.5 2021/11/27 22:50:22 sthen Exp $
--- tests/test_serving.py.orig Tue May 24 11:19:39 2016
+++ tests/test_serving.py Sun May 29 13:06:57 2016
@@ -230,7 +230,7 @@ def test_monkeypached_sleep(tmpdir):
from werkzeug._reloader import ReloaderLoop
ReloaderLoop()._sleep(0)
'''))
- subprocess.check_call(['python', str(script)])
+ subprocess.check_call(['${MODPY_BIN}', str(script)])
def test_wrong_protocol(dev_server):

View File

@ -1,15 +1,17 @@
@comment $OpenBSD: PLIST,v 1.18 2021/11/27 22:45:05 sthen Exp $
@comment $OpenBSD: PLIST,v 1.19 2021/11/27 22:50:22 sthen Exp $
@pkgpath www/py-werkzeug
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/werkzeug/
lib/python${MODPY_VERSION}/site-packages/werkzeug/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}_compat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}_internal.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}_reloader.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}datastructures.${MODPY_PYC_MAGIC_TAG}pyc
@ -18,20 +20,50 @@ lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}filesystem.${M
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}formparser.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}http.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}local.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}posixemulation.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}routing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}script.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}security.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}serving.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}test.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}testapp.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}urls.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}user_agent.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}useragents.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}wrappers.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/${MODPY_PYCACHE}wsgi.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/_compat.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/_internal.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/_reloader.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}atom.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}cache.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}fixers.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}iterio.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}jsrouting.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}limiter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}lint.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}profiler.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}securecookie.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}sessions.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}testtools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/${MODPY_PYCACHE}wrappers.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/atom.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/cache.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/fixers.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/iterio.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/jsrouting.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/limiter.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/lint.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/profiler.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/securecookie.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/sessions.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/testtools.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/wrappers.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/datastructures.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/datastructures.pyi
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/${MODPY_PYCACHE}/
@ -43,9 +75,9 @@ lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/console.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/repr.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/FONT_LICENSE
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/ICON_LICENSE.md
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/console.png
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/debugger.js
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/jquery.js
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/less.png
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/more.png
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/source.png
@ -57,73 +89,149 @@ lib/python${MODPY_VERSION}/site-packages/werkzeug/filesystem.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/formparser.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/http.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/local.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}dispatcher.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}http_proxy.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}lint.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}profiler.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}proxy_fix.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/${MODPY_PYCACHE}shared_data.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/dispatcher.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/http_proxy.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/lint.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/profiler.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/proxy_fix.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/middleware/shared_data.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/py.typed
lib/python${MODPY_VERSION}/site-packages/werkzeug/posixemulation.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/routing.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/${MODPY_PYCACHE}multipart.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/${MODPY_PYCACHE}request.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/${MODPY_PYCACHE}response.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/multipart.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/request.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/response.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/sansio/utils.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/script.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/security.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/serving.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/test.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/testapp.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/urls.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/user_agent.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/useragents.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/utils.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}accept.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}auth.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}base_request.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}base_response.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}common_descriptors.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}cors.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}etag.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}json.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}request.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}response.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/${MODPY_PYCACHE}user_agent.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/accept.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/auth.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/base_request.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/base_response.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/common_descriptors.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/cors.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/etag.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/json.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/request.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/response.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers/user_agent.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers.py
lib/python${MODPY_VERSION}/site-packages/werkzeug/wsgi.py
share/doc/${MODPY_PY_PREFIX}werkzeug/
share/doc/${MODPY_PY_PREFIX}werkzeug/_images/
share/doc/${MODPY_PY_PREFIX}werkzeug/_images/debug-screenshot.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_images/shortly.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/changes.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/atom.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/cache.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/fixers.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/index.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/iterio.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/lint.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/profiler.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/securecookie.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/sessions.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/contrib/wrappers.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/datastructures.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/debug.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/cgi.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/fastcgi.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/index.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/mod_wsgi.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/deployment/proxying.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/exceptions.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/filesystem.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/http.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/index.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/installation.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/latexindex.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/levels.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/local.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/middlewares.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/python3.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/quickstart.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/request_data.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/routing.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/serving.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/terms.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/test.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/transition.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/tutorial.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/unicode.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/urls.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/utils.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/wrappers.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_sources/wsgi.rst.txt
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/background.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/basic.css
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/codebackground.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/contents.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/debug-screenshot.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/doctools.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/documentation_options.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/favicon.ico
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/file.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/header.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/jquery-3.5.1.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/jquery.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/language_data.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/minus.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/navigation.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/navigation_active.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/plus.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/pygments.css
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/searchtools.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/shortly.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/shorty-screenshot.png
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/style.css
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/underscore-1.13.1.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/underscore.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/werkzeug.css
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/werkzeug.js
share/doc/${MODPY_PY_PREFIX}werkzeug/_static/werkzeug.png
share/doc/${MODPY_PY_PREFIX}werkzeug/changes.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/atom.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/cache.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/fixers.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/index.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/iterio.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/lint.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/profiler.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/securecookie.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/sessions.html
share/doc/${MODPY_PY_PREFIX}werkzeug/contrib/wrappers.html
share/doc/${MODPY_PY_PREFIX}werkzeug/datastructures.html
share/doc/${MODPY_PY_PREFIX}werkzeug/debug.html
share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/
share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/cgi.html
share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/fastcgi.html
share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/index.html
share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/mod_wsgi.html
share/doc/${MODPY_PY_PREFIX}werkzeug/deployment/proxying.html
share/doc/${MODPY_PY_PREFIX}werkzeug/exceptions.html
share/doc/${MODPY_PY_PREFIX}werkzeug/filesystem.html
share/doc/${MODPY_PY_PREFIX}werkzeug/genindex.html
share/doc/${MODPY_PY_PREFIX}werkzeug/http.html
share/doc/${MODPY_PY_PREFIX}werkzeug/index.html
share/doc/${MODPY_PY_PREFIX}werkzeug/installation.html
share/doc/${MODPY_PY_PREFIX}werkzeug/latexindex.html
share/doc/${MODPY_PY_PREFIX}werkzeug/levels.html
share/doc/${MODPY_PY_PREFIX}werkzeug/local.html
share/doc/${MODPY_PY_PREFIX}werkzeug/middlewares.html
share/doc/${MODPY_PY_PREFIX}werkzeug/objects.inv
share/doc/${MODPY_PY_PREFIX}werkzeug/py-modindex.html
share/doc/${MODPY_PY_PREFIX}werkzeug/python3.html
share/doc/${MODPY_PY_PREFIX}werkzeug/quickstart.html
share/doc/${MODPY_PY_PREFIX}werkzeug/request_data.html
share/doc/${MODPY_PY_PREFIX}werkzeug/routing.html
share/doc/${MODPY_PY_PREFIX}werkzeug/search.html
share/doc/${MODPY_PY_PREFIX}werkzeug/searchindex.js
share/doc/${MODPY_PY_PREFIX}werkzeug/serving.html
share/doc/${MODPY_PY_PREFIX}werkzeug/terms.html
share/doc/${MODPY_PY_PREFIX}werkzeug/test.html
share/doc/${MODPY_PY_PREFIX}werkzeug/transition.html
share/doc/${MODPY_PY_PREFIX}werkzeug/tutorial.html
share/doc/${MODPY_PY_PREFIX}werkzeug/unicode.html
share/doc/${MODPY_PY_PREFIX}werkzeug/urls.html
share/doc/${MODPY_PY_PREFIX}werkzeug/utils.html
share/doc/${MODPY_PY_PREFIX}werkzeug/wrappers.html
share/doc/${MODPY_PY_PREFIX}werkzeug/wsgi.html
share/examples/${MODPY_PY_PREFIX}werkzeug/
share/examples/${MODPY_PY_PREFIX}werkzeug/README.rst
share/examples/${MODPY_PY_PREFIX}werkzeug/README
share/examples/${MODPY_PY_PREFIX}werkzeug/contrib/
share/examples/${MODPY_PY_PREFIX}werkzeug/contrib/README
share/examples/${MODPY_PY_PREFIX}werkzeug/contrib/securecookie.py
share/examples/${MODPY_PY_PREFIX}werkzeug/contrib/sessions.py
share/examples/${MODPY_PY_PREFIX}werkzeug/cookieauth.py
share/examples/${MODPY_PY_PREFIX}werkzeug/coolmagic/
share/examples/${MODPY_PY_PREFIX}werkzeug/coolmagic/__init__.py
share/examples/${MODPY_PY_PREFIX}werkzeug/coolmagic/application.py
@ -259,4 +367,3 @@ share/examples/${MODPY_PY_PREFIX}werkzeug/upload.py
share/examples/${MODPY_PY_PREFIX}werkzeug/webpylike/
share/examples/${MODPY_PY_PREFIX}werkzeug/webpylike/example.py
share/examples/${MODPY_PY_PREFIX}werkzeug/webpylike/webpylike.py
share/examples/${MODPY_PY_PREFIX}werkzeug/wsecho.py