Opened 15 years ago

Closed 15 years ago

#20878 closed defect (fixed)

py-matplotlib, py25-matplotlib, py26-matplotlib: needs pyobjc2 on Snow Leopard

Reported by: jowens (John Owens) Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version:
Keywords: snowleopard Cc:
Port: py-matplotlib, py25-matplotlib, py26-matplotlib

Description

py25-matplotlib has:

platform darwin 9 {
  depends_lib-delete port:py25-pyobjc
  depends_lib-append port:py25-pyobjc2 port:py25-pyobjc2-cocoa
}

I think it needs a "platform darwin 10" also. (pyobjc doesn't work on 10.5 or higher; pyobjc2 is instead needed.)

Attachments (1)

matplotlib.diff (873 bytes) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (8)

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

Cc: ram@… added
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Port: py-matplotlib py26-matplotlib added
Summary: py25-matplotlib: needs "platform darwin 10" (10.6)py-matplotlib, py25-matplotlib, py26-matplotlib: needs pyobjc2 on Snow Leopard

Affects py-matplotlib, py25-matplotlib, py26-matplotlib

Rather than add a platform darwin 10 section, change it to a platform darwin 8 section.

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: matplotlib.diff added

comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Here is a suggestion (for all three ports). I cannot test that this is correct because of #20868.

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ram@… removed
Owner: changed from ryandesign@… to ram@…
Status: assignednew

comment:5 Changed 15 years ago by skymoo (Adam Mercer)

Status: newassigned

comment:6 in reply to:  3 Changed 15 years ago by skymoo (Adam Mercer)

Replying to ryandesign@…:

Here is a suggestion (for all three ports). I cannot test that this is correct because of #20868.

Looks good, can't test now because of #20901

comment:7 Changed 15 years ago by skymoo (Adam Mercer)

Resolution: fixed
Status: assignedclosed

committed in r56550, thanks

Note: See TracTickets for help on using tickets.