Edit

IABSD.fr/ports/math/py-PyWavelets/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-05-20 12:10:49
    Hash : 898fe946
    Message : bump py-numpy consumers. at least those which have compiled modules using numpy are no longer ABI-compatible following the update to numpy 2.x. this may over-bump slightly, but I've seen problems with at least pandas and scipy, and identifying others individually is too time-consuming.

  • math/py-PyWavelets/Makefile
  • COMMENT =		wavelet transform module
    
    MODPY_DISTV =		1.5.0
    DISTNAME =		pywavelets-${MODPY_DISTV}
    PKGNAME =		py-PyWavelets-${MODPY_DISTV}
    REVISION =		3
    
    CATEGORIES =		math
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += m
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		mesonpy
    
    BUILD_DEPENDS =		lang/cython \
    			math/py-numpy
    
    RUN_DEPENDS =		math/py-numpy
    
    .include <bsd.port.mk>