mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
426 B
Makefile
24 lines
426 B
Makefile
COMMENT = inline matplotlib backend for jupyter
|
|
|
|
MODPY_DISTV = 0.1.6
|
|
DISTNAME = matplotlib-inline-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = graphics math
|
|
|
|
HOMEPAGE = https://github.com/martinRenou/matplotlib-inline
|
|
|
|
# BSD 3-Clause
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-traitlets
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|