Changeset 98695


Ignore:
Timestamp:
Oct 13, 2012, 8:36:08 AM (12 years ago)
Author:
deric@…
Message:

py-icalendar: Unify and update to 3.1 (#36473).

Location:
trunk/dports/python
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-icalendar/Portfile

    r47038 r98695  
    22
    33PortSystem          1.0
    4 PortGroup           python24 1.0
     4PortGroup           python 1.0
     5PortGroup github 1.0
    56
     7github.setup        collective icalendar 3.1
     8git.branch          85388792e11e106289f7399409c07e904dcca9d5
    69name                py-icalendar
    7 version             1.2
     10version             3.1
    811categories          python
    912maintainers         deric
     
    1821                    RFC 2445, well designed, simple to use and well documented.
    1922                   
    20 homepage            http://codespeak.net/icalendar/
    21 master_sites        ${homepage}
    22 distname            iCalendar-${version}
    23 extract.suffix      .tgz
    24 checksums           md5 810cb3707605b75e51163e6eb1c1410a \
    25                     sha1 76caea7deb43cd299fb20bc940f305d43747fde9 \
    26                     rmd160 6809c1c2bc4688032c0145919e4ed569b0de6a04
     23homepage            http://icalendar.readthedocs.org/
     24checksums           rmd160  98fe1d94170a1d9f77520d1fbef9195f2df7820a \
     25                    sha256  35fc6b618b93f7e6dfc6e16ce2e2012fa540264b385761e6405cf3cd2972a3ad
    2726
    28 post-destroot {
     27python.versions 24 25 26 27
     28python.default_version 24
     29
     30if {$subport != $name} {
     31   
     32    depends_lib-append  port:py${python.version}-distribute  port:py${python.version}-tz-gae
     33   
     34    post-destroot {
     35   
    2936    # install docs
    30     xinstall -m 644 -W ${worksrcpath}/ CHANGES.txt CREDITS.txt HISTORY.txt INSTALL.txt LICENSE.txt README.txt TODO.txt \
    31     ${destroot}${prefix}/share/doc/${name}
     37    xinstall -m 644 -W ${worksrcpath}/docs about.rst examples.rst install.rst license.rst changelog.rst credits.rst \
     38    ${destroot}${prefix}/share/doc/${subport}
    3239
    33     xinstall -m 644 -W ${worksrcpath}/doc example.txt groupscheduled.ics groupscheduled.txt multiple.ics multiple.txt small.ics small.txt \
    34     ${destroot}${prefix}/share/doc/${name}
     40    }
    3541}
     42
     43livecheck.type regex
     44livecheck.url http://icalendar.readthedocs.org/en/latest/changelog.html
     45livecheck.regex <h2>(\[0-9.\]+)
Note: See TracChangeset for help on using the changeset viewer.