From owner-svn-ports-head@freebsd.org Tue Jan 26 19:24:08 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A32E4FD6BB; Tue, 26 Jan 2021 19:24:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQGr672Xsz3qld; Tue, 26 Jan 2021 19:24:06 +0000 (UTC) (envelope-from sunpoet@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 CF7FF6FF4; Tue, 26 Jan 2021 19:24:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10QJO5YF012157; Tue, 26 Jan 2021 19:24:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10QJO4jR012153; Tue, 26 Jan 2021 19:24:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101261924.10QJO4jR012153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Jan 2021 19:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562983 - in head/devel: . py-nbclassic X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-nbclassic X-SVN-Commit-Revision: 562983 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.34 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: Tue, 26 Jan 2021 19:24:08 -0000 Author: sunpoet Date: Tue Jan 26 19:24:04 2021 New Revision: 562983 URL: https://svnweb.freebsd.org/changeset/ports/562983 Log: Add py-nbclassic 0.2.5 NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend. This project prepares for a future where JupyterLab and other frontends switch to Jupyter Server for their Python Web application backend. Using this package, users can launch Jupyter Notebook, JupyterLab and other frontends side-by-side on top of the new Python server backend. WWW: https://github.com/jupyterlab/nbclassic Added: head/devel/py-nbclassic/ head/devel/py-nbclassic/Makefile (contents, props changed) head/devel/py-nbclassic/distinfo (contents, props changed) head/devel/py-nbclassic/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 26 19:23:58 2021 (r562982) +++ head/devel/Makefile Tue Jan 26 19:24:04 2021 (r562983) @@ -4655,6 +4655,7 @@ SUBDIR += py-nanotime SUBDIR += py-natsort SUBDIR += py-natural + SUBDIR += py-nbclassic SUBDIR += py-nbclient SUBDIR += py-nbconvert SUBDIR += py-nbdime Added: head/devel/py-nbclassic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nbclassic/Makefile Tue Jan 26 19:24:04 2021 (r562983) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= nbclassic +PORTVERSION= 0.2.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Jupyter Notebook as a Jupyter Server Extension + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-server>=1.1<2:devel/py-jupyter-server@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}notebook>=0<7:www/py-notebook@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-nbclassic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nbclassic/distinfo Tue Jan 26 19:24:04 2021 (r562983) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608839121 +SHA256 (nbclassic-0.2.5.tar.gz) = e6da2116ab76a63de62f42cf8ea93c9a0c564aaf8315834f7c52efb85b4640ab +SIZE (nbclassic-0.2.5.tar.gz) = 21694 Added: head/devel/py-nbclassic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nbclassic/pkg-descr Tue Jan 26 19:24:04 2021 (r562983) @@ -0,0 +1,8 @@ +NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend. + +This project prepares for a future where JupyterLab and other frontends switch +to Jupyter Server for their Python Web application backend. Using this package, +users can launch Jupyter Notebook, JupyterLab and other frontends side-by-side +on top of the new Python server backend. + +WWW: https://github.com/jupyterlab/nbclassic