File: disable_tool.patch

package info (click to toggle)
python-json5 0.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,608 kB
  • sloc: python: 1,948; sh: 11; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: don't build the pyjson5 script (unclear interest)
Author: Julien Puydt
Forwarded: Debian-specific

--- python-json5.orig/setup.py
+++ python-json5/setup.py
@@ -30,11 +30,6 @@
 setup(
     name='json5',
     packages=find_packages(exclude=['tests']),
-    entry_points={
-        'console_scripts': [
-            'pyjson5=json5.tool:main',
-        ]
-    },
     install_requires=[
     ],
     extras_require={