mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
add node 14
This commit is contained in:
31
python/py-psutil/Makefile
Normal file
31
python/py-psutil/Makefile
Normal file
@@ -0,0 +1,31 @@
|
||||
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
||||
# $FreeBSD: head/sysutils/py-psutil/Makefile 526661 2020-02-21 18:57:16Z sunpoet $
|
||||
|
||||
PORTNAME= psutil
|
||||
PORTVERSION= 5.7.0
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Process utilities module for Python
|
||||
|
||||
#RUN_DEPENDS= ${PY_ENUM34}
|
||||
#TEST_DEPENDS= ${PY_IPADDRESS}
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil121
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psutil/_psutil_bsd.so \
|
||||
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psutil/_psutil_posix.so
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
#.if ${PYTHON_REL} < 3000
|
||||
#TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=0:python/py-mock@${PY_FLAVOR}
|
||||
#.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
3
python/py-psutil/distinfo
Normal file
3
python/py-psutil/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1582222968
|
||||
SHA256 (psutil-5.7.0.tar.gz) = 685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e
|
||||
SIZE (psutil-5.7.0.tar.gz) = 449628
|
||||
7
python/py-psutil/pkg-descr
Normal file
7
python/py-psutil/pkg-descr
Normal file
@@ -0,0 +1,7 @@
|
||||
psutil is a module providing an interface for retrieving information on running
|
||||
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
|
||||
Reference in New Issue
Block a user