pkgsrc-WIP-changes archive

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

py-panel-0.10.2 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 22:11:16 2020 +0100
Changeset:	19bb6b0f08828b8408e69561c0243afcd4f809f4

Added Files:
	py-panel/DESCR
	py-panel/Makefile
	py-panel/PLIST
	py-panel/distinfo

Log Message:
py-panel-0.10.2 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=19bb6b0f08828b8408e69561c0243afcd4f809f4

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

diffstat:
 py-panel/DESCR    |  9 +++++++++
 py-panel/Makefile | 24 ++++++++++++++++++++++++
 py-panel/PLIST    |  4 ++++
 py-panel/distinfo |  6 ++++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/py-panel/DESCR b/py-panel/DESCR
new file mode 100644
index 0000000000..c67690cc54
--- /dev/null
+++ b/py-panel/DESCR
@@ -0,0 +1,9 @@
+Panel provides tools for easily composing widgets, plots, tables,
+and other viewable objects and controls into custom analysis tools,
+apps, and dashboards. Panel works with visualizations from Bokeh
+, Matplotlib, HoloViews, and many other Python plotting libraries,
+making them instantly viewable either individually or when combined
+with interactive widgets that control them. Panel works equally well
+in Jupyter Notebooks, for creating quick data-exploration tools, or
+as standalone deployed apps and dashboards, and allows you to easily
+switch between those contexts as needed
diff --git a/py-panel/Makefile b/py-panel/Makefile
new file mode 100644
index 0000000000..434605e575
--- /dev/null
+++ b/py-panel/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	panel-0.10.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	graphics python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/panel/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	http://panel.holoviz.org
+COMMENT=	High level app and dashboarding solution for Python
+LICENSE=	modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-bokeh>=2.2.2:../../wip/py-bokeh
+DEPENDS+=	${PYPKGPREFIX}-ct>=0.4.8:../../wip/py-ct
+DEPENDS+=	${PYPKGPREFIX}-markdown>=3.1.1:../../textproc/py-markdown
+DEPENDS+=	${PYPKGPREFIX}-param>=1.10.0:../../wip/py-param
+DEPENDS+=	${PYPKGPREFIX}-viz-comms>=0.7.6:../../wip/py-vis-comms
+DEPENDS+=	${PYPKGPREFIX}-tornado>=5.1.1:../../www/py-tornado
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-panel/PLIST b/py-panel/PLIST
new file mode 100644
index 0000000000..cf8b8836f1
--- /dev/null
+++ b/py-panel/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/pkg/bin/bmake package"
+@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
diff --git a/py-panel/distinfo b/py-panel/distinfo
new file mode 100644
index 0000000000..efb745cf6f
--- /dev/null
+++ b/py-panel/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (panel-0.10.2.tar.gz) = 50e9d11000e256b6ce71b338dee71042cc551206
+RMD160 (panel-0.10.2.tar.gz) = 35bb2ab8bb8bccd1421f27aebf5602c9d1d40b3a
+SHA512 (panel-0.10.2.tar.gz) = e42ab795c4f35cca119d45f8e1c3dffb8a504fa4cd32e85a7106281d7ca52e7a5a7a5dc3b46fbba3e7105f14f7a2da546c6ca38432524b5f8e8670a1c9d583b1
+Size (panel-0.10.2.tar.gz) = 8737937 bytes


Home | Main Index | Thread Index | Old Index