From owner-svn-ports-head@freebsd.org Wed Jun 20 06:08:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E43EF1002E8A; Wed, 20 Jun 2018 06:08:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9284C6967E; Wed, 20 Jun 2018 06:08:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 700E91E614; Wed, 20 Jun 2018 06:08:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5K6892d005123; Wed, 20 Jun 2018 06:08:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5K688Ir005119; Wed, 20 Jun 2018 06:08:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806200608.w5K688Ir005119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 20 Jun 2018 06:08:08 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-jupyterlab_launcher X-SVN-Commit-Revision: 472846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 06:08:10 -0000 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 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/