diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile index e80f041810a7..4bc8bb0ad07a 100644 --- a/devel/py-types-protobuf/Makefile +++ b/devel/py-types-protobuf/Makefile @@ -1,24 +1,23 @@ PORTNAME= types-protobuf -PORTVERSION= 5.29.1.20250315 -PORTREVISION= 1 +PORTVERSION= 6.30.2.20250809 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>=0:devel/py-setuptools@${PY_FLAVOR} \ +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 d756e662a53e..5dc6ca8fa9fa 100644 --- a/devel/py-types-protobuf/distinfo +++ b/devel/py-types-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742311038 -SHA256 (types_protobuf-5.29.1.20250315.tar.gz) = 0b05bc34621d046de54b94fddd5f4eb3bf849fe2e13a50f8fb8e89f35045ff49 -SIZE (types_protobuf-5.29.1.20250315.tar.gz) = 59409 +TIMESTAMP = 1755062558 +SHA256 (types_protobuf-6.30.2.20250809.tar.gz) = b04f2998edf0d81bd8600bbd5db0b2adf547837eef6362ba364925cee21a33b4 +SIZE (types_protobuf-6.30.2.20250809.tar.gz) = 62204 diff --git a/devel/py-types-protobuf/files/patch-pyproject.toml b/devel/py-types-protobuf/files/patch-pyproject.toml new file mode 100644 index 000000000000..93a8782f78dc --- /dev/null +++ b/devel/py-types-protobuf/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-08-09 03:14:04 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.30.2.20250809" +-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