git: db8b26df2f8c - main - devel/py-types-protobuf: Update to 6.30.2.20250809
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Sep 2025 18:14:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db8b26df2f8cf9217d107b3ff8995129ea915886
commit db8b26df2f8cf9217d107b3ff8995129ea915886
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-02 18:01:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-02 18:10:16 +0000
devel/py-types-protobuf: Update to 6.30.2.20250809
Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/protobuf.md
---
devel/py-types-protobuf/Makefile | 5 ++---
devel/py-types-protobuf/distinfo | 6 +++---
devel/py-types-protobuf/files/patch-pyproject.toml | 23 ++++++++++++++++++++++
3 files changed, 28 insertions(+), 6 deletions(-)
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,6 +1,5 @@
PORTNAME= types-protobuf
-PORTVERSION= 5.29.1.20250315
-PORTREVISION= 1
+PORTVERSION= 6.30.2.20250809
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +12,7 @@ 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
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