Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-grpcio-tools net/py-grpcio: allow bashisms in u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba6aa498ca39
branches:  trunk
changeset: 432584:ba6aa498ca39
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 10:43:30 2020 +0000

description:
net/py-grpcio: allow bashisms in unused file

diffstat:

 net/py-grpcio-tools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2f606903ec1b -r ba6aa498ca39 net/py-grpcio-tools/Makefile
--- a/net/py-grpcio-tools/Makefile      Sat May 23 10:39:31 2020 +0000
+++ b/net/py-grpcio-tools/Makefile      Sat May 23 10:43:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/04/04 09:30:37 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/23 10:43:30 rillig Exp $
 
 DISTNAME=      grpcio-tools-1.28.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.5.1:../../devel/py-protobuf
 
+CHECK_PORTABILITY_SKIP=        third_party/protobuf/*.sh
+
 USE_LANGUAGES= c c++11
 MAKE_ENV+=     GRPC_PYTHON_LDFLAGS="-lprotoc ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.protobuf}/lib"
 



Home | Main Index | Thread Index | Old Index