Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:08:05 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 141a01020f32 - main - www/py-werkzeug21: Remove obsoleted port
Message-ID:  <202212300908.2BU985Ys099413@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=141a01020f328b2f5141e70a5535618f3c99d64b

commit 141a01020f328b2f5141e70a5535618f3c99d64b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:39:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:03 +0000

    www/py-werkzeug21: Remove obsoleted port
    
    Use www/py-werkzeug instead.
---
 MOVED                       |   1 +
 www/Makefile                |   1 -
 www/py-werkzeug21/Makefile  |  34 --------------
 www/py-werkzeug21/distinfo  |   3 --
 www/py-werkzeug21/pkg-descr |  10 ----
 www/py-werkzeug21/pkg-plist | 110 --------------------------------------------
 6 files changed, 1 insertion(+), 158 deletions(-)

diff --git a/MOVED b/MOVED
index 8e8c2db0d817..b52f268cc81e 100644
--- a/MOVED
+++ b/MOVED
@@ -17708,3 +17708,4 @@ multimedia/obs-websocket||2022-12-29|Removed: included in obs-studio-28.1.2
 multimedia/obs-ndi||2022-12-29|Removed: it depends on a closed commercial library
 multimedia/obs-v4l2sink||2022-12-29|Removed: obs-studio-28.1.2 now contains same functionality
 multimedia/obs-audio-spectralizer|multimedia/obs-waveform|2022-12-29|Removed obsolete port in favor of multimedia/obs-waveform
+www/py-werkzeug21|www/py-werkzeug|2022-12-30|Remove obsoleted port. Use www/py-werkzeug instead
diff --git a/www/Makefile b/www/Makefile
index 4facfd7cfe66..a05b55b8b6fe 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1791,7 +1791,6 @@
     SUBDIR += py-websocket-client
     SUBDIR += py-webunit
     SUBDIR += py-werkzeug
-    SUBDIR += py-werkzeug21
     SUBDIR += py-wfuzz
     SUBDIR += py-whitenoise
     SUBDIR += py-wikipedia
diff --git a/www/py-werkzeug21/Makefile b/www/py-werkzeug21/Makefile
deleted file mode 100644
index 5010127b2d9a..000000000000
--- a/www/py-werkzeug21/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME=	werkzeug
-PORTVERSION=	2.1.2
-CATEGORIES=	www python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	21
-DISTNAME=	Werkzeug-${DISTVERSION}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Python utilities collection for building WSGI applications
-WWW=		https://palletsprojects.com/p/werkzeug/
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.rst
-
-USES=		cpe python:3.7+
-USE_PYTHON=	autoplist concurrent distutils
-
-NO_ARCH=	yes
-
-CPE_VENDOR=	palletsprojects
-
-PORTSCOUT=	limit:^2\.1\.
-
-OPTIONS_DEFINE=	EXAMPLES WATCHDOG
-WATCHDOG_DESC=	Monitor filesystem events
-
-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}
-
-.include <bsd.port.mk>
diff --git a/www/py-werkzeug21/distinfo b/www/py-werkzeug21/distinfo
deleted file mode 100644
index 72cb452b1a73..000000000000
--- a/www/py-werkzeug21/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1651316657
-SHA256 (Werkzeug-2.1.2.tar.gz) = 1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6
-SIZE (Werkzeug-2.1.2.tar.gz) = 835169
diff --git a/www/py-werkzeug21/pkg-descr b/www/py-werkzeug21/pkg-descr
deleted file mode 100644
index 0a2b7bfb5b9d..000000000000
--- a/www/py-werkzeug21/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-A Python utilities collection for building WSGI applications.
-
-Werkzeug does not try to be a framework, and instead started as a simple
-collection of various utilities useful for building WSGI applications.
-It has since become one of the most advanced collections of its kind.
-
-It includes a powerful debugger, fully featured request and response
-objects, HTTP utilities to handle entity tags, cache control headers,
-HTTP dates, cookie handling, file uploads, a powerful URL routing
-system and a bunch of community contributed add-on modules.
diff --git a/www/py-werkzeug21/pkg-plist b/www/py-werkzeug21/pkg-plist
deleted file mode 100644
index e026201975c7..000000000000
--- a/www/py-werkzeug21/pkg-plist
+++ /dev/null
@@ -1,110 +0,0 @@
-%%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/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/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%%/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300908.2BU985Ys099413>