File: debianization.patch

package info (click to toggle)
python-igraph 1.0.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,612 kB
  • sloc: ansic: 25,204; python: 22,041; sh: 118; makefile: 35; sed: 2
file content (19 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
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
@@ -995,7 +995,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"],