diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index 69ac92b097ae..452d136fd787 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-psutil -PORTVERSION= 7.1.1.20251122 +PORTVERSION= 7.1.3.20251130 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 6eb90d17929e..d58edf6a777a 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853400 -SHA256 (types_psutil-7.1.1.20251122.tar.gz) = cdb39c30a81ce6e433aa672922d59b78c4c6a9c64cd9936f1f6894d26c82ae0f -SIZE (types_psutil-7.1.1.20251122.tar.gz) = 22275 +TIMESTAMP = 1764510970 +SHA256 (types_psutil-7.1.3.20251130.tar.gz) = 7f42e7a7845a93397e430b48a8074a35410d7a436695fd3375ec9b687d8d95f8 +SIZE (types_psutil-7.1.3.20251130.tar.gz) = 24467 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml index 42c3ade0a352..f87da773a1de 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-11-22 02:57:12 UTC +--- pyproject.toml.orig 2025-11-30 03:18:11 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.1.1.20251122" + version = "7.1.3.20251130" -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