Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-02-21 10:23:16
    Hash : 00915d40
    Message : sync PLISTs following py3-flit_core update

  • sysutils/py-threadpoolctl/Makefile
  • COMMENT=	introspect/set max threads in native libraries like BLAS
    
    MODPY_DISTV=	3.5.0
    DISTNAME=	threadpoolctl-${MODPY_DISTV}
    PKGNAME=	py-${DISTNAME}
    REVISION=	1
    
    CATEGORIES=	sysutils
    
    HOMEPAGE=	https://github.com/joblib/threadpoolctl
    
    # BSD-3
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    MODPY_PYBUILD=	flit_core
    MODPY_PI=	Yes
    
    .include <bsd.port.mk>