Summary: | devel/py-memory_profiler: add an option for `mprof plot` support | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: sunpoet Date: Sat Nov 10 07:59:01 UTC 2018 New revision: 484590 URL: https://svnweb.freebsd.org/changeset/ports/484590 Log: Add MATPLOTLIB option for "mprof plot" PR: 232717 Submitted by: amdmi3 Changes: head/devel/py-memory_profiler/Makefile Committed. Thanks! |
Created attachment 198661 [details] Patch Unless py-matplotlib is installed, `mprof plot` won't not work: matplotlib is needed for plotting. Add an option to pull this dependency.