git: 604bbe97f31a - main - devel/py-grpc-stubs: Update to 1.24.7
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 8 14:59:18 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=604bbe97f31a261b63b667b97ecad78911a09838
commit 604bbe97f31a261b63b667b97ecad78911a09838
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-08-08 14:35:55 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-08-08 14:54:06 +0000
devel/py-grpc-stubs: Update to 1.24.7
Changes: https://github.com/shabbyrobe/grpc-stubs/commits/master
---
devel/py-grpc-stubs/Makefile | 13 +++++++++----
devel/py-grpc-stubs/distinfo | 6 +++---
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/devel/py-grpc-stubs/Makefile b/devel/py-grpc-stubs/Makefile
index c5b7ab7c640a..9ac0d80acca3 100644
--- a/devel/py-grpc-stubs/Makefile
+++ b/devel/py-grpc-stubs/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= grpc-stubs
-PORTVERSION= 1.24.6
+PORTVERSION= 1.24.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,17 @@ COMMENT= Mypy stubs for gRPC
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=0:devel/py-grpcio@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mypy>=0.730:devel/py-mypy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}mypy>=0.902:devel/py-mypy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30800
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-grpc-stubs/distinfo b/devel/py-grpc-stubs/distinfo
index 9c370feee497..d1edfc66a7df 100644
--- a/devel/py-grpc-stubs/distinfo
+++ b/devel/py-grpc-stubs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1626891022
-SHA256 (grpc-stubs-1.24.6.tar.gz) = 98f307afcb180676ce3181262d01a7f1b0773b4c4c92724a761030ba2c44ff6b
-SIZE (grpc-stubs-1.24.6.tar.gz) = 8595
+TIMESTAMP = 1628103114
+SHA256 (grpc-stubs-1.24.7.tar.gz) = 33e804c21d9839857c3e913c8c4d1ef3b57631a2c69c6a476cd809c9387e24ca
+SIZE (grpc-stubs-1.24.7.tar.gz) = 8978
More information about the dev-commits-ports-all
mailing list