Opened 13 years ago

Closed 13 years ago

#28369 closed defect (fixed)

fonttools needs to depend on py26-numpy instead of py26-numeric

Reported by: neil_mayhew@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: fonttools

Description (last modified by ryandesign (Ryan Carsten Schmidt))

fonttools now uses numpy instead of the older (and deprecated) Numeric module. However, the port dependency hasn't been updated to reflect this.

To test this:

    sudo port deactivate py26-numpy
    ttx -l /System/Library/Fonts/Symbol.ttf

which gives:

    ImportError: No module named numpy

After installing/reactivating py26-numpy:

    Listing table info for "/System//Library/Fonts/Symbol.ttf":
    ...

Change History (2)

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

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

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

Resolution: fixed
Status: assignedclosed

Thanks; fixed in r75886.

Note: See TracTickets for help on using tickets.