diff options
author | wen <wen@FreeBSD.org> | 2016-03-24 14:36:30 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-03-24 14:36:30 +0800 |
commit | c78f8711df0d27db7a6cb72a38a662da0566e79f (patch) | |
tree | c3857f70b5ef28d53b2e5e39f4264dd4803a534f /math | |
parent | b9d829e7eb20171642ccbbb96e3fc4536d62bb89 (diff) | |
download | freebsd-ports-graphics-c78f8711df0d27db7a6cb72a38a662da0566e79f.tar.gz freebsd-ports-graphics-c78f8711df0d27db7a6cb72a38a662da0566e79f.tar.zst freebsd-ports-graphics-c78f8711df0d27db7a6cb72a38a662da0566e79f.zip |
- Update to 1.0
Diffstat (limited to 'math')
-rw-r--r-- | math/py-sympy/Makefile | 8 | ||||
-rw-r--r-- | math/py-sympy/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index bb29e3befd0..5388a5b0bf6 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sympy -PORTVERSION= 0.7.6.1 +PORTVERSION= 1.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,11 +18,7 @@ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= PYGLET PYGLET_DESC= Enable plotting support -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPYGLET} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet -.endif +PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet post-patch: @${REINPLACE_CMD} -e "s#share/man/man1#man/man1#" ${WRKSRC}/setup.py diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo index 433beb65ccb..2ab9c65f326 100644 --- a/math/py-sympy/distinfo +++ b/math/py-sympy/distinfo @@ -1,2 +1,2 @@ -SHA256 (sympy-0.7.6.1.tar.gz) = 1fc272b51091aabe7d07f1bf9f0a47f3e28657fb2bec52bf3ef0e8f159f5f564 -SIZE (sympy-0.7.6.1.tar.gz) = 6431571 +SHA256 (sympy-1.0.tar.gz) = 3eacd210d839e4db911d216a9258a3ac6f936992f66db211e22767983297ffae +SIZE (sympy-1.0.tar.gz) = 4281528 |