pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-viz-comms-0.7.6 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 16:05:16 2020 +0100
Changeset:	9562696fba2529aafdd3260ee5d14c6cdd8821e3

Modified Files:
	Makefile
Added Files:
	py-viz-comms/DESCR
	py-viz-comms/Makefile
	py-viz-comms/PLIST
	py-viz-comms/distinfo

Log Message:
py-viz-comms-0.7.6 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9562696fba2529aafdd3260ee5d14c6cdd8821e3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 py-viz-comms/DESCR    |  3 +++
 py-viz-comms/Makefile | 22 ++++++++++++++++++++++
 py-viz-comms/PLIST    | 11 +++++++++++
 py-viz-comms/distinfo |  6 ++++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ef5f11b47a..3d84c556fa 100644
--- a/Makefile
+++ b/Makefile
@@ -4482,6 +4482,7 @@ SUBDIR+=	py-visionegg-demos
 SUBDIR+=	py-visionegg-docs
 SUBDIR+=	py-vispy
 SUBDIR+=	py-vistir
+SUBDIR+=	py-viz-comms
 SUBDIR+=	py-vo
 SUBDIR+=	py-voluptuous
 SUBDIR+=	py-voluptuous-serialize
diff --git a/py-viz-comms/DESCR b/py-viz-comms/DESCR
new file mode 100644
index 0000000000..714b279588
--- /dev/null
+++ b/py-viz-comms/DESCR
@@ -0,0 +1,3 @@
+Offers a simple bidirectional communication architecture
+between Python and JavaScript, with support for Jupyter
+comms in both the classic notebook and Jupyterlab.
diff --git a/py-viz-comms/Makefile b/py-viz-comms/Makefile
new file mode 100644
index 0000000000..4b5288203f
--- /dev/null
+++ b/py-viz-comms/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	pyviz_comms-0.7.6
+PKGNAME=	${PYPKGPREFIX}-viz-comms-0.7.6
+CATEGORIES=	graphics python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyviz_comms/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://pyviz.org
+COMMENT=	Bidirectional communication for the PyViz ecosystem
+LICENSE=	modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-param>=1.10.0:../../wip/py-param
+TEST_DEPENDS+=	${PYPKGPREFIX}-flake8>=3.8.4:../../devel/py-flake8
+TEST_DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-viz-comms/PLIST b/py-viz-comms/PLIST
new file mode 100644
index 0000000000..f1cd89155b
--- /dev/null
+++ b/py-viz-comms/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyviz_comms/.version
+${PYSITELIB}/pyviz_comms/__init__.py
+${PYSITELIB}/pyviz_comms/__init__.pyc
+${PYSITELIB}/pyviz_comms/__init__.pyo
+${PYSITELIB}/pyviz_comms/notebook.js
diff --git a/py-viz-comms/distinfo b/py-viz-comms/distinfo
new file mode 100644
index 0000000000..6e43016c5a
--- /dev/null
+++ b/py-viz-comms/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pyviz_comms-0.7.6.tar.gz) = 5c015c589be5b742dc1e19105e9e98491df9c4e0
+RMD160 (pyviz_comms-0.7.6.tar.gz) = 864ce34020a908d8855c0aaa0b3234e262978ed3
+SHA512 (pyviz_comms-0.7.6.tar.gz) = 0838a7fac184622ab9e8d1cd475f510c9da4f0870cb0becd2fe73760f5dc1bce21166830229f08e66aabab5107c849dbe2cba668cf1a113888fe7794f18a7bf9
+Size (pyviz_comms-0.7.6.tar.gz) = 11087 bytes


Home | Main Index | Thread Index | Old Index