1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Add new port devel/py-jupyterlab-widgets:

JupyterLab extension for Jupyter/IPython widgets.

WWW: https://pypi.python.org/pypi/jupyterlab-widgets
This commit is contained in:
Max Brazhnikov 2021-02-24 09:32:43 +00:00
parent ce89bf240b
commit ab7a755c05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566459
4 changed files with 35 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1614113640
SHA256 (jupyterlab_widgets-1.0.0.tar.gz) = 5c1a29a84d3069208cb506b10609175b249b6486d6b1cbae8fcde2a11584fb78
SIZE (jupyterlab_widgets-1.0.0.tar.gz) = 116593

View File

@ -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