Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 06:08:08 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472846 - in head/devel: . py-jupyterlab_launcher
Message-ID:  <201806200608.w5K688Ir005119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jun 20 06:08:08 2018
New Revision: 472846
URL: https://svnweb.freebsd.org/changeset/ports/472846

Log:
  New port: devel/py-jupyterlab_launcher: Jupyter Launcher (launcher for the JupiterLab environment)

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jun 20 05:26:56 2018	(r472845)
+++ head/devel/Makefile	Wed Jun 20 06:08:08 2018	(r472846)
@@ -4637,6 +4637,7 @@
     SUBDIR += py-jupyter_client
     SUBDIR += py-jupyter_console
     SUBDIR += py-jupyter_core
+    SUBDIR += py-jupyterlab_launcher
     SUBDIR += py-kaitaistruct
     SUBDIR += py-kaptan
     SUBDIR += py-kayako

Added: head/devel/py-jupyterlab_launcher/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyterlab_launcher/Makefile	Wed Jun 20 06:08:08 2018	(r472846)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	jupyterlab_launcher
+DISTVERSION=	0.11.0
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Jupyter Launcher (launcher for the JupiterLab environment)
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}notebook>=4.2.0:www/py-notebook@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-jupyterlab_launcher/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyterlab_launcher/distinfo	Wed Jun 20 06:08:08 2018	(r472846)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529473624
+SHA256 (jupyterlab_launcher-0.11.0.tar.gz) = 2eea0cc95b312e136e6e5abc64e2e62baaeca493cd32f553c2205f79e01c0423
+SIZE (jupyterlab_launcher-0.11.0.tar.gz) = 18412

Added: head/devel/py-jupyterlab_launcher/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyterlab_launcher/pkg-descr	Wed Jun 20 06:08:08 2018	(r472846)
@@ -0,0 +1,6 @@
+Launcher is useful in the context of the Jupyter Project.
+
+Project Jupyter exists to develop open-source software, open-standards, and
+services for interactive computing across dozens of programming languages.
+
+WWW: http://jupyter.org/



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