# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup collective icalendar 3.8.4 name py-icalendar platforms darwin license BSD maintainers nomaintainer description The iCalendar package is a parser/generator of \ RFC 2445 iCalendar files. long_description The inspiration has come from the email package in \ the standard lib, which I think is pretty simple, \ yet efficient and powerful. The package can both \ generate and parse iCalendar files, and can easily \ be used as is. The aim is to make a package that \ is fully compliant to RFC 2445, well designed, \ simple to use and well documented. homepage http://icalendar.readthedocs.org/ checksums rmd160 4dfd631b54acebd0943cb2d4b10e6d423c9b8c0d \ sha256 1e9fbef0c823477a600cb5656c060775b190f121a80cfc30ea4627740ec56334 python.versions 27 34 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-dateutil \ port:py${python.version}-tz post-destroot { xinstall -m 644 -W ${worksrcpath} \ CHANGES.rst \ CONTRIBUTING.rst \ LICENSE.rst \ README.rst \ TODO.rst \ ${destroot}${prefix}/share/doc/${subport} } livecheck.type none }