# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python27 1.0 name py27-sympy version 0.7.0 categories python math maintainers stromnov openmaintainer 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. platforms darwin distname sympy-${version} homepage http://code.google.com/p/sympy/ master_sites googlecode:sympy checksums md5 c4d00a7fe8c4cee4b3308e06bc475cf5 \ sha1 b95030d8901486d51692d1dd4fe689fb569c7ff7 \ rmd160 21df1e843865c52a51210542f93840e256366c3d post-destroot { ln -s ${python.prefix}/share/man/man1/isympy.1 \ ${destroot}${prefix}/share/man/man1/isympy-${python.branch}.1 } livecheck.regex "sympy-(\\d+(?:\\.\\d+)*)${extract.suffix}"