1PORTNAME= matplotlib-inline 2DISTVERSION= 0.1.6 3CATEGORIES= math python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Matplotlib Inline Back-end for IPython and Jupyter 9WWW= https://pypi.org/project/matplotlib-inline/ 10 11LICENSE= bsd3 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR} 15 16USES= python 17USE_PYTHON= autoplist concurrent distutils 18 19NO_ARCH= yes 20 21.include <bsd.port.mk> 22