diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index f95a0f9909fe..b1beea5e1cc3 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-psutil -PORTVERSION= 7.0.0.20250601 +PORTVERSION= 7.0.0.20250801 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_psutil-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for psutil WWW= https://github.com/python/typeshed/tree/main/stubs/psutil LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo index c04a465cdc56..84114e302dc5 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748831246 -SHA256 (types_psutil-7.0.0.20250601.tar.gz) = 71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197 -SIZE (types_psutil-7.0.0.20250601.tar.gz) = 20297 +TIMESTAMP = 1755062560 +SHA256 (types_psutil-7.0.0.20250801.tar.gz) = 0230b56234252cc6f59c361dccbaaa08f3088ea3569367abe6900485d388c97d +SIZE (types_psutil-7.0.0.20250801.tar.gz) = 20238 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml index 835ca676dd99..7acbfa458250 100644 --- a/devel/py-types-psutil/files/patch-pyproject.toml +++ b/devel/py-types-psutil/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-06-01 03:25:13 UTC +--- pyproject.toml.orig 2025-08-01 03:47:36 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=77.0.3"] +requires = ["setuptools>=61"] [project] name = "types-psutil" - version = "7.0.0.20250601" + version = "7.0.0.20250801" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for psutil" readme = { text = """\ ## Typing stubs for psutil -@@ -51,5 +50,4 @@ dependencies = [] +@@ -45,5 +44,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['psutil-stubs'] include-package-data = false