From owner-svn-ports-all@freebsd.org Sat Dec 19 20:03:59 2020 Return-Path: Delivered-To: svn-ports-all@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 D3CFB4CF309; Sat, 19 Dec 2020 20:03:59 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyxWg2mFbz4Z9s; Sat, 19 Dec 2020 20:03:58 +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 2565923303; Sat, 19 Dec 2020 20:03:57 +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 0BJK3uce094475; Sat, 19 Dec 2020 20:03:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJK3uLr094471; Sat, 19 Dec 2020 20:03:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012192003.0BJK3uLr094471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:03:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558473 - in head/devel: . py-nbclient X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-nbclient X-SVN-Commit-Revision: 558473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 20:04:00 -0000 Author: sunpoet Date: Sat Dec 19 20:03:55 2020 New Revision: 558473 URL: https://svnweb.freebsd.org/changeset/ports/558473 Log: 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 Added: head/devel/py-nbclient/ head/devel/py-nbclient/Makefile (contents, props changed) head/devel/py-nbclient/distinfo (contents, props changed) head/devel/py-nbclient/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 19 20:03:50 2020 (r558472) +++ head/devel/Makefile Sat Dec 19 20:03:55 2020 (r558473) @@ -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 Added: head/devel/py-nbclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nbclient/Makefile Sat Dec 19 20:03:55 2020 (r558473) @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh +# $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 Added: head/devel/py-nbclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nbclient/distinfo Sat Dec 19 20:03:55 2020 (r558473) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608366068 +SHA256 (nbclient-0.5.1.tar.gz) = 01e2d726d16eaf2cde6db74a87e2451453547e8832d142f73f72fddcd4fe0250 +SIZE (nbclient-0.5.1.tar.gz) = 69862 Added: head/devel/py-nbclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-nbclient/pkg-descr Sat Dec 19 20:03:55 2020 (r558473) @@ -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