summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-08-04 15:35:34 +0200
committerRene Ladan <rene@FreeBSD.org>2025-08-04 15:35:34 +0200
commit8064765ef74f2a9b08f8e5a1a0dbcec714f597c6 (patch)
treeff2e8186cc07acb2ad9b311ab6af30644cda1542
parentdatabases/pear-DoctrineDBAL: Remove expired port (diff)
www/py-wsaccel: Remove expired port
2025-08-03 www/py-wsaccel: Upstream ceased development
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-wsaccel/Makefile34
-rw-r--r--www/py-wsaccel/distinfo3
-rw-r--r--www/py-wsaccel/pkg-descr3
5 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index 15de8d9a5b70..f8f824ccdece 100644
--- a/MOVED
+++ b/MOVED
@@ -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.