Bug 232717

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:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2018-10-26 16:39:00 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-10 07:59:40 UTC
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
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-11-10 08:01:19 UTC
Committed. Thanks!