From da582c56fc7ba8a5ed8c425c82fa9f964674ff58 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 18 Apr 2025 13:16:25 +0800 Subject: [PATCH] devel/py-types-psutil: Update to 7.0.0.20250401 Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/psutil.md --- devel/py-types-psutil/Makefile | 2 +- devel/py-types-psutil/distinfo | 6 ++--- .../files/patch-pyproject.toml | 23 +++++++++++++++++++ 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 devel/py-types-psutil/files/patch-pyproject.toml diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index 3eef040844c1..d791357fd0b0 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-psutil -PORTVERSION= 7.0.0.20250218 +PORTVERSION= 7.0.0.20250401 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo index 5447c5b4e007..027f52f74a78 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739962474 -SHA256 (types_psutil-7.0.0.20250218.tar.gz) = 1e642cdafe837b240295b23b1cbd4691d80b08a07d29932143cbbae30eb0db9c -SIZE (types_psutil-7.0.0.20250218.tar.gz) = 19828 +TIMESTAMP = 1744288992 +SHA256 (types_psutil-7.0.0.20250401.tar.gz) = 2a7d663c0888a079fc1643ebc109ad12e57a21c9552a9e2035da504191336dbf +SIZE (types_psutil-7.0.0.20250401.tar.gz) = 20273 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml new file mode 100644 index 000000000000..3968c499fdce --- /dev/null +++ b/devel/py-types-psutil/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-04-01 03:06:44 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.20250401" +-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