pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-grpcio/patches py-grpcio: also remove unused patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3dc939e73e4
branches:  trunk
changeset: 322429:f3dc939e73e4
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 19 07:32:14 2019 +0000

description:
py-grpcio: also remove unused patch

diffstat:

 net/py-grpcio/patches/patch-src_python_grpcio_commands.py |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 3ee4ccb834f4 -r f3dc939e73e4 net/py-grpcio/patches/patch-src_python_grpcio_commands.py
--- a/net/py-grpcio/patches/patch-src_python_grpcio_commands.py Fri Apr 19 07:31:47 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_python_grpcio_commands.py,v 1.2 2019/03/28 17:35:14 leot Exp $
-
-Use dependencies in pkgsrc.
-
---- src/python/grpcio/commands.py.orig 2019-02-26 17:31:26.000000000 +0000
-+++ src/python/grpcio/commands.py
-@@ -218,7 +218,7 @@ class BuildExt(build_ext.build_ext):
-         #   all C or all C++ compilation, the mix of C and C++ will crash.
-         #   *By default*, the macOS use clang and Linux use gcc, that's why
-         #   the special condition here is checking platform.
--        if "darwin" in sys.platform:
-+        if False and "darwin" in sys.platform:
-             config = os.environ.get('CONFIG', 'opt')
-             target_path = os.path.abspath(
-                 os.path.join(



Home | Main Index | Thread Index | Old Index