diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index ed079c0eea10..29d18b307072 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-psutil -PORTVERSION= 7.2.0.20251228 +PORTVERSION= 7.2.1.20251231 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 USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo index 8bd886ed4f90..4eaf1d16c4fe 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767157657 -SHA256 (types_psutil-7.2.0.20251228.tar.gz) = dde992ac5b22512724a82ed21a43b03971592dff6cd271e2bd42a8750b30929b -SIZE (types_psutil-7.2.0.20251228.tar.gz) = 25400 +TIMESTAMP = 1768625705 +SHA256 (types_psutil-7.2.1.20251231.tar.gz) = dbf9df530b1130e131e4211ed8cea62c08007bfa69faf2883d296bd241d30e4a +SIZE (types_psutil-7.2.1.20251231.tar.gz) = 25620 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml index 862566d2f701..6559be60b7fd 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-12-28 03:28:16 UTC +--- pyproject.toml.orig 2025-12-31 03:18:26 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.2.0.20251228" + version = "7.2.1.20251231" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for psutil" readme = { text = """\ ## Typing stubs for psutil @@ -46,5 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['psutil-stubs'] include-package-data = false