diff --git a/devel/py-types-pyyaml/Makefile b/devel/py-types-pyyaml/Makefile index 3e0a8c2daa77..58f2590f5686 100644 --- a/devel/py-types-pyyaml/Makefile +++ b/devel/py-types-pyyaml/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-pyyaml -PORTVERSION= 6.0.12.20250915 +PORTVERSION= 6.0.12.20260408 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 132bac4b08b1..f19884bab4dc 100644 --- a/devel/py-types-pyyaml/distinfo +++ b/devel/py-types-pyyaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816686 -SHA256 (types_pyyaml-6.0.12.20250915.tar.gz) = 0f8b54a528c303f0e6f7165687dd33fafa81c807fcac23f632b63aa624ced1d3 -SIZE (types_pyyaml-6.0.12.20250915.tar.gz) = 17522 +TIMESTAMP = 1777252742 +SHA256 (types_pyyaml-6.0.12.20260408.tar.gz) = 92a73f2b8d7f39ef392a38131f76b970f8c66e4c42b3125ae872b7c93b556307 +SIZE (types_pyyaml-6.0.12.20260408.tar.gz) = 17735 diff --git a/devel/py-types-pyyaml/files/patch-pyproject.toml b/devel/py-types-pyyaml/files/patch-pyproject.toml index 7637a07ee02d..e89d640a471f 100644 --- a/devel/py-types-pyyaml/files/patch-pyproject.toml +++ b/devel/py-types-pyyaml/files/patch-pyproject.toml @@ -1,24 +1,27 @@ ---- pyproject.toml.orig 2025-09-15 03:00:57 UTC +--- pyproject.toml.orig 2026-04-08 04:30:48 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>=82.0.1"] +requires = ["setuptools>=61"] [project] -name = "types-PyYAML" +name = "types-pyyaml" - version = "6.0.12.20250915" + version = "6.0.12.20260408" -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 = [] +@@ -46,8 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['yaml-stubs'] include-package-data = false +- +-[tool.setuptools.package-data] +-'yaml-stubs' = ['__init__.pyi', '_yaml.pyi', 'composer.pyi', 'constructor.pyi', 'cyaml.pyi', 'dumper.pyi', 'emitter.pyi', 'error.pyi', 'events.pyi', 'loader.pyi', 'nodes.pyi', 'parser.pyi', 'reader.pyi', 'representer.pyi', 'resolver.pyi', 'scanner.pyi', 'serializer.pyi', 'tokens.pyi', 'METADATA.toml', 'py.typed']