Files

28 lines
557 B
Makefile
Raw Permalink Normal View History

2025-11-03 07:16:15 +00:00
COMMENT= retrieve system information and utilisation
2026-01-29 12:50:39 +00:00
MODPY_DISTV= 7.2.2
REVISION= 0
2024-12-21 11:38:51 +00:00
DISTNAME= psutil-${MODPY_DISTV}
PKGNAME= py-psutil-${MODPY_DISTV}
2024-02-19 10:32:11 +00:00
CATEGORIES= sysutils
2024-02-19 10:32:11 +00:00
HOMEPAGE= https://github.com/giampaolo/psutil
# BSD
2024-02-19 10:32:11 +00:00
PERMIT_PACKAGE= Yes
2024-02-19 10:32:11 +00:00
WANTLIB += kvm
2016-01-17 17:29:07 +00:00
2024-02-19 10:32:11 +00:00
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
2016-08-31 12:44:52 +00:00
2024-10-29 10:16:28 +00:00
MODPY_TEST_LINK_SO= Yes
2025-12-24 16:14:55 +00:00
# needs https://github.com/giampaolo/psleak
MODPY_PYTEST_ARGS= --ignore tests/test_memleaks.py
TEST_DEPENDS= devel/py-test-instafail \
devel/py-test-subtests \
devel/py-test-xdist
.include <bsd.port.mk>