Opened 11 years ago
Closed 11 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)
Change History (7)
comment:1 Changed 11 years ago by petrrr
comment:2 follow-up: 3 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 Changed 11 years ago by petrrr
Replying to ryandesign@…:
The
test
directives and thepre-patch
andpost-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 11 years ago by petrrr
I updated the Portfile to use macports ln -s
alias instead of Tcl file link
command.
comment:5 Changed 11 years ago by petrrr
Only a minor change: Comments and I understand that ne
is to be preferred instead of !=
;
comment:6 Changed 11 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added in r112602.
This one is required by #40534;