Bug 232717 - devel/py-memory_profiler: add an option for `mprof plot` support
Summary: devel/py-memory_profiler: add an option for `mprof plot` support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-26 16:39 UTC by Dmitry Marakasov
Modified: 2018-11-10 08:01 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch (500 bytes, patch)
2018-10-26 16:39 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!