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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup bitbucket 1.0 |
---|
7 | |
---|
8 | bitbucket.setup mozman ezodf 0.2.5 |
---|
9 | name py-ezodf |
---|
10 | version 0.2.5 |
---|
11 | python.versions 26 27 32 33 |
---|
12 | platforms darwin |
---|
13 | maintainers gmail.com:Mathias.Laurin openmaintainer |
---|
14 | license MIT |
---|
15 | description Python package to create or open OpenDocument files. |
---|
16 | long_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 | |
---|
20 | homepage http://pythonhosted.org/ezodf/ |
---|
21 | distname ezodf-${version} |
---|
22 | master_sites https://bitbucket.org/mozman/ezodf/downloads/ |
---|
23 | checksums rmd160 add33e930e302f84971099da2db86bca225d468a \ |
---|
24 | sha256 f73f56f38594e596e6ec3ca90f16b317858023ed340e73ce78fcac8010fed535 |
---|
25 | |
---|
26 | if {${subport} ne ${name}} { |
---|
27 | patchfiles patch-ezodf-document.py.diff |
---|
28 | depends_lib-append port:py${python.version}-lxml |
---|
29 | } |
---|
30 | |
---|
31 | livecheck.type none |
---|