Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 01:37:32 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381457 - in head/graphics: . py-plotly
Message-ID:  <201503170137.t2H1bWZ6061436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@gmail.com
+# $FreeBSD$
+
+PORTNAME=	plotly
+PORTVERSION=	1.6.12
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	jjachuf@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503170137.t2H1bWZ6061436>