svn commit: r562983 - in head/devel: . py-nbclassic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 19:24:09 UTC 2021


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	nbclassic
+PORTVERSION=	0.2.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list