diff options
Diffstat (limited to 'www/py-wsaccel')
-rw-r--r-- | www/py-wsaccel/Makefile | 33 | ||||
-rw-r--r-- | www/py-wsaccel/distinfo | 3 | ||||
-rw-r--r-- | www/py-wsaccel/pkg-descr | 3 |
3 files changed, 0 insertions, 39 deletions
diff --git a/www/py-wsaccel/Makefile b/www/py-wsaccel/Makefile deleted file mode 100644 index 28e828757c80..000000000000 --- a/www/py-wsaccel/Makefile +++ /dev/null @@ -1,33 +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 - -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. |