diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile index 24cddd891935..39e35a6c4052 100644 --- a/devel/py-types-protobuf/Makefile +++ b/devel/py-types-protobuf/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-protobuf -PORTVERSION= 6.32.1.20251210 +PORTVERSION= 6.32.1.20260221 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 84b73b19568e..26c549b0603f 100644 --- a/devel/py-types-protobuf/distinfo +++ b/devel/py-types-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765895736 -SHA256 (types_protobuf-6.32.1.20251210.tar.gz) = c698bb3f020274b1a2798ae09dc773728ce3f75209a35187bd11916ebfde6763 -SIZE (types_protobuf-6.32.1.20251210.tar.gz) = 63900 +TIMESTAMP = 1773966856 +SHA256 (types_protobuf-6.32.1.20260221.tar.gz) = 6d5fb060a616bfb076cbb61b4b3c3969f5fc8bec5810f9a2f7e648ee5cbcbf6e +SIZE (types_protobuf-6.32.1.20260221.tar.gz) = 64408 diff --git a/devel/py-types-protobuf/files/patch-pyproject.toml b/devel/py-types-protobuf/files/patch-pyproject.toml index 9e97cd35ec99..851d225f11f9 100644 --- a/devel/py-types-protobuf/files/patch-pyproject.toml +++ b/devel/py-types-protobuf/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-12-10 03:14:22 UTC +--- pyproject.toml.orig 2026-02-21 03:55:10 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-protobuf" - version = "6.32.1.20251210" + version = "6.32.1.20260221" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for protobuf" readme = { text = """\ ## Typing stubs for protobuf @@ -52,5 +51,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['google-stubs'] include-package-data = false