Ticket #42972: Portfile

File Portfile, 1.2 KB (added by Mathias.Laurin+macports.org@…, 10 years ago)
Line 
1# -*- 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
2# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           bitbucket 1.0
7
8bitbucket.setup     mozman ezodf 0.2.5
9name                py-ezodf
10version             0.2.5
11python.versions     26 27 32 33
12python.default_version  27
13platforms           darwin
14maintainers         openmaintainer
15license             MIT
16description         Python package to create or open OpenDocument files.
17long_description    ezodf is a Python package to create new or open existing\
18                    OpenDocument (ODF) files to extract, add, modify or delete\
19                    document data.
20
21homepage            http://pythonhosted.org/ezodf/
22distname            ezodf-${version}
23master_sites        https://bitbucket.org/mozman/ezodf/downloads/
24checksums           rmd160  add33e930e302f84971099da2db86bca225d468a \
25                    sha256  f73f56f38594e596e6ec3ca90f16b317858023ed340e73ce78fcac8010fed535
26
27patchfiles          patch-ezodf-document.py.diff
28
29if {${subport} ne ${name}} {
30    depends_lib         port:py${python.version}-lxml
31}
32
33livecheck.type      none