Page MenuHomeFreeBSD

math/py-matplotlib: Allow build for Python 3.x
ClosedPublic

Authored by tobik on Dec 5 2017, 10:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 6:24 PM
Unknown Object (File)
Sun, Sep 6, 1:35 AM
Unknown Object (File)
Sat, Sep 5, 10:44 PM
Unknown Object (File)
Sat, Sep 5, 8:47 PM
Unknown Object (File)
Sat, Sep 5, 5:54 PM
Unknown Object (File)
Fri, Sep 4, 11:37 PM
Unknown Object (File)
Fri, Sep 4, 10:35 PM
Unknown Object (File)
Fri, Sep 4, 5:03 PM
Subscribers

Details

Summary
math/py-matplotlib: Allow build for Python 3.x

- The GTKBACKEND, GTKAGGBACKEND, and WXAGGBACKEND options do not work
  with Python 3.x, so exclude them in that case.

PR:		213636
Reported by:	lbartoletti@tuxfamily.org
Reviewed by:	???
Approved by:	maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D?????

I'm not sure if I'm using FLAVOR correctly here?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13355
Build 13587: arc lint + arc unit

Event Timeline

math/py-matplotlib/Makefile
38
​.if ${FLAVOR:U:Mpy3*}
This revision was automatically updated to reflect the committed changes.