mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/py-psutil: Update to 5.9.5
- Convert to USE_PYTHON=pep517 Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
This commit is contained in:
parent
14a732314d
commit
fcb0a9fb00
3 changed files with 8 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= psutil
|
PORTNAME= psutil
|
||||||
PORTVERSION= 5.9.4
|
PORTVERSION= 5.9.5
|
||||||
CATEGORIES= sysutils python
|
CATEGORIES= sysutils python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,8 +11,11 @@ WWW= https://github.com/giampaolo/psutil
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
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:3.6+
|
USES= cpe python:3.6+
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
LDFLAGS+= -lutil
|
LDFLAGS+= -lutil
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1669057961
|
TIMESTAMP = 1681918903
|
||||||
SHA256 (psutil-5.9.4.tar.gz) = 3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62
|
SHA256 (psutil-5.9.5.tar.gz) = 5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c
|
||||||
SIZE (psutil-5.9.4.tar.gz) = 485825
|
SIZE (psutil-5.9.5.tar.gz) = 493489
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- psutil/arch/freebsd/sys_socks.c.orig 2022-09-02 10:06:38 UTC
|
|
||||||
+++ psutil/arch/freebsd/sys_socks.c
|
|
||||||
@@ -62,7 +62,7 @@ struct xfile *
|
|
||||||
|
|
||||||
|
|
||||||
struct xfile *
|
|
||||||
-psutil_get_file_from_sock(void *sock) {
|
|
||||||
+psutil_get_file_from_sock(kvaddr_t sock) {
|
|
||||||
struct xfile *xf;
|
|
||||||
int n;
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue