Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2017 07:48:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435125 - in head/devel: . py-ipywidgets
Message-ID:  <201703010748.v217m2Ut097048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Mar  1 07:48:01 2017
New Revision: 435125
URL: https://svnweb.freebsd.org/changeset/ports/435125

Log:
  devel/py-ipywidgets: create port
  
  IPython widgets for the Jupyter Notebook
  
  WWW: https://ipywidgets.readthedocs.io

Added:
  head/devel/py-ipywidgets/
  head/devel/py-ipywidgets/Makefile   (contents, props changed)
  head/devel/py-ipywidgets/distinfo   (contents, props changed)
  head/devel/py-ipywidgets/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Mar  1 07:15:35 2017	(r435124)
+++ head/devel/Makefile	Wed Mar  1 07:48:01 2017	(r435125)
@@ -4328,6 +4328,7 @@
     SUBDIR += py-ipdb
     SUBDIR += py-ipykernel
     SUBDIR += py-ipython_genutils
+    SUBDIR += py-ipywidgets
     SUBDIR += py-iso8601
     SUBDIR += py-isodate
     SUBDIR += py-isort

Added: head/devel/py-ipywidgets/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipywidgets/Makefile	Wed Mar  1 07:48:01 2017	(r435125)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	ipywidgets
+PORTVERSION=	5.2.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Interactive HTML widgets for Jupyter notebooks and the IPython kernel
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython \
+		${PYTHON_PKGNAMEPREFIX}ipykernel>=4.2.2:devel/py-ipykernel \
+		${PYTHON_PKGNAMEPREFIX}widgetsnbextension>=1.2:devel/py-widgetsnbextension \
+		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-ipywidgets/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipywidgets/distinfo	Wed Mar  1 07:48:01 2017	(r435125)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1487845854
+SHA256 (ipywidgets-5.2.2.tar.gz) = baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2
+SIZE (ipywidgets-5.2.2.tar.gz) = 2420984

Added: head/devel/py-ipywidgets/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipywidgets/pkg-descr	Wed Mar  1 07:48:01 2017	(r435125)
@@ -0,0 +1,3 @@
+IPython widgets for the Jupyter Notebook
+
+WWW: https://ipywidgets.readthedocs.io



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703010748.v217m2Ut097048>