summaryrefslogtreecommitdiff
path: root/net/py-pcap/files/patch-setup.py
blob: 8224fe1c6d1fc8f28ccf00bb6d39572e1aade6ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- setup.py.orig	Mon Jul  4 08:14:31 2005
+++ setup.py	Mon Oct 10 23:40:45 2005
@@ -75,7 +75,7 @@
               new_sources.append(source)
       return new_sources
     
-  def swig_sources(self, sources):
+  def swig_sources(self, sources, ext=None):
   
       """Walk the list of source files in 'sources', looking for SWIG
       interface (.i) files.  Run SWIG on all that are found, and
@@ -121,11 +121,6 @@
           self.announce("swigging %s to %s" % (source, target))
           self.spawn(swig_cmd + ["-o", target, source])
 
-          self.announce('doc-ifying swig-generated source file %s' % target)
-          self.spawn(['./build-tools/docify.py', target])
-
-          self.announce('doc-ifying swig-generated shadow class file %s' % 'pcap.py')
-          self.spawn(['./build-tools/docify-shadow.py', 'pcap.py'])
   
       return new_sources