devel/py-ipydatawidgets: New port: Set of widgets to facilitate reuse of large datasets across widgets
This commit is contained in:
parent
0eb692f7d0
commit
1355fac5a8
@ -4698,6 +4698,7 @@
|
||||
SUBDIR += py-iopath
|
||||
SUBDIR += py-ipaddr
|
||||
SUBDIR += py-ipdb
|
||||
SUBDIR += py-ipydatawidgets
|
||||
SUBDIR += py-ipykernel
|
||||
SUBDIR += py-ipympl
|
||||
SUBDIR += py-ipyparallel
|
||||
|
24
devel/py-ipydatawidgets/Makefile
Normal file
24
devel/py-ipydatawidgets/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
PORTNAME= ipydatawidgets
|
||||
PORTVERSION= 4.3.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Set of widgets to facilitate reuse of large datasets across widgets
|
||||
WWW= https://github.com/vidartf/ipydatawidgets
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-packaging>0:devel/py-jupyter-packaging@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipywidgets>=7.0.0:devel/py-ipywidgets@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}traittypes>=0.2.0:devel/py-traittypes@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-ipydatawidgets/distinfo
Normal file
3
devel/py-ipydatawidgets/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1673223915
|
||||
SHA256 (ipydatawidgets-4.3.2.tar.gz) = 2f2b997f6569d3ee1f4f7e35db0cb1da08c077b21a88f1c01c59f5b986a31aa6
|
||||
SIZE (ipydatawidgets-4.3.2.tar.gz) = 618175
|
2
devel/py-ipydatawidgets/pkg-descr
Normal file
2
devel/py-ipydatawidgets/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
ipydatawidgets is a set of widgets to help facilitate reuse of large datasets
|
||||
across different widgets, and different packages.
|
Loading…
Reference in New Issue
Block a user