# $Id: Portfile 42385 2008-11-20 09:06:33Z blb@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-sympy
version           0.6.3
categories        python math
maintainers       nomaintainer
platforms         darwin

description       Python module for symbolic mathematics.
long_description  SymPy is a Python library for symbolic mathematics. It \
  aims to become a full-featured computer algebra system (CAS) while \
  keeping the code as simple as possible in order to be comprehensible \
  and easily extensible. SymPy is written entirely in Python and does \
  not require any external libraries.

distname          sympy-${version}
homepage          http://code.google.com/p/sympy/
master_sites      http://sympy.googlecode.com/files

checksums         md5 7407285e8a68d1a6d2e35a0608e51104 \
                  sha1 10e6f842348fc9607d4788e74e3665f5947e75b9 \
                  rmd160 04c81c23348cb4cb7e710f3930ebfe20ac76f499

post-destroot {
  move ${destroot}${prefix}/bin/isympy \
    ${destroot}${prefix}/bin/isympy2.5
  move ${destroot}${prefix}/share/man/man1/isympy.1 \
    ${destroot}${prefix}/share/man/man1/isympy2.5.1
}
