# -*- 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.13.3 revision 0 categories-append science math license BSD supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 313 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 208246ad93264184a77d07600284962703809e2b \ sha256 b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9 \ size 7533196 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}] " }