diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index 0d0e51c40fdd..f95a0f9909fe 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-psutil -PORTVERSION= 7.0.0.20250516 +PORTVERSION= 7.0.0.20250601 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+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo index c00b2d6fd0e8..c04a465cdc56 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715432 -SHA256 (types_psutil-7.0.0.20250516.tar.gz) = 3d8aa8392ac4d1e5e9237d111cf9e59d8fce8f2bde3115e687623f5e1039a1ab -SIZE (types_psutil-7.0.0.20250516.tar.gz) = 20271 +TIMESTAMP = 1748831246 +SHA256 (types_psutil-7.0.0.20250601.tar.gz) = 71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197 +SIZE (types_psutil-7.0.0.20250601.tar.gz) = 20297 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml index 39f57f7c72dc..835ca676dd99 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-05-16 03:08:05 UTC +--- pyproject.toml.orig 2025-06-01 03:25:13 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.20250516" + version = "7.0.0.20250601" -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 = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['psutil-stubs'] include-package-data = false