Opened 11 years ago

Closed 10 years ago

#40534 closed submission (fixed)

py-BitArray2D: submission

Reported by: petrrr Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: nerdling (Jeremy Lavergne)
Port: py-BitArray2D

Description

A class for memory-efficient packed representation for 2D bit arrays.

This port relies on the port submitted in #40533. There is some non-standard handling of patching and destroot. Any review on this is welcome.

Attachments (1)

Portfile (2.5 KB) - added by petrrr 11 years ago.
minor change

Download all attachments as: .zip

Change History (6)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

The test directives and the pre-patch and post-destroot blocks need to be contained within the "if {${subport} ne ${name}}" block or else the stub port will fail.

comment:2 in reply to:  1 Changed 11 years ago by petrrr

Replying to ryandesign@…:

The test directives and the pre-patch and post-destroot blocks need to be contained within the "if {${subport} ne ${name}}" block or else the stub port will fail.

Thanks for the comment! I updated the Portfile accordingly.

comment:3 Changed 11 years ago by petrrr

I updated the Portfile to use macports ln -s alias instead of Tcl file link command.

Changed 11 years ago by petrrr

Attachment: Portfile added

minor change

comment:4 Changed 11 years ago by petrrr

Only a minor change: Comments and I understand that ne is to be preferred instead of !=;

comment:5 Changed 10 years ago by nerdling (Jeremy Lavergne)

Cc: snc@… added
Resolution: fixed
Status: newclosed

Added in r112603.

Note: See TracTickets for help on using tickets.