diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-31 20:48:59 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-31 20:48:59 +0000 |
commit | 76c4e81029b26cc64f6bfb083a30f667298927dd (patch) | |
tree | dcac94969e3009d17d67d0d4fa65480ea1d6fb95 | |
parent | ad6942e4e170cf12162f90d216da7b87beb2dc88 (diff) | |
download | ports-76c4e81029b26cc64f6bfb083a30f667298927dd.tar.gz ports-76c4e81029b26cc64f6bfb083a30f667298927dd.zip |
devel/py-ypy-websocket: Remove obsoleted port
Use devel/py-pycrdt-websocket instead.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ypy-websocket/Makefile | 31 | ||||
-rw-r--r-- | devel/py-ypy-websocket/distinfo | 3 | ||||
-rw-r--r-- | devel/py-ypy-websocket/pkg-descr | 1 |
5 files changed, 1 insertions, 36 deletions
@@ -3065,3 +3065,4 @@ www/tidy-lib|www/tidy-html5|2024-03-25|Has expired: no more dev at SF, replaced lang/ruby30||2024-03-31|Has expired: Please migrate to newer versions. Ruby 3.0 will reach its EoL on March 30, 2024 devel/py-pybind11210|devel/py-pybind11|2024-03-31|Remove obsoleted port. Use devel/py-pybind11 instead devel/py-y-py|devel/py-pycrdt|2024-03-31|Remove obsoleted port. Use devel/py-pycrdt instead +devel/py-ypy-websocket|devel/py-pycrdt-websocket|2024-03-31|Remove obsoleted port. Use devel/py-pycrdt-websocket instead diff --git a/devel/Makefile b/devel/Makefile index 680d45f7d11b..a37a3ff249f1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5948,7 +5948,6 @@ SUBDIR += py-yaspin SUBDIR += py-yattag SUBDIR += py-yg.lockfile - SUBDIR += py-ypy-websocket SUBDIR += py-yunomi SUBDIR += py-zarr SUBDIR += py-zc.lockfile diff --git a/devel/py-ypy-websocket/Makefile b/devel/py-ypy-websocket/Makefile deleted file mode 100644 index 005c02f75b3e..000000000000 --- a/devel/py-ypy-websocket/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= ypy-websocket -PORTVERSION= 0.12.4 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ypy_websocket-${PORTVERSION} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= WebSocket connector for Ypy -WWW= https://davidbrochart.github.io/ypy-websocket/ \ - https://github.com/y-crdt/ypy-websocket - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosqlite>=0.18.0<1:databases/py-aiosqlite@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}anyio>=3.6.2<5:devel/py-anyio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}y-py>=0.6.0<0.7.0:devel/py-y-py@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -OPTIONS_DEFINE= DJANGO -DJANGO_DESC= Django support - -DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}channels>=0:www/py-channels@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/devel/py-ypy-websocket/distinfo b/devel/py-ypy-websocket/distinfo deleted file mode 100644 index c7c0b8bbe7b0..000000000000 --- a/devel/py-ypy-websocket/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1696904142 -SHA256 (ypy_websocket-0.12.4.tar.gz) = cbbf5fdaa9a301a0b5f9455f1f29478b7c05b62773b2dd2a65c6502b4e10afa1 -SIZE (ypy_websocket-0.12.4.tar.gz) = 17046 diff --git a/devel/py-ypy-websocket/pkg-descr b/devel/py-ypy-websocket/pkg-descr deleted file mode 100644 index 7ea831ca2516..000000000000 --- a/devel/py-ypy-websocket/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -ypy-websocket is an async WebSocket connector for Ypy. |