mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e2dacaaeeb
breakage noted by ajacoutot@; thanks
32 lines
502 B
Makefile
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>
|