git: 1355fac5a87a - main - devel/py-ipydatawidgets: New port: Set of widgets to facilitate reuse of large datasets across widgets
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jan 2023 03:24:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1355fac5a87ad66df739f001ec4a14564a27a99a commit 1355fac5a87ad66df739f001ec4a14564a27a99a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-09 02:56:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-09 03:24:21 +0000 devel/py-ipydatawidgets: New port: Set of widgets to facilitate reuse of large datasets across widgets --- devel/Makefile | 1 + devel/py-ipydatawidgets/Makefile | 24 ++++++++++++++++++++++++ devel/py-ipydatawidgets/distinfo | 3 +++ devel/py-ipydatawidgets/pkg-descr | 2 ++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 2c99db2b1226..b357bbb72c13 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-ipydatawidgets/Makefile b/devel/py-ipydatawidgets/Makefile new file mode 100644 index 000000000000..3aacf1446595 --- /dev/null +++ b/devel/py-ipydatawidgets/Makefile @@ -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> diff --git a/devel/py-ipydatawidgets/distinfo b/devel/py-ipydatawidgets/distinfo new file mode 100644 index 000000000000..a56f679f2cb5 --- /dev/null +++ b/devel/py-ipydatawidgets/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1673223915 +SHA256 (ipydatawidgets-4.3.2.tar.gz) = 2f2b997f6569d3ee1f4f7e35db0cb1da08c077b21a88f1c01c59f5b986a31aa6 +SIZE (ipydatawidgets-4.3.2.tar.gz) = 618175 diff --git a/devel/py-ipydatawidgets/pkg-descr b/devel/py-ipydatawidgets/pkg-descr new file mode 100644 index 000000000000..6a6c343c97dd --- /dev/null +++ b/devel/py-ipydatawidgets/pkg-descr @@ -0,0 +1,2 @@ +ipydatawidgets is a set of widgets to help facilitate reuse of large datasets +across different widgets, and different packages.