diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/py-grpcio-testing/Makefile | 4 | ||||
-rw-r--r-- | net/py-grpcio-tools/Makefile | 4 | ||||
-rw-r--r-- | net/py-grpcio/Makefile | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net/py-grpcio-testing/Makefile b/net/py-grpcio-testing/Makefile index 71a285571d8..c84019bb938 100644 --- a/net/py-grpcio-testing/Makefile +++ b/net/py-grpcio-testing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/01/03 08:21:37 adam Exp $ +# $NetBSD: Makefile,v 1.2 2020/01/10 21:17:45 joerg Exp $ DISTNAME= grpcio-testing-1.26.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://grpc.io/ COMMENT= gRPC Python testing package LICENSE= apache-2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + DEPENDS+= ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.6.0:../../devel/py-protobuf diff --git a/net/py-grpcio-tools/Makefile b/net/py-grpcio-tools/Makefile index c554d55d696..ca7a6f6e33f 100644 --- a/net/py-grpcio-tools/Makefile +++ b/net/py-grpcio-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/01/03 08:21:37 adam Exp $ +# $NetBSD: Makefile,v 1.11 2020/01/10 21:17:45 joerg Exp $ DISTNAME= grpcio-tools-1.26.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://grpc.io/ COMMENT= Protobuf code generator for gRPC LICENSE= apache-2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.24.3:../../net/py-grpcio DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.5.1:../../devel/py-protobuf diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index b1e38db5709..d7af9cd3806 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/01/03 08:21:37 adam Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/10 21:17:45 joerg Exp $ DISTNAME= grpcio-1.26.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,11 +13,9 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.5.0:../../devel/py-protobuf DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 -DEPENDS+= ${PYPKGPREFIX}-enum34>=1.0.4:../../devel/py-enum34 -DEPENDS+= ${PYPKGPREFIX}-futures>=2.2.0:../../devel/py-futures -.endif USE_LANGUAGES+= c99 c++11 USE_TOOLS+= gmake pkg-config |