Opened 11 years ago

Closed 10 years ago

#40533 closed submission (fixed)

py-BitVector: submission

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

Description

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

There is some non-standard handling of patching and destroot. Any review on this is welcome.

Attachments (1)

Portfile (1.9 KB) - added by petrrr 10 years ago.
minor change

Download all attachments as: .zip

Change History (7)

comment:1 Changed 11 years ago by petrrr

This one is required by #40534;

comment:2 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:3 in reply to:  2 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:4 Changed 10 years ago by petrrr

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

Changed 10 years ago by petrrr

Attachment: Portfile added

minor change

comment:5 Changed 10 years ago by petrrr

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

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

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

Added in r112602.

Note: See TracTickets for help on using tickets.