Opened 10 years ago

Closed 10 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)

Portfile (1.2 KB) - added by Mathias.Laurin+macports.org@… 10 years ago.
patch-ezodf-document.py.diff (498 bytes) - added by Mathias.Laurin+macports.org@… 10 years ago.
Portfile.diff (1.2 KB) - added by Mathias.Laurin+macports.org@… 10 years ago.
diffs according to comment #1
Portfile.2 (1.2 KB) - added by Mathias.Laurin+macports.org@… 10 years ago.
Portfile with fixes from comment 1

Download all attachments as: .zip

Change History (7)

Changed 10 years ago by Mathias.Laurin+macports.org@…

Attachment: Portfile added

Changed 10 years ago by Mathias.Laurin+macports.org@…

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Port: py-ezodf added; python/py-ezodf removed
Version: 2.2.1

Some notes:

  • openmaintainer is not a valid maintainer by itself. You probably want nomaintainer.
  • The patchfiles line needs to move inside the if {${subport} ne ${name}} { block.
  • Use depends_lib-append instead of depends_lib so you don't overwrite the python dependency.
  • Remove the python.default_version line because that is the default.

Changed 10 years ago by Mathias.Laurin+macports.org@…

Attachment: Portfile.diff added

diffs according to comment #1

Changed 10 years ago by Mathias.Laurin+macports.org@…

Attachment: Portfile.2 added

Portfile with fixes from comment 1

comment:2 Changed 10 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 10 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

r118527. Thanks! I also added the line:

supported_archs     noarch
Note: See TracTickets for help on using tickets.