# -*- 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: Portfile 118527 2014-04-03 22:25:14Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           bitbucket 1.0

bitbucket.setup     mozman ezodf 0.2.5
name                py-ezodf
version             0.2.5
python.versions     26 27 32 33
platforms           darwin
maintainers         gmail.com:Mathias.Laurin openmaintainer
license             MIT

supported_archs     noarch

description         Python package to create or open OpenDocument files.
long_description    ezodf is a Python package to create new or open existing\
                    OpenDocument (ODF) files to extract, add, modify or delete\
                    document data.

homepage            http://pythonhosted.org/ezodf/
distname            ezodf-${version}
master_sites        https://bitbucket.org/mozman/ezodf/downloads/

checksums           rmd160  add33e930e302f84971099da2db86bca225d468a \
                    sha256  f73f56f38594e596e6ec3ca90f16b317858023ed340e73ce78fcac8010fed535

if {${subport} ne ${name}} {
    patchfiles          patch-ezodf-document.py.diff
    depends_lib-append  port:py${python.version}-lxml
}

livecheck.type      none
