Skip to content

Commit

Permalink
sysutils/py-psutil: Update to 5.9.5
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
  • Loading branch information
sunpoet committed Apr 19, 2023
1 parent 14a7323 commit fcb0a9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
7 changes: 5 additions & 2 deletions sysutils/py-psutil/Makefile
@@ -1,5 +1,5 @@
PORTNAME= psutil
PORTVERSION= 5.9.4
PORTVERSION= 5.9.5
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,11 @@ WWW= 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:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

LDFLAGS+= -lutil

Expand Down
6 changes: 3 additions & 3 deletions sysutils/py-psutil/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1669057961
SHA256 (psutil-5.9.4.tar.gz) = 3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62
SIZE (psutil-5.9.4.tar.gz) = 485825
TIMESTAMP = 1681918903
SHA256 (psutil-5.9.5.tar.gz) = 5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c
SIZE (psutil-5.9.5.tar.gz) = 493489
11 changes: 0 additions & 11 deletions sysutils/py-psutil/files/patch-clang15

This file was deleted.

0 comments on commit fcb0a9f

Please sign in to comment.