Ticket #53256: Portfile.diff

File Portfile.diff, 788 bytes (added by mndavidoff (Monte Davidoff), 7 years ago)
  • Portfile

    old new  
    1616    for integer and rational arithmetic and multiple-precision real \
    1717    and complex arithmetic as provided by the MPFR and MPC libraries.
    1818
    19 homepage            http://code.google.com/p/gmpy/
     19homepage            https://github.com/aleaxit/gmpy
    2020master_sites        pypi:g/gmpy2
    2121distname            gmpy2-${version}
    2222use_zip             yes
    2323checksums           rmd160  d7a4f6d8fe370e4565f0af00b903d6b6740e4718 \
    2424                    sha256  dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f
    2525
    26 python.versions     27 34 35
     26python.versions     27 34 35 36
    2727
    2828if {${name} ne ${subport}} {
    2929    depends_lib-append  port:gmp port:libmpc port:mpfr