svn commit: r431018 - in head/devel: . py-ipykernel

Antoine Brodin antoine at FreeBSD.org
Mon Jan 9 19:05:34 UTC 2017


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 at 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 <bsd.port.mk>

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/


More information about the svn-ports-all mailing list