Ticket #38471: py-icalendar.diff

File py-icalendar.diff, 1.4 KB (added by tresni (Brian Hartvigsen), 11 years ago)
  • Portfile

    old new  
    44PortGroup           python 1.0
    55PortGroup           github 1.0
    66
    7 github.setup        collective icalendar 3.1
     7github.setup        collective icalendar 3.3
    88name                py-icalendar
     9set realname        icalendar
    910categories          python
    1011maintainers         deric
    1112platforms           darwin
     
    2021                    RFC 2445, well designed, simple to use and well documented.
    2122                   
    2223homepage            http://icalendar.readthedocs.org/
    23 checksums           rmd160  98fe1d94170a1d9f77520d1fbef9195f2df7820a \
    24                     sha256  35fc6b618b93f7e6dfc6e16ce2e2012fa540264b385761e6405cf3cd2972a3ad
     24checksums           rmd160  a395e3308d20e8b2a839b77a889f5264ed0f5486 \
     25                    sha256  769f2f59d85572337a2555b169145c19a77536db4c5a15262aae6a0644426ffe
    2526
    26 python.versions 24 25 26 27
    27 python.default_version 24
     27python.versions     26 27
     28python.default_version 26
    2829
    2930if {$subport != $name} {
    3031   
     
    3940    }
    4041}
    4142
    42 livecheck.type regex
    43 livecheck.url http://icalendar.readthedocs.org/en/latest/changelog.html
    44 livecheck.regex <h2>(\[0-9.\]+)<
     43livecheck.type      regex
     44livecheck.url       https://pypi.python.org/pypi/${realname}
     45livecheck.regex     "${realname} (\\d+(?:\\.\\d+)*)"