# -*- 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 PortSystem 1.0 PortGroup python 1.0 PortGroup select 1.0 name py-sympy version 1.12 revision 0 categories-append science math license BSD supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 maintainers {stromnov @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 https://sympy.org/ checksums rmd160 6b8be64c7d0d5f0324ffeb4a99f26abe6c03ce58 \ sha256 ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49420fb8 \ size 6722203 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-mpmath 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}] " }