Opened 11 years ago
Closed 11 years ago
#42972 closed submission (fixed)
New port: python/py-ezodf 0.2.5
Reported by: | Mathias.Laurin+macports.org@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-ezodf |
Description
ezodf is a Python package to create new or open existing OpenDocument (ODF) files to extract, add, modify or delete document data.
It is comparable to the xlrd and xlwt modules that are already in macports, only for the more free open/libreoffice formats.
I also add a patch I reported upstream but that is not yet included in the latest stable version.
Attachments (4)
Change History (7)
Changed 11 years ago by Mathias.Laurin+macports.org@…
Changed 11 years ago by Mathias.Laurin+macports.org@…
Attachment: | patch-ezodf-document.py.diff added |
---|
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Port: | py-ezodf added; python/py-ezodf removed |
---|---|
Version: | 2.2.1 |
Changed 11 years ago by Mathias.Laurin+macports.org@…
Attachment: | Portfile.diff added |
---|
diffs according to comment #1
Changed 11 years ago by Mathias.Laurin+macports.org@…
Attachment: | Portfile.2 added |
---|
Portfile with fixes from comment 1
comment:2 Changed 11 years ago by Mathias.Laurin+macports.org@…
Thank you for your answer. I took your comments into account and uploaded diffs and the fixed Portfile. I also added myself as the maintainer and left openmaintainer in the list.
comment:3 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r118527. Thanks! I also added the line:
supported_archs noarch
Note: See
TracTickets for help on using
tickets.
Some notes:
openmaintainer
is not a valid maintainer by itself. You probably wantnomaintainer
.patchfiles
line needs to move inside theif {${subport} ne ${name}} {
block.depends_lib-append
instead ofdepends_lib
so you don't overwrite the python dependency.python.default_version
line because that is the default.