svn commit: r507400 - in head/devel: . py-jupyterlab

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 27 11:52:50 UTC 2019


Author: sunpoet
Date: Sat Jul 27 11:52:47 2019
New Revision: 507400
URL: https://svnweb.freebsd.org/changeset/ports/507400

Log:
  Add py-jupyterlab 1.0.3
  
  JupyterLab is an extensible environment for interactive and reproducible
  computing, based on the Jupyter Notebook and Architecture.
  
  JupyterLab is the next-generation user interface for Project Jupyter offering
  all the familiar building blocks of the classic Jupyter Notebook (notebook,
  terminal, text editor, file browser, rich outputs, etc.) in a flexible and
  powerful user interface. JupyterLab will eventually replace the classic Jupyter
  Notebook.
  
  The current JupyterLab releases are suitable for general usage, and the
  extension APIs will continue to evolve for JupyterLab extension developers.
  
  WWW: https://jupyter.org/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jul 27 11:52:18 2019	(r507399)
+++ head/devel/Makefile	Sat Jul 27 11:52:47 2019	(r507400)
@@ -4555,6 +4555,7 @@
     SUBDIR += py-jupyter_client
     SUBDIR += py-jupyter_console
     SUBDIR += py-jupyter_core
+    SUBDIR += py-jupyterlab
     SUBDIR += py-jupyterlab_launcher
     SUBDIR += py-jupyterlab_server
     SUBDIR += py-kaitaistruct

Added: head/devel/py-jupyterlab/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyterlab/Makefile	Sat Jul 27 11:52:47 2019	(r507400)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jupyterlab
+PORTVERSION=	1.0.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	JupyterLab notebook server extension
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jupyterlab_server>=1.0.0:devel/py-jupyterlab_server@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}notebook>=4.3.1:www/py-notebook@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-jupyterlab/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyterlab/distinfo	Sat Jul 27 11:52:47 2019	(r507400)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1564157931
+SHA256 (jupyterlab-1.0.3.tar.gz) = b6bbc07b464d9b282a3a24d67c59959d0c5940442399642f400c62ea6dfc46af
+SIZE (jupyterlab-1.0.3.tar.gz) = 12071386

Added: head/devel/py-jupyterlab/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyterlab/pkg-descr	Sat Jul 27 11:52:47 2019	(r507400)
@@ -0,0 +1,13 @@
+JupyterLab is an extensible environment for interactive and reproducible
+computing, based on the Jupyter Notebook and Architecture.
+
+JupyterLab is the next-generation user interface for Project Jupyter offering
+all the familiar building blocks of the classic Jupyter Notebook (notebook,
+terminal, text editor, file browser, rich outputs, etc.) in a flexible and
+powerful user interface. JupyterLab will eventually replace the classic Jupyter
+Notebook.
+
+The current JupyterLab releases are suitable for general usage, and the
+extension APIs will continue to evolve for JupyterLab extension developers.
+
+WWW: https://jupyter.org/


More information about the svn-ports-head mailing list