Date: Wed, 24 Feb 2021 09:32:43 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566459 - in head/devel: . py-jupyterlab-widgets Message-ID: <202102240932.11O9WhtP069669@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Wed Feb 24 09:32:43 2021 New Revision: 566459 URL: https://svnweb.freebsd.org/changeset/ports/566459 Log: Add new port devel/py-jupyterlab-widgets: JupyterLab extension for Jupyter/IPython widgets. WWW: https://pypi.python.org/pypi/jupyterlab-widgets Added: head/devel/py-jupyterlab-widgets/ head/devel/py-jupyterlab-widgets/Makefile (contents, props changed) head/devel/py-jupyterlab-widgets/distinfo (contents, props changed) head/devel/py-jupyterlab-widgets/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 24 09:29:32 2021 (r566458) +++ head/devel/Makefile Wed Feb 24 09:32:43 2021 (r566459) @@ -4570,6 +4570,7 @@ SUBDIR += py-jupyter_core SUBDIR += py-jupyterlab SUBDIR += py-jupyterlab-server + SUBDIR += py-jupyterlab-widgets SUBDIR += py-jupyterlab_launcher SUBDIR += py-kaitaistruct SUBDIR += py-kaptan Added: head/devel/py-jupyterlab-widgets/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyterlab-widgets/Makefile Wed Feb 24 09:32:43 2021 (r566459) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= jupyterlab-widgets +DISTVERSION= 1.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= jupyterlab_widgets-${DISTVERSION} + +MAINTAINER= makc@FreeBSD.org +COMMENT= JupyterLab extension for Jupyter/IPython widgets + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyterlab>=3.0.0:devel/py-jupyterlab@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +PYDISTUTILS_CONFIGUREARGS= --skip-npm +PYDISTUTILS_BUILDARGS= --skip-npm +PYDISTUTILS_INSTALLARGS= --skip-npm + +.include <bsd.port.mk> Added: head/devel/py-jupyterlab-widgets/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyterlab-widgets/distinfo Wed Feb 24 09:32:43 2021 (r566459) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614113640 +SHA256 (jupyterlab_widgets-1.0.0.tar.gz) = 5c1a29a84d3069208cb506b10609175b249b6486d6b1cbae8fcde2a11584fb78 +SIZE (jupyterlab_widgets-1.0.0.tar.gz) = 116593 Added: head/devel/py-jupyterlab-widgets/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyterlab-widgets/pkg-descr Wed Feb 24 09:32:43 2021 (r566459) @@ -0,0 +1,5 @@ +ipywidgets, also known as jupyter-widgets, are interactive HTML widgets for +Jupyter notebooks and the IPython kernel. This port provides JupyterLab +extension for ipywidgets. + +WWW: https://pypi.python.org/pypi/jupyterlab-widgets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102240932.11O9WhtP069669>