opnsense-ports/math/py-matplotlib-inline/Makefile
Franco Fichtner b3914422e9 math/py-matplotlib-inline: sync with upstream
Taken from: FreeBSD
2023-06-29 20:30:12 +02:00

21 lines
500 B
Makefile

PORTNAME= matplotlib-inline
DISTVERSION= 0.1.6
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Matplotlib Inline Back-end for IPython and Jupyter
WWW= https://pypi.org/project/matplotlib-inline/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>