From owner-svn-ports-all@freebsd.org Mon Jan 9 19:05:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7EBFCA733D; Mon, 9 Jan 2017 19:05:34 +0000 (UTC) (envelope-from antoine@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 mx1.freebsd.org (Postfix) with ESMTPS id 6BFA11459; Mon, 9 Jan 2017 19:05:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v09J5XiF037025; Mon, 9 Jan 2017 19:05:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09J5XwR037021; Mon, 9 Jan 2017 19:05:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201701091905.v09J5XwR037021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 9 Jan 2017 19:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431018 - in head/devel: . py-ipykernel X-SVN-Group: ports-head 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.23 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: Mon, 09 Jan 2017 19:05:34 -0000 Author: antoine Date: Mon Jan 9 19:05:33 2017 New Revision: 431018 URL: https://svnweb.freebsd.org/changeset/ports/431018 Log: New port: devel/py-ipykernel IPython Kernel for Jupyter. WWW: http://ipython.org/ Added: head/devel/py-ipykernel/ head/devel/py-ipykernel/Makefile (contents, props changed) head/devel/py-ipykernel/distinfo (contents, props changed) head/devel/py-ipykernel/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 9 19:04:48 2017 (r431017) +++ head/devel/Makefile Mon Jan 9 19:05:33 2017 (r431018) @@ -4290,6 +4290,7 @@ SUBDIR += py-ioflo SUBDIR += py-ipaddr SUBDIR += py-ipdb + SUBDIR += py-ipykernel SUBDIR += py-ipython_genutils SUBDIR += py-iso8601 SUBDIR += py-isodate Added: head/devel/py-ipykernel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipykernel/Makefile Mon Jan 9 19:05:33 2017 (r431018) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ipykernel +PORTVERSION= 4.5.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= IPython Kernel for Jupyter + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython \ + ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client \ + ${PYTHON_PKGNAMEPREFIX}tornado>=4.0:www/py-tornado \ + ${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0:devel/py-traitlets + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/devel/py-ipykernel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipykernel/distinfo Mon Jan 9 19:05:33 2017 (r431018) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483905267 +SHA256 (ipykernel-4.5.2.tar.gz) = 5a54f25f0e6c8ee74c362c23f9a95e10e74c6b7f5ef42059c861ff6f26d89462 +SIZE (ipykernel-4.5.2.tar.gz) = 88282 Added: head/devel/py-ipykernel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ipykernel/pkg-descr Mon Jan 9 19:05:33 2017 (r431018) @@ -0,0 +1,3 @@ +IPython Kernel for Jupyter. + +WWW: http://ipython.org/