mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
09fc3acc29
buffer flipper removal), found by landry
28 lines
557 B
Makefile
28 lines
557 B
Makefile
COMMENT= retrieve system information and utilisation
|
|
|
|
MODPY_DISTV= 7.2.2
|
|
REVISION= 0
|
|
DISTNAME= psutil-${MODPY_DISTV}
|
|
PKGNAME= py-psutil-${MODPY_DISTV}
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://github.com/giampaolo/psutil
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += kvm
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
MODPY_TEST_LINK_SO= Yes
|
|
# 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>
|