# -*- 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 python 1.0 PortGroup select 1.0 name py-sympy version 1.0 revision 0 categories-append science math platforms darwin license BSD supported_archs noarch python.versions 27 34 35 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. homepage http://sympy.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 f94b86a9de7c4262ed0016b51409d4c2695c157b \ sha256 3eacd210d839e4db911d216a9258a3ac6f936992f66db211e22767983297ffae if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-mpmath depends_build port:gzip depends_run port:py-sympy_select select.group py-sympy select.file ${filespath}/py${python.version}-sympy notes " To make the Python ${python.branch} version of py-sympy the one that is run\ when you execute the commands without a version suffix, e.g. 'isympy', run: port select --set ${select.group} [file tail ${select.file}] " livecheck.type none } else { livecheck.type pypi }