Date: Sun, 31 Mar 2024 20:50:35 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 76c4e81029b2 - main - devel/py-ypy-websocket: Remove obsoleted port Message-ID: <202403312050.42VKoZTm044502@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=76c4e81029b26cc64f6bfb083a30f667298927dd commit 76c4e81029b26cc64f6bfb083a30f667298927dd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 20:48:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 20:48:59 +0000 devel/py-ypy-websocket: Remove obsoleted port Use devel/py-pycrdt-websocket instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-ypy-websocket/Makefile | 31 ------------------------------- devel/py-ypy-websocket/distinfo | 3 --- devel/py-ypy-websocket/pkg-descr | 1 - 5 files changed, 1 insertion(+), 36 deletions(-) diff --git a/MOVED b/MOVED index e7140693c51c..673a38a8a342 100644 --- a/MOVED +++ b/MOVED @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403312050.42VKoZTm044502>