Edit

IABSD.fr/ports/graphics/py-imageio/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2026-03-21 06:59:44
    Hash : 0c2ff699
    Message : Update to py3-imageio-2.37.3.

  • graphics/py-imageio/Makefile
  • COMMENT =	read/write various image and video formats
    
    MODPY_DISTV =	2.37.3
    DISTNAME =	imageio-${MODPY_DISTV}
    PKGNAME =	py-${DISTNAME}
    
    CATEGORIES =	graphics
    
    # BSD
    PERMIT_PACKAGE = Yes
    
    MODULES =	lang/python
    
    MODPY_PI =	Yes
    MODPY_PYBUILD =	setuptools
    
    RUN_DEPENDS =	math/py-numpy \
    		graphics/py-Pillow
    
    # needs network
    TEST_DEPENDS =	devel/py-test-cov \
    		sysutils/py-fsspec \
    		sysutils/py-psutil
    PORTHOME =	${WRKDIR}
    MODPY_PYTEST_ARGS = -v
    
    .include <bsd.port.mk>