1 | # $Id: |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-sympy |
---|
7 | version 0.5.15 |
---|
8 | categories python math |
---|
9 | maintainers nomaintainer |
---|
10 | platforms darwin |
---|
11 | description Python module for symbolic mathematics. |
---|
12 | long_description SymPy is a Python library for symbolic mathematics. It aims\ |
---|
13 | to become a full-featured computer algebra system (CAS)\ |
---|
14 | while keeping the code as simple as possible in order to be\ |
---|
15 | comprehensible and easily extensible. SymPy is written\ |
---|
16 | entirely in Python and does not require any external\ |
---|
17 | libraries. |
---|
18 | |
---|
19 | distname sympy-${version} |
---|
20 | homepage http://code.google.com/p/sympy/ |
---|
21 | master_sites http://sympy.googlecode.com/files |
---|
22 | |
---|
23 | checksums md5 b99d241464e2d3b3e5e7479965cb329f \ |
---|
24 | sha1 cd329c1899d1a0d847fefeec9b136d3ebd45000c \ |
---|
25 | rmd160 030bf156aff54f6be7d566462402caff7559896c |
---|