Ticket #49335: Portfile.diff

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

    old new  
    1616    GMP library.
    1717
    1818homepage            http://code.google.com/p/gmpy/
    19 master_sites        googlecode:gmpy
     19master_sites        https://pypi.python.org/packages/source/g/gmpy
    2020distname            gmpy-${version}
    2121use_zip             yes
    2222checksums           rmd160  0465338605fa73695259082c973eab23d7d96cff \
    2323                    sha256  1a79118a5332b40aba6aa24b051ead3a31b9b3b9642288934da754515da8fa14
    2424
    25 python.versions     26 27 33 34
     25python.versions     27 34 35
    2626
    2727if {${name} ne ${subport}} {
    2828    depends_lib-append  port:gmp
     
    3333    }
    3434
    3535    livecheck.type      none
     36} else {
     37    livecheck.type      regex
     38    livecheck.url       https://pypi.python.org/pypi/gmpy/json
     39    livecheck.regex     {gmpy-(\d+(?:\.\d+)*)\.[tz]}
    3640}