Opened 14 years ago

Last modified 14 years ago

#28369 closed defect

fonttools needs to depend on py26-numpy instead of py26-numeric — at Version 1

Reported by: neil_mayhew@… Owned by: ryandesign@…
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 (1)

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

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Note: See TracTickets for help on using tickets.