mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/py-types-psutil: Update to 7.0.0.20250401
Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/psutil.md
This commit is contained in:
parent
55612a2c1f
commit
da582c56fc
3 changed files with 27 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
23
devel/py-types-psutil/files/patch-pyproject.toml
Normal file
23
devel/py-types-psutil/files/patch-pyproject.toml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue