diff options
author | wen <wen@FreeBSD.org> | 2015-12-09 16:57:08 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-12-09 16:57:08 +0800 |
commit | d14f713a1ff2e2302d687b83ae0c7a1ccf960448 (patch) | |
tree | 901541957ed4ef1310b0a75d26c5e2fd262269f2 /math | |
parent | cdc11568354386c9789ccdf2c12760b1e6031563 (diff) | |
download | freebsd-ports-gnome-d14f713a1ff2e2302d687b83ae0c7a1ccf960448.tar.gz freebsd-ports-gnome-d14f713a1ff2e2302d687b83ae0c7a1ccf960448.tar.zst freebsd-ports-gnome-d14f713a1ff2e2302d687b83ae0c7a1ccf960448.zip |
- Update to 0.7.6.1
Diffstat (limited to 'math')
-rw-r--r-- | math/py-sympy/Makefile | 7 | ||||
-rw-r--r-- | math/py-sympy/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index b9183fbe6d13..bb29e3befd02 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= sympy -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6.1 CATEGORIES= math python -MASTER_SITES= GOOGLE_CODE \ - CHEESESHOP +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org @@ -14,7 +13,7 @@ COMMENT= Python Library For Symbolic Mathematics LICENSE= BSD3CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils OPTIONS_DEFINE= PYGLET PYGLET_DESC= Enable plotting support diff --git a/math/py-sympy/distinfo b/math/py-sympy/distinfo index adb75797ca72..433beb65ccbf 100644 --- a/math/py-sympy/distinfo +++ b/math/py-sympy/distinfo @@ -1,2 +1,2 @@ -SHA256 (sympy-0.7.5.tar.gz) = 2ef97048baf91169fb5987da3dc4d52854072cac69507d8668a475ff4dd5d4a6 -SIZE (sympy-0.7.5.tar.gz) = 6004154 +SHA256 (sympy-0.7.6.1.tar.gz) = 1fc272b51091aabe7d07f1bf9f0a47f3e28657fb2bec52bf3ef0e8f159f5f564 +SIZE (sympy-0.7.6.1.tar.gz) = 6431571 |