Index: head/math/py-sympy/Makefile =================================================================== --- head/math/py-sympy/Makefile (revision 565279) +++ head/math/py-sympy/Makefile (revision 565280) @@ -1,29 +1,33 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= sympy -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Library For Symbolic Mathematics LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR} +TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes OPTIONS_DEFINE= PYGLET PYGLET_DESC= Enable plotting support PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:graphics/py-pyglet@${PY_FLAVOR} post-patch: @${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py + +do-test: install + (cd ${WRKSRC} && py.test) .include Index: head/math/py-sympy/distinfo =================================================================== --- head/math/py-sympy/distinfo (revision 565279) +++ head/math/py-sympy/distinfo (revision 565280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606935294 -SHA256 (sympy-1.7.tar.gz) = 9104004669cda847f38cfd8cd16dd174952c537349dbae740fea5331d2b3a51b -SIZE (sympy-1.7.tar.gz) = 6469407 +TIMESTAMP = 1613345173 +SHA256 (sympy-1.7.1.tar.gz) = a3de9261e97535b83bb8607b0da2c7d03126650fafea2b2789657b229c246b2e +SIZE (sympy-1.7.1.tar.gz) = 6473875