Ticket #42972: Portfile.2

File Portfile.2, 1.2 KB (added by Mathias.Laurin+macports.org@…, 10 years ago)

Portfile with fixes from comment 1

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
12platforms           darwin
13maintainers         gmail.com:Mathias.Laurin openmaintainer
14license             MIT
15description         Python package to create or open OpenDocument files.
16long_description    ezodf is a Python package to create new or open existing\
17                    OpenDocument (ODF) files to extract, add, modify or delete\
18                    document data.
19
20homepage            http://pythonhosted.org/ezodf/
21distname            ezodf-${version}
22master_sites        https://bitbucket.org/mozman/ezodf/downloads/
23checksums           rmd160  add33e930e302f84971099da2db86bca225d468a \
24                    sha256  f73f56f38594e596e6ec3ca90f16b317858023ed340e73ce78fcac8010fed535
25
26if {${subport} ne ${name}} {
27    patchfiles          patch-ezodf-document.py.diff
28    depends_lib-append  port:py${python.version}-lxml
29}
30
31livecheck.type      none