Date: Mon, 15 Feb 2021 01:22:18 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565280 - head/math/py-sympy Message-ID: <202102150122.11F1MIwk016842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Feb 15 01:22:17 2021 New Revision: 565280 URL: https://svnweb.freebsd.org/changeset/ports/565280 Log: - Update to 1.7.1 - Add test target PR: 253520 Submitted by: thierry@FreeBSD.org Modified: head/math/py-sympy/Makefile head/math/py-sympy/distinfo Modified: head/math/py-sympy/Makefile ============================================================================== --- head/math/py-sympy/Makefile Mon Feb 15 00:20:45 2021 (r565279) +++ head/math/py-sympy/Makefile Mon Feb 15 01:22:17 2021 (r565280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sympy -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ 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 @@ -25,5 +26,8 @@ PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1 post-patch: @${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py + +do-test: install + (cd ${WRKSRC} && py.test) .include <bsd.port.mk> Modified: head/math/py-sympy/distinfo ============================================================================== --- head/math/py-sympy/distinfo Mon Feb 15 00:20:45 2021 (r565279) +++ head/math/py-sympy/distinfo Mon Feb 15 01:22:17 2021 (r565280) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102150122.11F1MIwk016842>