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
F132997509: D13377.diff
Tue, Oct 21, 10:33 PM
Unknown Object (File)
Mon, Oct 20, 1:00 PM
Unknown Object (File)
Sun, Oct 19, 3:10 PM
Unknown Object (File)
Sat, Oct 18, 9:18 PM
Unknown Object (File)
Sat, Oct 18, 4:34 PM
Unknown Object (File)
Fri, Oct 10, 12:49 PM
Unknown Object (File)
Mon, Sep 29, 6:50 AM
Unknown Object (File)
Mon, Sep 29, 5:53 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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