File: python3

package info (click to toggle)
jellyfish 2.3.0-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,388 kB
  • sloc: cpp: 35,695; sh: 993; ruby: 578; makefile: 401; python: 165; perl: 36
file content (16 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: forcibly avoid the deprecated module name
--- jellyfish.orig/swig/Makefile.am
+++ jellyfish/swig/Makefile.am
@@ -20,11 +20,6 @@
 PYTHON_BUILT = swig/python/swig_wrap.cpp swig/python/dna_jellyfish.py
 BUILT_SOURCES += $(PYTHON_BUILT)
 
-if PYTHON_DEPRECATED
-pythonglobaldir = $(PYTHON_SITE_PKG)
-pythonglobal_SCRIPTS = swig/python/jellyfish.py
-EXTRA_DIST += $(pythonglobal_SCRIPTS)
-endif
 pythonextdir = $(PYTHON_SITE_PKG)/dna_jellyfish
 pythonext_SCRIPTS = swig/python/__init__.pyc
 pythonext_LTLIBRARIES = swig/python/_dna_jellyfish.la