Ticket #42585: patch.py-saga.diff
File patch.py-saga.diff, 1.9 KB (added by petrrr, 11 years ago) |
---|
-
Portfile
old new 8 8 set _n [string index ${_name} 0] 9 9 10 10 name py-saga 11 version 0.9.15 12 revision 1 11 version 0.13 13 12 categories-append net science 14 13 platforms darwin 15 14 supported_archs noarch 15 license MIT 16 16 17 17 maintainers bo.ingv.it:Peter.Danecek openmaintainer 18 18 19 license MIT20 21 19 description A Simple API for Grid and Distributed Applications 22 20 23 21 long_description \ … … 34 32 distname ${_name}-${version} 35 33 master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ 36 34 37 checksums md5 6001141951faebbca00d2c18ed9dcff9 \ 38 rmd160 a9dc00d335efe91b0eee507b3802641f67688378 \ 39 sha256 fb06183fcdd282bb7fc29abd272c14502e10cf1e469d4aeadd3dd9ff240b1595 35 checksums md5 3c4b069b98f8f4c7cf4cea56ea834182 \ 36 rmd160 31e27128904de5c1db275cfa896155ee1ad0fb7c \ 37 sha256 adc2ffd995a8aefd1e437e1343a45110c0e30464063853617fbd09facf0513d7 38 39 livecheck.type regex 40 livecheck.url [lindex ${master_sites} 0] 41 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" 40 42 41 43 python.versions 26 27 42 44 … … 46 48 depends_lib-append port:py${python.version}-colorama \ 47 49 port:py${python.version}-radical-utils \ 48 50 port:py${python.version}-libcloud 51 49 52 # Adding documentation 50 53 post-destroot { 51 54 set dest_doc ${destroot}${prefix}/share/doc/${subport} … … 56 59 README.md \ 57 60 ${dest_doc} 58 61 } 59 }60 62 61 livecheck.type regex 62 livecheck.url [lindex ${master_sites} 0] 63 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" 63 livecheck.type none 64 }