diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index afe32e3378eb..f6cc33242e49 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,32 +1,32 @@ # Created by: Moggie PORTNAME= werkzeug -PORTVERSION= 1.0.1 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Werkzeug-${DISTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python utilities collection for building WSGI applications LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES WATCHDOG WATCHDOG_DESC= Monitor filesystem events -WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0.8:devel/py-watchdog@${PY_FLAVOR} +WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=0:devel/py-watchdog@${PY_FLAVOR} post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index 3635ac7c7820..d3975a60243c 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585752057 -SHA256 (Werkzeug-1.0.1.tar.gz) = 6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c -SIZE (Werkzeug-1.0.1.tar.gz) = 904455 +TIMESTAMP = 1620928643 +SHA256 (Werkzeug-2.0.0.tar.gz) = 3389bbfe6d40c6dd25e6d3f974155163c8b3de5bbda6a89342d4ab93fae80ba0 +SIZE (Werkzeug-2.0.0.tar.gz) = 892229 diff --git a/www/py-werkzeug/pkg-plist b/www/py-werkzeug/pkg-plist index 03e98a2378bc..e026201975c7 100644 --- a/www/py-werkzeug/pkg-plist +++ b/www/py-werkzeug/pkg-plist @@ -1,109 +1,110 @@ +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.rst %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/application.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/helpers.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/public/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/static/about.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/static/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/templates/static/not_found.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/utils.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/views/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/coolmagic/views/static.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/application.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/models.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/static/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/display.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/list.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/new.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/templates/not_found.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/utils.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/couchy/views.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/application.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/db.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/network.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/pages.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/content.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/down.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/favicon.ico %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/header.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/logo.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/shared/up.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/missingpage.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/search.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/server.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/templates/serverlist.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cupoftee/utils.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpbasicauth.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/application.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/about.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/blog.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/urls.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/i18nurls/views.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-coolmagic.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-couchy.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-cupoftee.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-i18nurls.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-plnt.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-shorty.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-simplewiki.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/manage-webpylike.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partial/complex_routing.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/partial/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partial/complex_routing.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/database.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/shared/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/sync.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/templates/about.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/templates/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/utils.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/views.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/plnt/webapp.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.rst %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/shortly.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/static/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/404.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/new_url.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shortly/templates/short_link_details.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/application.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/models.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/static/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/display.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/list.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/new.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/templates/not_found.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/utils.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shorty/views.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/__init__.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/actions.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/application.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/database.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/shared/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/specialpages.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_diff.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_edit.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_log.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_revert.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/action_show.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/layout.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/macros.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/missing_action.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/page_index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/page_missing.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/templates/recent_changes.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewiki/utils.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpylike/example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpylike/webpylike.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsecho.py