Add py-nbclient 0.5.1

NBClient, a client library for programmatic notebook execution, is a tool for
running Jupyter Notebooks in different execution contexts. NBClient was spun out
of nbconvert's former ExecutePreprocessor.

WWW: https://github.com/jupyter/nbclient
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:03:55 +00:00
parent c3b0d3f2c2
commit cd0615dcd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558473
4 changed files with 36 additions and 0 deletions

View File

@ -4640,6 +4640,7 @@
SUBDIR += py-nanotime
SUBDIR += py-natsort
SUBDIR += py-natural
SUBDIR += py-nbclient
SUBDIR += py-nbconvert
SUBDIR += py-nbdime
SUBDIR += py-nbformat

View File

@ -0,0 +1,27 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= nbclient
PORTVERSION= 0.5.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Client library for executing notebooks
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter_client>=6.1.5:devel/py-jupyter_client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbformat>=5.0:devel/py-nbformat@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nest-asyncio>=0:devel/py-nest-asyncio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608366068
SHA256 (nbclient-0.5.1.tar.gz) = 01e2d726d16eaf2cde6db74a87e2451453547e8832d142f73f72fddcd4fe0250
SIZE (nbclient-0.5.1.tar.gz) = 69862

View File

@ -0,0 +1,5 @@
NBClient, a client library for programmatic notebook execution, is a tool for
running Jupyter Notebooks in different execution contexts. NBClient was spun out
of nbconvert's former ExecutePreprocessor.
WWW: https://github.com/jupyter/nbclient