diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile index 31c4eb78983b..e0ad42cae140 100644 --- a/devel/py-types-protobuf/Makefile +++ b/devel/py-types-protobuf/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-protobuf -PORTVERSION= 7.34.1.20260408 +PORTVERSION= 7.34.1.20260503 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_protobuf-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for protobuf WWW= https://github.com/python/typeshed/tree/main/stubs/protobuf LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61: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-protobuf/distinfo b/devel/py-types-protobuf/distinfo index 615134e855c4..5521b52261dc 100644 --- a/devel/py-types-protobuf/distinfo +++ b/devel/py-types-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777252736 -SHA256 (types_protobuf-7.34.1.20260408.tar.gz) = e2c0a0430e08c75b52671a6f0035abfdcc791aad12af16274282de1b721758ab -SIZE (types_protobuf-7.34.1.20260408.tar.gz) = 68835 +TIMESTAMP = 1777906361 +SHA256 (types_protobuf-7.34.1.20260503.tar.gz) = effbc819aa17e02448dde99f089c6794662d66f4b2797e922f185ffe0b24e766 +SIZE (types_protobuf-7.34.1.20260503.tar.gz) = 68830 diff --git a/devel/py-types-protobuf/files/patch-pyproject.toml b/devel/py-types-protobuf/files/patch-pyproject.toml index 14b934a81544..b2f2bc2e0b54 100644 --- a/devel/py-types-protobuf/files/patch-pyproject.toml +++ b/devel/py-types-protobuf/files/patch-pyproject.toml @@ -1,26 +1,26 @@ ---- pyproject.toml.orig 2026-04-08 04:26:40 UTC +--- pyproject.toml.orig 2026-05-03 05:19:47 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=61"] [project] name = "types-protobuf" - version = "7.34.1.20260408" + version = "7.34.1.20260503" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for protobuf" readme = { text = """\ ## Typing stubs for protobuf @@ -52,8 +51,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['google-stubs'] include-package-data = false - -[tool.setuptools.package-data] -'google-stubs' = ['_upb/_message.pyi', 'protobuf/__init__.pyi', 'protobuf/any.pyi', 'protobuf/any_pb2.pyi', 'protobuf/api_pb2.pyi', 'protobuf/compiler/__init__.pyi', 'protobuf/compiler/plugin_pb2.pyi', 'protobuf/descriptor.pyi', 'protobuf/descriptor_database.pyi', 'protobuf/descriptor_pb2.pyi', 'protobuf/descriptor_pool.pyi', 'protobuf/duration.pyi', 'protobuf/duration_pb2.pyi', 'protobuf/empty_pb2.pyi', 'protobuf/field_mask_pb2.pyi', 'protobuf/internal/__init__.pyi', 'protobuf/internal/api_implementation.pyi', 'protobuf/internal/builder.pyi', 'protobuf/internal/containers.pyi', 'protobuf/internal/decoder.pyi', 'protobuf/internal/encoder.pyi', 'protobuf/internal/enum_type_wrapper.pyi', 'protobuf/internal/extension_dict.pyi', 'protobuf/internal/field_mask.pyi', 'protobuf/internal/message_listener.pyi', 'protobuf/internal/python_edition_defaults.pyi', 'protobuf/internal/python_message.pyi', 'protobuf/internal/testing_refleaks.pyi', 'protobuf/internal/type_checkers.pyi', 'protobuf/internal/well_known_types.pyi', 'protobuf/internal/wire_format.pyi', 'protobuf/json_format.pyi', 'protobuf/message.pyi', 'protobuf/message_factory.pyi', 'protobuf/proto.pyi', 'protobuf/proto_builder.pyi', 'protobuf/proto_json.pyi', 'protobuf/proto_text.pyi', 'protobuf/reflection.pyi', 'protobuf/runtime_version.pyi', 'protobuf/service_reflection.pyi', 'protobuf/source_context_pb2.pyi', 'protobuf/struct_pb2.pyi', 'protobuf/symbol_database.pyi', 'protobuf/text_encoding.pyi', 'protobuf/text_format.pyi', 'protobuf/timestamp.pyi', 'protobuf/timestamp_pb2.pyi', 'protobuf/type_pb2.pyi', 'protobuf/unknown_fields.pyi', 'protobuf/util/__init__.pyi', 'protobuf/wrappers_pb2.pyi', 'METADATA.toml', 'protobuf/py.typed']