ports/math/py-sympy/Makefile

34 lines
626 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = computer algebra system (CAS) in Python
MODPY_EGG_VERSION = 1.7.1
DISTNAME = sympy-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = math
HOMEPAGE = https://www.sympy.org
# New BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/ipython${MODPY_FLAVOR} \
math/py-mpmath${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-test${MODPY_FLAVOR} \
graphics/py-matplotlib${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR}
TEST_IS_INTERACTIVE = X11
PORTHOME = ${WRKSRC}
.include <bsd.port.mk>