Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:38:51
    Hash : 0669838d
    Message : sync PLISTs for setuptools ports

  • math/py-mpmath/Makefile
  • COMMENT =		library for arbitrary-precision floating-point arithmetic
    
    MODPY_DISTV =	1.2.1
    DISTNAME =		mpmath-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    CATEGORIES =		math
    REVISION =		4
    
    HOMEPAGE =		http://mpmath.org/
    
    # New BSD
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools_scm
    MODPY_PYTEST_ARGS =	mpmath
    
    .include <bsd.port.mk>