pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-grpcio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  5 17:22:00 UTC 2024

Modified Files:
        pkgsrc/net/py-grpcio: Makefile

Log Message:
py-grpcio: remove unused tests


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/net/py-grpcio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.85 pkgsrc/net/py-grpcio/Makefile:1.86
--- pkgsrc/net/py-grpcio/Makefile:1.85  Tue Oct 29 08:31:23 2024
+++ pkgsrc/net/py-grpcio/Makefile       Tue Nov  5 17:22:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2024/10/29 08:31:23 adam Exp $
+# $NetBSD: Makefile,v 1.86 2024/11/05 17:22:00 wiz Exp $
 
 DISTNAME=      grpcio-1.67.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,11 @@ USE_CXX_FEATURES=    c++14
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake pkg-config
 
+pre-test:
+       ${RM} -f ${WRKSRC}/third_party/boringssl-with-bazel/src/third_party/googletest/googlemock/test/*py
+       ${RM} -f ${WRKSRC}/third_party/boringssl-with-bazel/src/third_party/googletest/googletest/test/*py
+       ${RM} -f ${WRKSRC}/third_party/upb/upb/cmake/*.py
+
 .include "../../devel/abseil/buildlink3.mk"
 .include "../../devel/re2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index