File: no-scripts.patch

package info (click to toggle)
pypng 0.0.20%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 992 kB
  • sloc: python: 4,506; sh: 186; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: do not install executables
Author: Sascha Steinbiss <satta@debian.org>
--- a/setup.py
+++ b/setup.py
@@ -41,16 +41,16 @@
     url='https://github.com/drj11/pypng',
     package_dir={'': 'code'},
     py_modules=['png', 'test_png', 'pngsuite'],
-    scripts=[
-        "code/prichunkpng",
-        "code/priforgepng",
-        "code/prigreypng",
-        "code/pripalpng",
-        "code/pripamtopng",
-        "code/pripnglsch",
-        "code/pripngtopam",
-        "code/priweavepng"
-    ],
+#    scripts=[
+#        "code/prichunkpng",
+#        "code/priforgepng",
+#        "code/prigreypng",
+#        "code/pripalpng",
+#        "code/pripamtopng",
+#        "code/pripnglsch",
+#        "code/pripngtopam",
+#        "code/priweavepng"
+#    ],
     classifiers=[
       'Topic :: Multimedia :: Graphics',
       'Topic :: Software Development :: Libraries :: Python Modules',