summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/buildutils/templates
diff options
context:
space:
mode:
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/buildutils/templates')
-rw-r--r--external_libs/python/pyzmq-14.7.0/buildutils/templates/constant_enums.pxi3
-rw-r--r--external_libs/python/pyzmq-14.7.0/buildutils/templates/constants.pxi12
-rw-r--r--external_libs/python/pyzmq-14.7.0/buildutils/templates/zmq_constants.h6
3 files changed, 0 insertions, 21 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/buildutils/templates/constant_enums.pxi b/external_libs/python/pyzmq-14.7.0/buildutils/templates/constant_enums.pxi
deleted file mode 100644
index 60395484..00000000
--- a/external_libs/python/pyzmq-14.7.0/buildutils/templates/constant_enums.pxi
+++ /dev/null
@@ -1,3 +0,0 @@
-cdef extern from "zmq.h" nogil:
-
- {ZMQ_ENUMS}
diff --git a/external_libs/python/pyzmq-14.7.0/buildutils/templates/constants.pxi b/external_libs/python/pyzmq-14.7.0/buildutils/templates/constants.pxi
deleted file mode 100644
index 042a6e83..00000000
--- a/external_libs/python/pyzmq-14.7.0/buildutils/templates/constants.pxi
+++ /dev/null
@@ -1,12 +0,0 @@
-#-----------------------------------------------------------------------------
-# Python module level constants
-#-----------------------------------------------------------------------------
-
-{ASSIGNMENTS}
-
-#-----------------------------------------------------------------------------
-# Symbols to export
-#-----------------------------------------------------------------------------
-__all__ = [
-{ALL}
-]
diff --git a/external_libs/python/pyzmq-14.7.0/buildutils/templates/zmq_constants.h b/external_libs/python/pyzmq-14.7.0/buildutils/templates/zmq_constants.h
deleted file mode 100644
index 6855331a..00000000
--- a/external_libs/python/pyzmq-14.7.0/buildutils/templates/zmq_constants.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _PYZMQ_CONSTANT_DEFS
-#define _PYZMQ_CONSTANT_DEFS
-
-{ZMQ_IFNDEFS}
-
-#endif // ifndef _PYZMQ_CONSTANT_DEFS