git: 5a6a4c30eefe - main - devel/py-jupyter-server-ydoc: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 12:59:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a6a4c30eefe520cb562e1108eee3f9be3d09339
commit 5a6a4c30eefe520cb562e1108eee3f9be3d09339
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-11 12:53:54 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-11 12:53:54 +0000
devel/py-jupyter-server-ydoc: Remove obsoleted port
Use devel/py-jupyter-collaboration instead.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-jupyter-server-ydoc/Makefile | 27 ----------------------
devel/py-jupyter-server-ydoc/distinfo | 3 ---
.../files/patch-pyproject.toml | 11 ---------
devel/py-jupyter-server-ydoc/pkg-descr | 2 --
6 files changed, 1 insertion(+), 44 deletions(-)
diff --git a/MOVED b/MOVED
index 11970a4db759..f6bf6106417c 100644
--- a/MOVED
+++ b/MOVED
@@ -7940,3 +7940,4 @@ net/rubygem-octokit5|net/rubygem-octokit|2023-10-06|Use net/rubygem-octokit
games/minilens||2023-10-08|Has expired: Depends on expired devel/godot2 (use devel/godot instead)
games/tanks-of-freedom||2023-10-08|Has expired: Depends on expired devel/godot2 (use devel/godot instead)
devel/godot2|devel/godot|2023-10-08|Has expired: Requires legacy OpenSSL 1.1.1 so use devel/godot
+devel/py-jupyter-server-ydoc|devel/py-jupyter-collaboration|2023-10-11|Remove obsoleted port. Use devel/py-jupyter-collaboration instead
diff --git a/devel/Makefile b/devel/Makefile
index 4e882221b9bf..0d7ba9c85f79 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4902,7 +4902,6 @@
SUBDIR += py-jupyter-server-fileid
SUBDIR += py-jupyter-server-mathjax
SUBDIR += py-jupyter-server-terminals
- SUBDIR += py-jupyter-server-ydoc
SUBDIR += py-jupyter-telemetry
SUBDIR += py-jupyter-ydoc
SUBDIR += py-jupyter_console
diff --git a/devel/py-jupyter-server-ydoc/Makefile b/devel/py-jupyter-server-ydoc/Makefile
deleted file mode 100644
index b9e6280c5ff4..000000000000
--- a/devel/py-jupyter-server-ydoc/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= jupyter-server-ydoc
-PORTVERSION= 0.8.0
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= jupyter_server_ydoc-${PORTVERSION}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Jupyter Server Extension Providing Y Documents
-WWW= https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ \
- https://github.com/jupyterlab/jupyter-collaboration
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.25:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server-fileid>=0.6.0<1:devel/py-jupyter-server-fileid@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jupyter-ydoc>=0.2.0<0.4.0:devel/py-jupyter-ydoc@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ypy-websocket>=0.8.2<0.10.0_99:devel/py-ypy-websocket@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-jupyter-server-ydoc/distinfo b/devel/py-jupyter-server-ydoc/distinfo
deleted file mode 100644
index 7ef0bed527a8..000000000000
--- a/devel/py-jupyter-server-ydoc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1679498690
-SHA256 (jupyter_server_ydoc-0.8.0.tar.gz) = a6fe125091792d16c962cc3720c950c2b87fcc8c3ecf0c54c84e9a20b814526c
-SIZE (jupyter_server_ydoc-0.8.0.tar.gz) = 25769
diff --git a/devel/py-jupyter-server-ydoc/files/patch-pyproject.toml b/devel/py-jupyter-server-ydoc/files/patch-pyproject.toml
deleted file mode 100644
index 0a9fb25b945f..000000000000
--- a/devel/py-jupyter-server-ydoc/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -22,7 +22,7 @@ classifiers = [
- requires-python = ">=3.7"
- dependencies = [
- "jupyter_ydoc>=0.2.0,<0.4.0",
-- "ypy-websocket>=0.8.2,<0.9.0",
-+ "ypy-websocket>=0.8.2,<=0.10.0",
- "jupyter_server_fileid >=0.6.0,<1"
- ]
-
diff --git a/devel/py-jupyter-server-ydoc/pkg-descr b/devel/py-jupyter-server-ydoc/pkg-descr
deleted file mode 100644
index 12be7adafaa0..000000000000
--- a/devel/py-jupyter-server-ydoc/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Jupyter Server YDoc is a Jupyter Server Extension providing support for Y
-documents.