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
F151162419: D13377.id36310.diff
Mon, Apr 6, 12:50 PM
Unknown Object (File)
Fri, Apr 3, 1:50 PM
Unknown Object (File)
Fri, Apr 3, 7:13 AM
Unknown Object (File)
Fri, Apr 3, 2:40 AM
Unknown Object (File)
Wed, Apr 1, 12:55 PM
Unknown Object (File)
Fri, Mar 27, 8:26 AM
Unknown Object (File)
Sat, Mar 21, 7:14 AM
Unknown Object (File)
Fri, Mar 20, 8:37 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 13350
Build 13582: 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.