git: 0eb23ba2df33 - main - sysutils/py-psutil: Simplify Makefile

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:53:04 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0eb23ba2df33a3a5d9326a5e2136decfc06e0755

commit 0eb23ba2df33a3a5d9326a5e2136decfc06e0755
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:17:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:19 +0000

    sysutils/py-psutil: Simplify Makefile
---
 sysutils/py-psutil/Makefile  | 2 +-
 sysutils/py-psutil/pkg-descr | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile
index b7644dc14ef6..18c6774f0ab3 100644
--- a/sysutils/py-psutil/Makefile
+++ b/sysutils/py-psutil/Makefile
@@ -18,6 +18,6 @@ USE_PYTHON=	autoplist concurrent distutils
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}psutil121
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psutil/_psutil_bsd*.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psutil/_psutil_posix*.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psutil/_psutil_*.so
 
 .include <bsd.port.mk>
diff --git a/sysutils/py-psutil/pkg-descr b/sysutils/py-psutil/pkg-descr
index 6924c83cbaf5..2b67736e0c42 100644
--- a/sysutils/py-psutil/pkg-descr
+++ b/sysutils/py-psutil/pkg-descr
@@ -3,5 +3,4 @@ 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: https://pypi.org/project/psutil/
 WWW: https://github.com/giampaolo/psutil


More information about the dev-commits-ports-all mailing list