diff options
author | wiz <wiz@pkgsrc.org> | 2020-12-06 10:50:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-12-06 10:50:51 +0000 |
commit | 002b496f4f710a82fccf4d92b0c9c652f2fc4fc1 (patch) | |
tree | 79d2f0a2888ee2ade198d21e9af1ff2c42177cc3 /net/py-grpcio | |
parent | 276ee3c4da38190102169eaac0f530f591d998de (diff) | |
download | pkgsrc-002b496f4f710a82fccf4d92b0c9c652f2fc4fc1.tar.gz |
*: bump for grpc-1.34.0
Diffstat (limited to 'net/py-grpcio')
-rw-r--r-- | net/py-grpcio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index 6215b71eb94..54ade2e1db1 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2020/10/30 12:58:32 adam Exp $ +# $NetBSD: Makefile,v 1.24 2020/12/06 10:50:51 wiz Exp $ DISTNAME= grpcio-1.33.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} |