[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1115, Wed May 14 02:52:51 2003 UTC version 1119, Wed May 14 22:40:54 2003 UTC
Line 9 
Line 9 
 include_fcgiapp    = True   # edit this to stop installation of 'fcgiapp'  include_fcgiapp    = True   # edit this to stop installation of 'fcgiapp'
   
 # Metadata  # Metadata
   
 PACKAGE_NAME = "PEAK"  PACKAGE_NAME = "PEAK"
 PACKAGE_VERSION = "0.5a1"  PACKAGE_VERSION = "0.5a1"
   
Line 20 
Line 19 
   
   
 # Base packages for installation  # Base packages for installation
   scripts = ['scripts/peak']
   
 packages = [  packages = [
     'peak', 'peak.api', 'peak.binding', 'peak.config', 'peak.model',      'peak', 'peak.api', 'peak.binding', 'peak.config', 'peak.model',
Line 125 
Line 125 
   
 if os.name=='posix':  if os.name=='posix':
   
     # install 'peak' script on Unix-like OS's (including cygwin)      # install 'fcgiapp' module on posix systems
     scripts = ['scripts/peak']  
   
     # install 'fcgiapp' module, too  
     if include_fcgiapp:      if include_fcgiapp:
         extensions += [          extensions += [
             Extension("fcgiapp", [              Extension("fcgiapp", [
Line 136 
Line 133 
             ])              ])
         ]          ]
   
 else:  
     # Nothing to see here, move along...  
     scripts = []  
   
   
 execfile('src/setup/common.py')  execfile('src/setup/common.py')
Line 162 
Line 156 
     scripts = scripts,      scripts = scripts,
 )  )
   
   
   
   
   
   
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1115  
changed lines
  Added in v.1119

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help