# -*- 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.2.0 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 integer and \ rational arithmetic (using the GMP library), correctly rounded \ multiple-precision real arithmetic (using the MPFR library), \ and complex arithmetic (using the MPC library). homepage https://github.com/aleaxit/gmpy checksums rmd160 a3fa993fddc6dae80eeb8d751719498c09b9ec01 \ sha256 e19e62dfeb1e4a57079f0bf51c51dec30633d9fe9e89cb9a083e05e4823afa70 \ size 233943 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append port:gmp port:libmpc port:mpfr # gmpy2_convert_gmp.c: error: ‘for’ loop initial declaration used outside C99 mode patchfiles-append patch-c99.diff post-destroot { xinstall -m 0644 -W ${worksrcpath} README.rst \ ${destroot}${prefix}/share/doc/${subport} } }