3da92711c1
Matplotlib Inline Back-end for IPython and Jupyter. Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. WWW: https://pypi.org/project/matplotlib-inline/
20 lines
461 B
Makefile
20 lines
461 B
Makefile
PORTNAME= matplotlib-inline
|
|
DISTVERSION= 0.1.2
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Matplotlib Inline Back-end for IPython and Jupyter
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|