# -*- 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 name py-gmpy2 epoch 1 version 2.1.5 maintainers {@mndavidoff alluvialsw.com:md14-macports} openmaintainer license LGPL-2.1+ description General multiple precision arithmetic module for Python long_description \ GMPY2 is a C-coded Python extension module that supports fast \ multiple-precision arithmetic. GMPY2 supports the GMP library \ for integer and rational arithmetic and multiple-precision real \ and complex arithmetic as provided by the MPFR and MPC libraries. homepage https://github.com/aleaxit/gmpy checksums rmd160 7ad0106dae052c4d9b3f332ef3d070dec29d3883 \ sha256 bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96 \ size 261709 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_lib-append port:gmp port:libmpc port:mpfr post-destroot { xinstall -m 0644 -W ${worksrcpath} README \ ${destroot}${prefix}/share/doc/${subport} } }