Port details |
- py-psutil Process utilities module for Python
- 6.1.1 sysutils =16 6.1.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2010-05-05 07:06:35
- Last Update: 2024-12-31 15:50:18
- Commit Hash: 6477bd4
- People watching this port, also watch:: rsync, pkg, py311-requests, bash, libxml2
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://psutil.readthedocs.io/en/latest/
- https://github.com/giampaolo/psutil
- Description:
- psutil is a module providing an interface for retrieving information on running
processes and system utilization (CPU, memory) in a portable way by using
Python, implementing many functionalities offered by tools like ps, top and
Windows task manager.
- ¦ ¦ ¦ ¦
- 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}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-psutil/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-psutil
- pkg install py311-psutil
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-psutil listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-psutil
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1735227964
SHA256 (psutil-6.1.1.tar.gz) = cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5
SIZE (psutil-6.1.1.tar.gz) = 508502
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=43 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- audio/py-pyradio
- comms/py-pylink-square
- databases/mongodb50
- databases/mongodb60
- databases/mongodb70
- databases/mongodb80
- devel/cvise
-
Deleted ports which required this port:
- for Run
-
- archivers/py-py7zr
- astro/py-indiweb
- audio/py-pyradio
- biology/py-multiqc
- comms/py-pylink-square
- databases/pg_activity
- deskutils/py-trash-cli
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- sysutils_py-psutil
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1_1 13 Apr 2013 11:49:02 |
crees |
Fix on FreeBSD 8+
PR: ports/172803
Submitted by: Jan Beich
Approved by: maintainer timeout (sunpoet, ~6 months)
Approved by: portmgr (decke) |
0.6.1 28 Sep 2012 16:43:04 |
sunpoet |
- Unbreak sysutils/py-psutil on 7.x |
0.6.1 25 Sep 2012 18:30:39 |
beat |
- Mark BROKEN on FreeBSD 7.x: does not compile
error: 'MNT_NFS4ACLS' undeclared
Reported by: pointyhat |
0.6.1 22 Aug 2012 06:36:57 |
sunpoet |
- Update to 0.6.1
Changes: http://code.google.com/p/psutil/source/browse/trunk/HISTORY |
0.4.1 10 Feb 2012 02:34:56 |
sunpoet |
- Use REINPLACE_CMD instead of a patch file |
0.4.1 17 Dec 2011 15:01:07 |
sunpoet |
- Update to 0.4.1
Changes: http://psutil.googlecode.com/svn/trunk/HISTORY |
0.4.0 05 Nov 2011 16:36:45 |
sunpoet |
- Update to 0.4.0
Changes: http://psutil.googlecode.com/svn/trunk/HISTORY |
0.3.0 23 Sep 2011 18:39:41 |
sunpoet |
- Fix make package when py-distribute or py-setuptools were installed |
0.3.0 22 Sep 2011 06:59:15 |
sunpoet |
- Space/Tab twiddle
- Take maintainership |
0.3.0 21 Sep 2011 16:48:43 |
tabthorpe |
- Reassign to the heap |
0.3.0 26 Aug 2011 22:20:12 |
crees |
Add missed distinfo for 0.3.0
Pointyhat: crees |
0.3.0 23 Aug 2011 14:45:59 |
crees |
Update to 0.3.0
PR: ports/159881
Submitted by: Stephen Sanders <ssanders@opnet.com> |
0.2.0 30 Jan 2011 18:30:09 |
ohauer |
- update to version 0.2.0
- remove unused patch files (included now in upstream)
- sort pkg-plist
maintainer timeout
PR: ports/154119
Submitted by: Stephen Sanders <ssanders _at_ opnet.com>
Feature safe: yes |
0.1.3 10 May 2010 08:10:52 |
wen |
- Fix the build error reported by QAT@
PR: ports/146451
Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer) |
0.1.3 05 May 2010 07:05:56 |
wen |
psutil is a module providing an interface for retrieving information
on running processes and system utilization (CPU, memory) in a portable
way by using Python, implementing many functionalities offered by tools
like ps, top and Windows task manager.
WWW: http://code.google.com/p/psutil/
PR: ports/146279
Submitted by: Ju Pengfei <jupengfei@gmail.com> |