1 | # $Id: Portfile 40683 2008-10-10 17:24:45Z macsforever2000@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-sympy |
---|
7 | version 0.6.3 |
---|
8 | categories python math |
---|
9 | maintainers nomaintainer |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description Python module for symbolic mathematics. |
---|
13 | long_description SymPy is a Python library for symbolic mathematics. It \ |
---|
14 | aims to become a full-featured computer algebra system (CAS) while \ |
---|
15 | keeping the code as simple as possible in order to be comprehensible \ |
---|
16 | and easily extensible. SymPy is written entirely in Python and does \ |
---|
17 | not require any external 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 7407285e8a68d1a6d2e35a0608e51104 \ |
---|
24 | sha1 10e6f842348fc9607d4788e74e3665f5947e75b9 \ |
---|
25 | rmd160 04c81c23348cb4cb7e710f3930ebfe20ac76f499 |
---|
26 | |
---|
27 | post-destroot { |
---|
28 | move ${destroot}${prefix}/bin/isympy \ |
---|
29 | ${destroot}${prefix}/bin/isympy2.5 |
---|
30 | move ${destroot}${prefix}/share/man/man1/isympy.1 \ |
---|
31 | ${destroot}${prefix}/share/man/man1/isympy2.5.1 |
---|
32 | } |
---|