forked from Lainports/freebsd-ports
* 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
22 lines
623 B
Makefile
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>
|