Verified Commit 141a0102 authored by sunpoet's avatar sunpoet
Browse files

www/py-werkzeug21: Remove obsoleted port

Use www/py-werkzeug instead.
parent c28b3a0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

www/py-werkzeug21/Makefile

deleted100644 → 0
+0 −34
Original line number Diff line number Diff line
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>

www/py-werkzeug21/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1651316657
SHA256 (Werkzeug-2.1.2.tar.gz) = 1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6
SIZE (Werkzeug-2.1.2.tar.gz) = 835169

www/py-werkzeug21/pkg-descr

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
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.
Loading