Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 19:24:52 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392201 - in head/graphics: . py-toyplot
Message-ID:  <201507151924.t6FJOqtI031265@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Wed Jul 15 19:24:51 2015
New Revision: 392201
URL: https://svnweb.freebsd.org/changeset/ports/392201

Log:
  Toyplot is a kid-sized plotting toolkit for Python with grownup-sized goals:
  
  * Develop beautiful interactive, animated plots that embrace the unique
    capabilities of electronic publishing and support repoducibility.
  * Create the best possible data graphics out-of-the-box, maximizing data ink
    and minimizing chartjunk.
  * Provide a clean, minimalist interface that scientists and engineers will
    love.
  
  WWW: https://pypi.python.org/pypi/toyplot

Added:
  head/graphics/py-toyplot/
  head/graphics/py-toyplot/Makefile   (contents, props changed)
  head/graphics/py-toyplot/distinfo   (contents, props changed)
  head/graphics/py-toyplot/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Wed Jul 15 19:23:09 2015	(r392200)
+++ head/graphics/Makefile	Wed Jul 15 19:24:51 2015	(r392201)
@@ -860,6 +860,7 @@
     SUBDIR += py-sorl-thumbnail
     SUBDIR += py-soya3d
     SUBDIR += py-stltools
+    SUBDIR += py-toyplot
     SUBDIR += py-wand
     SUBDIR += py-webcolors
     SUBDIR += py3-cairo

Added: head/graphics/py-toyplot/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-toyplot/Makefile	Wed Jul 15 19:24:51 2015	(r392201)
@@ -0,0 +1,22 @@
+# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	toyplot
+PORTVERSION=	0.6.0
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	skreuzer@FreeBSD.org
+COMMENT=	Modern plotting toolkit supporting electronic publishing
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.7:${PORTSDIR}/math/py-numpy \
+		${PYTHON_PKGNAMEPREFIX}colormath>=2.1.1:${PORTSDIR}/math/py-colormath \
+		${PYTHON_PKGNAMEPREFIX}multipledispatch>=0.4.7:${PORTSDIR}/devel/py-multipledispatch
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/graphics/py-toyplot/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-toyplot/distinfo	Wed Jul 15 19:24:51 2015	(r392201)
@@ -0,0 +1,2 @@
+SHA256 (toyplot-0.6.0.tar.gz) = e7e562f9c202c84d52f9be9f23568f9938f8e0334e15637c964e14f7f82bf6f9
+SIZE (toyplot-0.6.0.tar.gz) = 68113

Added: head/graphics/py-toyplot/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-toyplot/pkg-descr	Wed Jul 15 19:24:51 2015	(r392201)
@@ -0,0 +1,10 @@
+Toyplot is a kid-sized plotting toolkit for Python with grownup-sized goals:
+
+* Develop beautiful interactive, animated plots that embrace the unique
+  capabilities of electronic publishing and support repoducibility.
+* Create the best possible data graphics out-of-the-box, maximizing data ink
+  and minimizing chartjunk.
+* Provide a clean, minimalist interface that scientists and engineers will
+  love.
+
+WWW: https://pypi.python.org/pypi/toyplot



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