1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Po-Chuan Hsieh e78a781db9 sysutils/py-psutil: Fix runtime issues
- Bump PORTREVISION for package change

PR:		294068
Reported by:	<taras.filatov@gmail.com>
Obtained from:	https://github.com/giampaolo/psutil/commit/04794aa03cb9d30287e8e7fd9c80acc8c4f2aa46
2026-05-05 21:56:58 +08:00

30 lines
729 B
Makefile

PORTNAME= psutil
PORTVERSION= 7.2.2
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Process utilities module for Python
WWW= https://psutil.readthedocs.io/en/latest/ \
https://github.com/giampaolo/psutil
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= cpe python
USE_PYTHON= autoplist concurrent pep517
LDFLAGS+= -lutil
CPE_VENDOR= psutil_project
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>