git: b6b8b351808c - main - devel/py-jupyter-server-fileid: Add py-jupyter-server-fileid 0.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:23:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6b8b351808cfedbcbbcfb6c3fcf8f359dafc0a2 commit b6b8b351808cfedbcbbcfb6c3fcf8f359dafc0a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:35:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:19:52 +0000 devel/py-jupyter-server-fileid: Add py-jupyter-server-fileid 0.8.0 Jupyter Server extension providing an implementation of the File ID service --- devel/Makefile | 1 + devel/py-jupyter-server-fileid/Makefile | 24 ++++++++++++++++++++++++ devel/py-jupyter-server-fileid/distinfo | 3 +++ devel/py-jupyter-server-fileid/pkg-descr | 1 + 4 files changed, 29 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index eb1109e19375..51d14f944a8b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4803,6 +4803,7 @@ SUBDIR += py-jupyter-events SUBDIR += py-jupyter-packaging SUBDIR += py-jupyter-server + SUBDIR += py-jupyter-server-fileid SUBDIR += py-jupyter-server-mathjax SUBDIR += py-jupyter-telemetry SUBDIR += py-jupyter_console diff --git a/devel/py-jupyter-server-fileid/Makefile b/devel/py-jupyter-server-fileid/Makefile new file mode 100644 index 000000000000..9a5ce4ce70f3 --- /dev/null +++ b/devel/py-jupyter-server-fileid/Makefile @@ -0,0 +1,24 @@ +PORTNAME= jupyter-server-fileid +PORTVERSION= 0.8.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= jupyter_server_fileid-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Jupyter Server extension for File ID service +WWW= https://github.com/jupyter-server/jupyter_server_fileid + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-events>=0.5.0:devel/py-jupyter-events@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.15<3:devel/py-jupyter-server@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-jupyter-server-fileid/distinfo b/devel/py-jupyter-server-fileid/distinfo new file mode 100644 index 000000000000..650e87f6029b --- /dev/null +++ b/devel/py-jupyter-server-fileid/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1677770933 +SHA256 (jupyter_server_fileid-0.8.0.tar.gz) = 1e0816d0857f490fadea11348570f0cba03f70f315c9842225aecfa45882b6af +SIZE (jupyter_server_fileid-0.8.0.tar.gz) = 51420 diff --git a/devel/py-jupyter-server-fileid/pkg-descr b/devel/py-jupyter-server-fileid/pkg-descr new file mode 100644 index 000000000000..89db3191b67a --- /dev/null +++ b/devel/py-jupyter-server-fileid/pkg-descr @@ -0,0 +1 @@ +Jupyter Server extension providing an implementation of the File ID service