Edit

IABSD.fr/ports/sysutils/py-joblib/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-21 11:38:51
    Hash : 37b3a9f2
    Message : handle py3.12 switchover in sysutils

  • sysutils/py-joblib/Makefile
  • COMMENT =	lightweight pipelining: using Python functions as pipeline
    
    MODPY_DISTV =	1.2.0
    DISTNAME =		joblib-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    REVISION =		2
    
    CATEGORIES =		sysutils
    
    # https://github.com/joblib/joblib
    HOMEPAGE =		https://joblib.readthedocs.io
    
    # BSD-3
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    MODPY_PYTEST =		Yes
    
    TEST_DEPENDS =		devel/py-test-cov \
    			math/py-numpy
    
    .include <bsd.port.mk>