Ticket #38471: py-icalendar.diff
File py-icalendar.diff, 1.4 KB (added by tresni (Brian Hartvigsen), 12 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup collective icalendar 3. 17 github.setup collective icalendar 3.3 8 8 name py-icalendar 9 set realname icalendar 9 10 categories python 10 11 maintainers deric 11 12 platforms darwin … … 20 21 RFC 2445, well designed, simple to use and well documented. 21 22 22 23 homepage http://icalendar.readthedocs.org/ 23 checksums rmd160 98fe1d94170a1d9f77520d1fbef9195f2df7820a\24 sha256 35fc6b618b93f7e6dfc6e16ce2e2012fa540264b385761e6405cf3cd2972a3ad24 checksums rmd160 a395e3308d20e8b2a839b77a889f5264ed0f5486 \ 25 sha256 769f2f59d85572337a2555b169145c19a77536db4c5a15262aae6a0644426ffe 25 26 26 python.versions 24 2526 2727 python.default_version 2 427 python.versions 26 27 28 python.default_version 26 28 29 29 30 if {$subport != $name} { 30 31 … … 39 40 } 40 41 } 41 42 42 livecheck.type regex43 livecheck.url http://icalendar.readthedocs.org/en/latest/changelog.html44 livecheck.regex <h2>(\[0-9.\]+)<43 livecheck.type regex 44 livecheck.url https://pypi.python.org/pypi/${realname} 45 livecheck.regex "${realname} (\\d+(?:\\.\\d+)*)"