File: 0005-Disable-build-in-setup.py.patch

package info (click to toggle)
opencc 1.1.9%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,324 kB
  • sloc: cpp: 4,682; python: 350; javascript: 133; makefile: 125; sh: 59
file content (20 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Shengjing Zhu <zhsj@debian.org>
Date: Fri, 2 Aug 2024 17:11:08 +0800
Subject: Disable build in setup.py

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index a4bc500..f32590e 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ def get_long_description():
 
 
 def build_libopencc(output_path):
+    return
     print('building libopencc into %s' % _build_dir)
 
     is_windows = sys.platform == 'win32'