xref: /mports/math/py-mpmath/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	mpmath
2PORTVERSION=	1.3.0
3PORTREVISION=	1
4CATEGORIES=	math python
5MASTER_SITES=	PYPI
6PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Python Library for Arbitrary-precision Floating-point Arithmetic
10WWW=		https://www.mpmath.org/
11
12LICENSE=	bsd3
13
14BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy2>=2.1.0:math/py-gmpy2@${PY_FLAVOR} \
15		${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
16RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy2>=2.1.0:math/py-gmpy2@${PY_FLAVOR}
17
18USES=		python
19USE_PYTHON=	distutils autoplist pytest
20
21NO_ARCH=	yes
22
23do-test:
24	@cd ${WRKSRC}/mpmath/tests && ${PYTHON_CMD} runtests.py
25
26.include <bsd.port.mk>
27

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026