mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
26 lines
471 B
Makefile
26 lines
471 B
Makefile
COMMENT = inline matplotlib backend for jupyter
|
|
|
|
MODPY_DISTV = 0.2.2
|
|
DISTNAME = matplotlib_inline-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME:S/_/-/}
|
|
|
|
CATEGORIES = graphics math
|
|
|
|
HOMEPAGE = https://github.com/martinRenou/matplotlib-inline
|
|
|
|
MAINTAINER = Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# BSD 3-Clause
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = flit_core
|
|
|
|
RUN_DEPENDS = devel/py-traitlets
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|