Edit

IABSD.fr/ports/graphics/py-matplotlib-inline/Makefile

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2026-06-07 17:05:39
    Hash : f82416d1
    Message : update matplotlib-inline to 0.2.2

  • graphics/py-matplotlib-inline/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>