notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-memory_profiler Module for monitoring memory usage of a python program
0.55.0_1 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.55.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-12-11 03:36:22
Last Update: 2020-02-08 19:00:10
SVN Revision: 525564
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/pythonprofilers/memory_profiler
Description:
This is a python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for python programs. It is a pure python module which depends on the psutil module. WWW: https://pypi.org/project/memory_profiler/ WWW: https://github.com/pythonprofilers/memory_profiler
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}memory_profiler>0:devel/py-memory_profiler@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py36-memory_profiler
Package flavors (<flavor>: <package>)
  • py36: py36-memory_profiler
  • py27: py27-memory_profiler
distinfo:
TIMESTAMP = 1546268376 SHA256 (memory_profiler-0.55.0.tar.gz) = 5fa47b274c929dd2cbcd9190afb62fec110701251d2ac2d301caaf545c81afc1 SIZE (memory_profiler-0.55.0.tar.gz) = 40951

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py36-setuptools>0 : devel/py-setuptools@py36
  2. python3.6 : lang/python36
Runtime dependencies:
  1. py36-psutil>=0 : sysutils/py-psutil@py36
  2. py36-setuptools>0 : devel/py-setuptools@py36
  3. python3.6 : lang/python36
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py36-memory_profiler-0.55.0_1: MATPLOTLIB=off: Plot support via matplotlib ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/memory_profiler/
  2. https://pypi.org/packages/source/m/memory_profiler/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.55.0_1
08 Feb 2020 19:00:10
Revision:525564Original commit files touched by this commit
sunpoet search for other commits by this committer
Move devel/py-memory_profiler to devel/py-memory-profiler
0.55.0_1
15 Nov 2019 13:21:35
Revision:517654Original commit files touched by this commit
sunpoet search for other commits by this committer
Add PORTSCOUT

0.56 has been removed from PyPI.

Reference:	https://github.com/pythonprofilers/memory_profiler/issues/258#issuecomment-552224656
0.55.0_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
0.55.0
01 Jan 2019 20:36:03
Revision:488995Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.55.0

Changes:	https://github.com/pythonprofilers/memory_profiler/commits/master
0.54.0
10 Nov 2018 07:59:01
Revision:484590Original commit files touched by this commit
sunpoet search for other commits by this committer
Add MATPLOTLIB option for "mprof plot"

PR:		232717
Submitted by:	amdmi3
0.54.0
29 Aug 2018 19:09:25
Revision:478385Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.54.0

Changes:	https://github.com/pythonprofilers/memory_profiler/commits/master
0.52.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.52.0
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
0.52.0
25 Feb 2018 05:32:46
Revision:462914Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.52.0

- Update COMMENT
- Update LICENSE
- Add LICENSE_FILE
- Remove PSUTIL option: psutil is no longer optional
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Add PyPI as primary WWW
- Update WWW
- Take maintainership

Changes:	https://github.com/pythonprofilers/memory_profiler/commits/master
0.47
24 Feb 2018 08:52:27
Revision:462775Original commit files touched by this commit
tcberner search for other commits by this committer
Give xmj@'s ports back to the pool

PR:		226157
Submitted by:	xmj
0.47
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.47
03 Jun 2017 16:09:04
Revision:442507Original commit files touched by this commit
tcberner search for other commits by this committer
Update to 0.47

- update to 0.47
- default-enable PSUTILS option/dependency, to silence annoying warnings

PR:		219752
Submitted by:	xmj (maintainer)
0.41
23 Jun 2016 09:48:53
Revision:417356Original commit files touched by this commit
tz search for other commits by this committer
Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner
requested.

This only affects "Created by" lines with one exception: devel/uclcmd. There the
maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
0.41
15 Jun 2016 09:04:29
Revision:416918Original commit files touched by this commit
tz search for other commits by this committer
Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net

PR:           210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net)
Approved by:  pi (mentor)
0.41
25 May 2016 16:54:31
Revision:415848Original commit files touched by this commit
pi search for other commits by this committer
Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org

PR:		209746
Submitted by:	xmj
0.41
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.41
10 Jan 2016 06:09:02
Revision:405664Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.30

PR:		205975
Submitted by:	maintainer
0.39
11 Dec 2015 03:36:02
Revision:403483Original commit files touched by this commit
miwi search for other commits by this committer
- Rename devel/py-memoryprofiler to devel/py-memory_profiler;
  to consistency with other Python ports
  - Update to 0.39
  - Add No_ARCH

PR:		205109
Submitted by:	maintainer
Reviewed by:	python@/koobs
Approved by:	mat (mentor)
Differential Revision:	D4468

Number of commits found: 18