Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 19:23:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562982 - in head/devel: . py-jupyter-server
Message-ID:  <202101261923.10QJNxYK011997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 19:23:58 2021
New Revision: 562982
URL: https://svnweb.freebsd.org/changeset/ports/562982

Log:
  Add py-jupyter-server 1.1.3
  
  The Jupyter Server provides the backend (i.e. the core services, APIs, and REST
  endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and
  Voila.
  
  WWW: https://github.com/jupyter-server/jupyter_server

Added:
  head/devel/py-jupyter-server/
  head/devel/py-jupyter-server/Makefile   (contents, props changed)
  head/devel/py-jupyter-server/distinfo   (contents, props changed)
  head/devel/py-jupyter-server/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 26 19:20:52 2021	(r562981)
+++ head/devel/Makefile	Tue Jan 26 19:23:58 2021	(r562982)
@@ -4556,6 +4556,7 @@
     SUBDIR += py-jsonschema
     SUBDIR += py-jsonsir
     SUBDIR += py-jupyter-packaging
+    SUBDIR += py-jupyter-server
     SUBDIR += py-jupyter-telemetry
     SUBDIR += py-jupyter_client
     SUBDIR += py-jupyter_console

Added: head/devel/py-jupyter-server/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-server/Makefile	Tue Jan 26 19:23:58 2021	(r562982)
@@ -0,0 +1,36 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jupyter-server
+PORTVERSION=	1.1.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	jupyter_server-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	The backend to Jupyter web applications
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING.md
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}anyio>=2.0.2:devel/py-anyio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyter_client>=6.1.1:devel/py-jupyter_client@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jupyter_core>=4.4.0:devel/py-jupyter_core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}nbconvert>=0:devel/py-nbconvert@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}nbformat>=0:devel/py-nbformat@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}prometheus-client>=0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyzmq>=17:net/py-pyzmq@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}send2trash>=0:deskutils/py-send2trash@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}terminado>=0.8.3:net/py-terminado@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tornado>=6.1.0:www/py-tornado@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR}
+
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-jupyter-server/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-server/distinfo	Tue Jan 26 19:23:58 2021	(r562982)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608839627
+SHA256 (jupyter_server-1.1.3.tar.gz) = 23ce959718592ba472db7982a5daf15dda3397fd50bb54d05ad10c09fe122905
+SIZE (jupyter_server-1.1.3.tar.gz) = 267004

Added: head/devel/py-jupyter-server/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-server/pkg-descr	Tue Jan 26 19:23:58 2021	(r562982)
@@ -0,0 +1,5 @@
+The Jupyter Server provides the backend (i.e. the core services, APIs, and REST
+endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and
+Voila.
+
+WWW: https://github.com/jupyter-server/jupyter_server



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261923.10QJNxYK011997>