Ticket #39825: Portfile-matplotlib.diff

File Portfile-matplotlib.diff, 754 bytes (added by mndavidoff (Monte Davidoff), 11 years ago)
  • Portfile

    old new  
    77categories-append  graphics math
    88github.setup       matplotlib matplotlib 1.2.1 v
    99name               py-matplotlib
     10revision           1
    1011homepage           http://matplotlib.org/
    1112master_sites       https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/
    1213maintainers        sean openmaintainer
     
    3839                   port:py${python.version}-numpy \
    3940                   port:py${python.version}-pyobjc-cocoa
    4041
     42if {${python.version} >= 31} {
     43    depends_lib-append port:py${python.version}-six
     44}
     45
    4146patchfiles         patch-setupext.py.diff \
    4247                   patch-setup.cfg.diff
    4348