Ticket #55450: Portfile.diff
File Portfile.diff, 1.8 KB (added by someuser12, 7 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup python 1.0 5 6 set _name pyinterval 7 set _n [string index ${_name} 0] 5 PortGroup github 1.0 8 6 9 7 name py-pyinterval 10 version 1.0b21 8 github.setup taschini pyinterval 1.2.0 11 9 categories-append math 12 10 platforms darwin 13 11 supported_archs noarch … … 21 19 consists of a finite union of closed, possibly unbound, mathematical \ 22 20 intervals. 23 21 24 homepage https://code.google.com/p/pyinterval/ 25 master_sites pypi:${_n}/${_name}/ 26 distname ${_name}-${version} 27 28 checksums md5 a65fe9855d3b6b0a9ddcc5b2f1e1e421 \ 29 rmd160 85b8849d8643e8db644b8d37ae41a8e93daf2e96 \ 30 sha256 83434641a647c6913408f457ffca1fae90a9303b8d0bcc0816a1f5d0ddc1cd34 22 checksums md5 ea9fde4a95d089d55466799697bed3cf \ 23 rmd160 baf27c4acb5c617879a425635bd9fe77fa23a54b \ 24 sha256 e33e1f7fc4d25ffd60bae4b6b82a4b414c3edd6591103d41883831e9687fd3e0 31 25 32 python.versions 27 26 python.versions 27 34 35 36 33 27 34 28 if {${name} ne ${subport}} { 35 29 depends_build-append port:py${python.version}-setuptools 36 30 37 depends_lib-append port:crlibm 38 39 patchfiles patch-setup.py.diff 31 depends_lib-append port:py${python.version}-pycrlibm 40 32 41 33 livecheck.type none 42 } else {43 livecheck.type regex44 livecheck.url ${master_sites}45 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+(\[a-z\]\\d+)?)\\${extract.suffix}<"46 34 }