Date: Sun, 19 Sep 2021 06:07:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d5a0e373a255 - main - devel/py-mypy-protobuf: Update to 2.9 Message-ID: <202109190607.18J67wum053935@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5a0e373a255d107765a8aa80f32f0749a8f1d76 commit d5a0e373a255d107765a8aa80f32f0749a8f1d76 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-19 05:30:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-19 06:00:17 +0000 devel/py-mypy-protobuf: Update to 2.9 Changes: https://github.com/dropbox/mypy-protobuf/blob/master/CHANGELOG.md --- devel/py-mypy-protobuf/Makefile | 6 ++++-- devel/py-mypy-protobuf/distinfo | 6 +++--- devel/py-mypy-protobuf/files/patch-setup.py | 9 --------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/devel/py-mypy-protobuf/Makefile b/devel/py-mypy-protobuf/Makefile index e5ebcd0344a9..19fa60188a00 100644 --- a/devel/py-mypy-protobuf/Makefile +++ b/devel/py-mypy-protobuf/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= mypy-protobuf -PORTVERSION= 2.7 +PORTVERSION= 2.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,9 @@ COMMENT= Generate mypy stub files from protobuf specs LICENSE= APACHE20 RUN_DEPENDS= protobuf>=3.17.3,1:devel/protobuf \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.17.3,1:devel/py-protobuf@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}grpcio-tools>=1.38.1:devel/py-grpcio-tools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.17.3,1:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.17.3:devel/py-types-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-mypy-protobuf/distinfo b/devel/py-mypy-protobuf/distinfo index 722c3e2a08de..ea395248085a 100644 --- a/devel/py-mypy-protobuf/distinfo +++ b/devel/py-mypy-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626891044 -SHA256 (mypy-protobuf-2.7.tar.gz) = 20903c27a13aab7ab604afaa12c960b24b77bbbdf1eab531770045ca0244a9f9 -SIZE (mypy-protobuf-2.7.tar.gz) = 21521 +TIMESTAMP = 1629364672 +SHA256 (mypy-protobuf-2.9.tar.gz) = 278172935d7121c2f8c7c0a05518dd565a2b76d9e9c4a0a3fcd08a21fa685d43 +SIZE (mypy-protobuf-2.9.tar.gz) = 22407 diff --git a/devel/py-mypy-protobuf/files/patch-setup.py b/devel/py-mypy-protobuf/files/patch-setup.py deleted file mode 100644 index 2658f586b8f4..000000000000 --- a/devel/py-mypy-protobuf/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig 2021-07-15 00:12:15 UTC -+++ setup.py -@@ -34,6 +34,5 @@ setup( - "protoc-gen-mypy_grpc = mypy_protobuf.main:grpc", - ], - }, -- scripts=["mypy_protobuf/protoc_gen_mypy.bat"], - python_requires=">=3.6", - )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190607.18J67wum053935>