diff --git a/devel/py-types-pyyaml/Makefile b/devel/py-types-pyyaml/Makefile index cc04b4962a8c..2fa51c24c30b 100644 --- a/devel/py-types-pyyaml/Makefile +++ b/devel/py-types-pyyaml/Makefile @@ -1,24 +1,23 @@ PORTNAME= types-pyyaml -PORTVERSION= 6.0.12.20241230 -PORTREVISION= 1 +PORTVERSION= 6.0.12.20250809 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_pyyaml-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for PyYAML WWW= https://github.com/python/typeshed/tree/main/stubs/pyyaml 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-pyyaml/distinfo b/devel/py-types-pyyaml/distinfo index 0001b050a813..c22aed97304e 100644 --- a/devel/py-types-pyyaml/distinfo +++ b/devel/py-types-pyyaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736848134 -SHA256 (types_pyyaml-6.0.12.20241230.tar.gz) = 7f07622dbd34bb9c8b264fe860a17e0efcad00d50b5f27e93984909d9363498c -SIZE (types_pyyaml-6.0.12.20241230.tar.gz) = 17078 +TIMESTAMP = 1755062564 +SHA256 (types_pyyaml-6.0.12.20250809.tar.gz) = af4a1aca028f18e75297da2ee0da465f799627370d74073e96fee876524f61b5 +SIZE (types_pyyaml-6.0.12.20250809.tar.gz) = 17385 diff --git a/devel/py-types-pyyaml/files/patch-pyproject.toml b/devel/py-types-pyyaml/files/patch-pyproject.toml new file mode 100644 index 000000000000..7fbf63457f20 --- /dev/null +++ b/devel/py-types-pyyaml/files/patch-pyproject.toml @@ -0,0 +1,24 @@ +--- pyproject.toml.orig 2025-08-09 03:14:32 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-PyYAML" ++name = "types-pyyaml" + version = "6.0.12.20250809" +-license = "Apache-2.0" +-license-files = ["LICENSE"] ++license = { text = "Apache-2.0" } + description = "Typing stubs for PyYAML" + readme = { text = """\ + ## Typing stubs for PyYAML +@@ -46,5 +45,4 @@ dependencies = [] + "Chat" = "https://gitter.im/python/typing" + + [tool.setuptools] +-packages = ['yaml-stubs'] + include-package-data = false diff --git a/devel/py-types-pyyaml/files/patch-setup.py b/devel/py-types-pyyaml/files/patch-setup.py deleted file mode 100644 index 5c6e143c789f..000000000000 --- a/devel/py-types-pyyaml/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2024-12-30 02:44:34 UTC -+++ setup.py -@@ -1,6 +1,6 @@ from setuptools import setup - from setuptools import setup - --name = "types-PyYAML" -+name = "types-pyyaml" - description = "Typing stubs for PyYAML" - long_description = ''' - ## Typing stubs for PyYAML