mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
devel/py-widgetsnbextension: create port
Interactive HTML widgets for Jupyter notebooks
This commit is contained in:
parent
4666afdda7
commit
a6c457b0fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435071
4 changed files with 24 additions and 0 deletions
|
@ -4779,6 +4779,7 @@
|
|||
SUBDIR += py-weblib
|
||||
SUBDIR += py-websockify
|
||||
SUBDIR += py-wheel
|
||||
SUBDIR += py-widgetsnbextension
|
||||
SUBDIR += py-wrapt
|
||||
SUBDIR += py-wsgi_intercept
|
||||
SUBDIR += py-wsgi_xmlrpc
|
||||
|
|
19
devel/py-widgetsnbextension/Makefile
Normal file
19
devel/py-widgetsnbextension/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= widgetsnbextension
|
||||
PORTVERSION= 1.2.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= IPython HTML widgets for Jupyter
|
||||
|
||||
BUILD_DEPENDS= npm>=0:www/npm
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notebook>=0:www/py-notebook
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-widgetsnbextension/distinfo
Normal file
3
devel/py-widgetsnbextension/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1487844968
|
||||
SHA256 (widgetsnbextension-1.2.6.tar.gz) = c618cfb32978c9517caf0b4ef3aec312f8dd138577745e7b0d4abfcc7315ce51
|
||||
SIZE (widgetsnbextension-1.2.6.tar.gz) = 732444
|
1
devel/py-widgetsnbextension/pkg-descr
Normal file
1
devel/py-widgetsnbextension/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Interactive HTML widgets for Jupyter notebooks
|
Loading…
Add table
Reference in a new issue