Files
daniel e2dacaaeeb bump following ipython package rename
breakage noted by ajacoutot@; thanks
2025-11-20 11:42:17 +00:00

32 lines
502 B
Makefile

COMMENT = computer algebra system (CAS) in Python
MODPY_DISTV = 1.12
DISTNAME = sympy-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = math
HOMEPAGE = https://www.sympy.org
# New BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/ipython \
math/py-mpmath
TEST_DEPENDS = devel/py-test \
graphics/py-matplotlib \
math/py-numpy
TEST_IS_INTERACTIVE = X11
PORTHOME = ${WRKSRC}
.include <bsd.port.mk>