- Update to 0.7.0

- Add LICENSE
- Update WWW

PR:		ports/158409
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
This commit is contained in:
Wen Heping 2011-06-29 03:25:09 +00:00
parent 3884e802a2
commit 7790f007bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276632
4 changed files with 703 additions and 151 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= sympy
PORTVERSION= 0.6.7
PORTVERSION= 0.7.0
CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE \
CHEESESHOP
@ -15,6 +15,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A Python Library For Symbolic Mathematics
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes

View File

@ -1,2 +1,2 @@
SHA256 (sympy-0.6.7.tar.gz) = 802264fea36b9e3bd42df18422f1b26e6d4d962764bd2ab10f4b8b6a0b189791
SIZE (sympy-0.6.7.tar.gz) = 2939278
SHA256 (sympy-0.7.0.tar.gz) = d204407cfdbeeed476243625d836fe751bf134ca97820b70cd9972ad7589a63e
SIZE (sympy-0.7.0.tar.gz) = 4126131

View File

@ -5,4 +5,4 @@ possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and
does not require any external libraries.
WWW: http://code.google.com/p/sympy/
WWW: http://sympy.org/

File diff suppressed because it is too large Load Diff