Skip to content

Commit 8789ba5

Browse files
committed
fix line endings
1 parent 6d7d1b9 commit 8789ba5

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

recipe/do-not-build-scintilla.patch

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
diff --git a/setup.py b/setup.py
2-
index e74e6d97..53b2b56a 100644
3-
--- a/setup.py
4-
+++ b/setup.py
5-
@@ -748,7 +748,7 @@ class my_build_ext(build_ext):
6-
7-
# Not sure how to make this completely generic, and there is no
8-
# need at this stage.
9-
- self._build_scintilla()
10-
+ # self._build_scintilla()
11-
# Copy cpp lib files needed to create Python COM extensions
12-
clib_files = (
13-
["win32", "pywintypes%s.lib"],
14-
@@ -2425,7 +2425,7 @@ packages = [
15-
"pythonwin.pywin.framework.editor.color",
16-
"pythonwin.pywin.idle",
17-
"pythonwin.pywin.mfc",
18-
- "pythonwin.pywin.scintilla",
19-
+ # "pythonwin.pywin.scintilla",
20-
"pythonwin.pywin.tools",
21-
"isapi",
22-
"adodbapi",
1+
diff --git a/setup.py b/setup.py
2+
index e74e6d97..53b2b56a 100644
3+
--- a/setup.py
4+
+++ b/setup.py
5+
@@ -748,7 +748,7 @@ class my_build_ext(build_ext):
6+
7+
# Not sure how to make this completely generic, and there is no
8+
# need at this stage.
9+
- self._build_scintilla()
10+
+ # self._build_scintilla()
11+
# Copy cpp lib files needed to create Python COM extensions
12+
clib_files = (
13+
["win32", "pywintypes%s.lib"],
14+
@@ -2425,7 +2425,7 @@ packages = [
15+
"pythonwin.pywin.framework.editor.color",
16+
"pythonwin.pywin.idle",
17+
"pythonwin.pywin.mfc",
18+
- "pythonwin.pywin.scintilla",
19+
+ # "pythonwin.pywin.scintilla",
20+
"pythonwin.pywin.tools",
21+
"isapi",
22+
"adodbapi",

0 commit comments

Comments
 (0)