Opened 12 years ago

Closed 10 years ago

#33157 closed submission (fixed)

py27-hachoir-core

Reported by: m.haller@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-hachoir-core

Description

Hachoir is a Python library used to represent of a binary file as a tree of Python objects. Each object has a type, a value, an address, etc. The goal is to be able to know the meaning of each bit in a file.

http://pypi.python.org/pypi/hachoir-core

Attachments (2)

Portfile (1.4 KB) - added by m.haller@… 12 years ago.
Portfile
Portfile.2 (1.4 KB) - added by jul_bsd@… 10 years ago.

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by m.haller@…

Attachment: Portfile added

Portfile

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

Version: 2.0.3

This needs to be modified to use the unified python 1.0 portgroup. See py-pil for an example.

comment:2 Changed 10 years ago by jul_bsd@…

updated Portfile

comment:3 Changed 10 years ago by jul_bsd@…

  • port lint --nitpick
  • livecheck
  • /tab/spacex4/

Changed 10 years ago by jul_bsd@…

Attachment: Portfile.2 added

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

The "devel" variant is not acceptable for 2 reasons:

  • We do not change the version in a variant. Instead a sub-port should be used.
  • We do not allow fetching from the head of the source tree. You must pick a version so that it is reproducible.

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

Port: py-hachoir-core added; py27-hachoir-core removed
Resolution: fixed
Status: newclosed

Added in r120228 without the devel variant.

Note: See TracTickets for help on using tickets.