diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-08-04 15:35:34 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-08-04 15:35:34 +0200 |
commit | 8064765ef74f2a9b08f8e5a1a0dbcec714f597c6 (patch) | |
tree | ff2e8186cc07acb2ad9b311ab6af30644cda1542 | |
parent | databases/pear-DoctrineDBAL: Remove expired port (diff) |
www/py-wsaccel: Remove expired port
2025-08-03 www/py-wsaccel: Upstream ceased development
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-wsaccel/Makefile | 34 | ||||
-rw-r--r-- | www/py-wsaccel/distinfo | 3 | ||||
-rw-r--r-- | www/py-wsaccel/pkg-descr | 3 |
5 files changed, 1 insertions, 41 deletions
@@ -4708,3 +4708,4 @@ astro/R-cran-maptools||2025-08-03|Has expired: Fails to build and upstream recom security/openssl31-quictls||2025-08-04|Has expired: End-of-Life, please switch to security/quictls or OpenSSL 3.5 security/openssl31||2025-08-04|Has expired: End-of-Life, will be removed when new vulnerabilities are reported or at end of quarter. Upgrade to security/openssl35 latest LTS databases/pear-DoctrineDBAL||2025-08-04|Has expired: Upstream no longer serves through PEAR channel and has been moved to Composer +www/py-wsaccel||2025-08-04|Has expired: Upstream ceased development diff --git a/www/Makefile b/www/Makefile index 30509a5d23d1..f7c7223f0123 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1976,7 +1976,6 @@ SUBDIR += py-wikitools SUBDIR += py-woob SUBDIR += py-woob-qt - SUBDIR += py-wsaccel SUBDIR += py-wsgidav SUBDIR += py-xandikos SUBDIR += py-xyzservices diff --git a/www/py-wsaccel/Makefile b/www/py-wsaccel/Makefile deleted file mode 100644 index db46482c5598..000000000000 --- a/www/py-wsaccel/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= wsaccel -DISTVERSION= 0.6.7 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= WebSocket Accelerator for ws4py and AutobahnPython -WWW= https://github.com/methane/wsaccel - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Upstream ceased development -EXPIRATION_DATE=2025-08-03 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist cython3 pep517 pytest - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/utf8validator*.so - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/xormask*.so - -do-test: - @(cd ${TEST_WRKSRC} && ${SETENVI} ${WRK_ENV} ${TEST_ENV} pytest \ - -k '${_PYTEST_FILTER_EXPRESSION}' \ - -v -rs -o addopts= \ - ${PYTEST_ARGS}) - -.include <bsd.port.mk> diff --git a/www/py-wsaccel/distinfo b/www/py-wsaccel/distinfo deleted file mode 100644 index f3c8f776c7b8..000000000000 --- a/www/py-wsaccel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1728625583 -SHA256 (wsaccel-0.6.7.tar.gz) = aea79ba46b1a3792dbd1fe364aeb8a10128659c67057770c5c320d1f58588a8c -SIZE (wsaccel-0.6.7.tar.gz) = 290942 diff --git a/www/py-wsaccel/pkg-descr b/www/py-wsaccel/pkg-descr deleted file mode 100644 index 36629e40b2f9..000000000000 --- a/www/py-wsaccel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado. - -WSAccell replaces per-byte process in them with Cython version. |