Ticket #49335: Portfile.diff
File Portfile.diff, 878 bytes (added by mndavidoff (Monte Davidoff), 9 years ago) |
---|
-
Portfile
old new 16 16 GMP library. 17 17 18 18 homepage http://code.google.com/p/gmpy/ 19 master_sites googlecode:gmpy19 master_sites https://pypi.python.org/packages/source/g/gmpy 20 20 distname gmpy-${version} 21 21 use_zip yes 22 22 checksums rmd160 0465338605fa73695259082c973eab23d7d96cff \ 23 23 sha256 1a79118a5332b40aba6aa24b051ead3a31b9b3b9642288934da754515da8fa14 24 24 25 python.versions 2 6 27 33 3425 python.versions 27 34 35 26 26 27 27 if {${name} ne ${subport}} { 28 28 depends_lib-append port:gmp … … 33 33 } 34 34 35 35 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]} 36 40 }