File: debianization.patch

package info (click to toggle)
python-igraph 0.11.9%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,480 kB
  • sloc: ansic: 24,611; python: 21,748; sh: 111; makefile: 35; sed: 2
file content (19 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: debianization
 Meant to maintain a minimal debian/rules, to fix warnings,
 to address Debian specific stuff in general.
Origin: vendor, Debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2023-10-17

--- a/setup.py
+++ b/setup.py
@@ -997,7 +997,7 @@
     },
     "packages": find_packages(where="src"),
     "install_requires": ["texttable>=1.6.2"],
-    "entry_points": {"console_scripts": ["igraph=igraph.app.shell:main"]},
+##    "entry_points": {"console_scripts": ["igraph=igraph.app.shell:main"]},
     "extras_require": {
         # Dependencies needed for plotting with Cairo
         "cairo": ["cairocffi>=1.2.0"],