diff --git a/ports/python/py-ezodf/Portfile b/ports/python/py-ezodf/Portfile
index f6126d0..29c4ecf 100644
a
|
b
|
bitbucket.setup mozman ezodf 0.2.5 |
9 | 9 | name py-ezodf |
10 | 10 | version 0.2.5 |
11 | 11 | python.versions 26 27 32 33 |
12 | | python.default_version 27 |
13 | 12 | platforms darwin |
14 | | maintainers openmaintainer |
| 13 | maintainers gmail.com:Mathias.Laurin openmaintainer |
15 | 14 | license MIT |
16 | 15 | description Python package to create or open OpenDocument files. |
17 | 16 | long_description ezodf is a Python package to create new or open existing\ |
… |
… |
master_sites https://bitbucket.org/mozman/ezodf/downloads/ |
24 | 23 | checksums rmd160 add33e930e302f84971099da2db86bca225d468a \ |
25 | 24 | sha256 f73f56f38594e596e6ec3ca90f16b317858023ed340e73ce78fcac8010fed535 |
26 | 25 | |
27 | | patchfiles patch-ezodf-document.py.diff |
28 | | |
29 | 26 | if {${subport} ne ${name}} { |
30 | | depends_lib port:py${python.version}-lxml |
| 27 | patchfiles patch-ezodf-document.py.diff |
| 28 | depends_lib-append port:py${python.version}-lxml |
31 | 29 | } |
32 | 30 | |
33 | 31 | livecheck.type none |