freebsd-ports/graphics/py-toyplot/Makefile
Steven Kreuzer c6ffeeb6e3 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
2015-07-15 19:24:51 +00:00

22 lines
623 B
Makefile

# 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>