mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
371 B
Makefile
21 lines
371 B
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>
|