svn commit: r381457 - in head/graphics: . py-plotly
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Mar 17 01:37:34 UTC 2015
Author: vanilla
Date: Tue Mar 17 01:37:31 2015
New Revision: 381457
URL: https://svnweb.freebsd.org/changeset/ports/381457
QAT: https://qat.redports.org/buildarchive/r381457/
Log:
Add py-plotly 1.6.12, plotting library for collaborative, interactive,
publication-quality graphs.
PR: 198630
Submitted by: jjachuf at gmail.com
Added:
head/graphics/py-plotly/
head/graphics/py-plotly/Makefile (contents, props changed)
head/graphics/py-plotly/distinfo (contents, props changed)
head/graphics/py-plotly/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Mon Mar 16 23:04:40 2015 (r381456)
+++ head/graphics/Makefile Tue Mar 17 01:37:31 2015 (r381457)
@@ -838,6 +838,7 @@
SUBDIR += py-paint
SUBDIR += py-pillow
SUBDIR += py-pivy
+ SUBDIR += py-plotly
SUBDIR += py-png
SUBDIR += py-poppler
SUBDIR += py-poppler-qt4
Added: head/graphics/py-plotly/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-plotly/Makefile Tue Mar 17 01:37:31 2015 (r381457)
@@ -0,0 +1,19 @@
+# Created by: jjachuf at gmail.com
+# $FreeBSD$
+
+PORTNAME= plotly
+PORTVERSION= 1.6.12
+CATEGORIES= graphics python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jjachuf at gmail.com
+COMMENT= Plotting library for collaborative, interactive, publication-quality graphs
+
+LICENSE= BSD2CLAUSE
+
+# Python3 ready
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/graphics/py-plotly/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-plotly/distinfo Tue Mar 17 01:37:31 2015 (r381457)
@@ -0,0 +1,2 @@
+SHA256 (plotly-1.6.12.tar.gz) = f0639a076fa0ebbacd0ee978bc8f1396cf453f8f0c5d7cc7b1e33cd2a944cdd7
+SIZE (plotly-1.6.12.tar.gz) = 456562
Added: head/graphics/py-plotly/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-plotly/pkg-descr Tue Mar 17 01:37:31 2015 (r381457)
@@ -0,0 +1,4 @@
+It was tested with cpython, jython, ironpython and pypy.
+n plotting library for collaborative, interactive, publication-quality graphs.
+
+WWW: https://plot.ly/python/
More information about the svn-ports-all
mailing list