# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-vobject
version             0.8.1c
platforms           darwin
maintainers         lightnin
description         Python package for parsing and generating vCard and \
                    vCalendar files.
long_description    vObject is intended to be a full featured Python package \
                    for parsing and generating vCard and vCalendar files. It \
                    is being developed in concert with the Open Source \
                    Application Foundation's Chandler project.

homepage            http://vobject.skyhouseconsulting.com/
master_sites        http://vobject.skyhouseconsulting.com/
distname            vobject-${version}
checksums           md5    c9686dd74d39fdae140890d9c694c076 \
                    sha1   97f1daf9d813a2b2128c2d39ca52bbbcc152fdfd \
                    rmd160 ca1b1f207b6b7d4418a401938656627e6404aacf

depends_lib         port:py26-dateutil \
                    port:py26-distribute

test.run            yes
test.cmd            ${python.bin} test_vobject.py
test.target
test.env            PYTHONPATH=${worksrcpath}/build/lib
