Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:53:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0eb23ba2df33 - main - sysutils/py-psutil: Simplify Makefile
Message-ID:  <202105112153.14BLr3IJ099876@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 0eb23ba2df33a3a5d9326a5e2136decfc06e0755
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:17:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112153.14BLr3IJ099876>