# $Id: Portfile 37594 2008-06-15 03:32:56Z ram@macports.org $

PortSystem        1.0
PortGroup         python24 1.0

name              py-sympy
version           0.5.15
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 b99d241464e2d3b3e5e7479965cb329f \
                  sha1 cd329c1899d1a0d847fefeec9b136d3ebd45000c \
                  rmd160 030bf156aff54f6be7d566462402caff7559896c

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