[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1746, Sun May 30 22:13:13 2004 UTC version 1755, Fri Jun 11 04:06:01 2004 UTC
Line 9 
Line 9 
 PACKAGE_VERSION = "0.5a4"  PACKAGE_VERSION = "0.5a4"
 HAPPYDOC_IGNORE = [  HAPPYDOC_IGNORE = [
     '-i','datetime', '-i','old', '-i','tests', '-i','setup', '-i','examples',      '-i','datetime', '-i','old', '-i','tests', '-i','setup', '-i','examples',
     '-i', 'kjbuckets', '-i', 'ZConfig', '-i', 'persistence', '-i', 'csv',      '-i', 'kjbuckets', '-i', 'ZConfig', '-i', 'csv',
 ]  ]
   
   
Line 27 
Line 27 
     Extension("peak.util.buffer_gap", ["src/peak/util/buffer_gap.pyx"]),      Extension("peak.util.buffer_gap", ["src/peak/util/buffer_gap.pyx"]),
     Extension("peak.util._Code", ["src/peak/util/_Code.pyx"]),      Extension("peak.util._Code", ["src/peak/util/_Code.pyx"]),
     Extension("protocols._speedups", ["src/protocols/_speedups.pyx"]),      Extension("protocols._speedups", ["src/protocols/_speedups.pyx"]),
     Extension("persistence._persistence", ["src/persistence/persistence.c"]),      Extension(
           "peak.persistence._persistence", ["src/peak/persistence/persistence.c"]
       ),
     Extension('_csv', ['src/_csv.c']),      Extension('_csv', ['src/_csv.c']),
 ]  ]
   
Line 37 
Line 39 
   
   
   
   
   
 try:  try:
     # Check if Zope X3 is installed; we use zope.component      # Check if Zope X3 is installed; we use zope.component
     # because we don't install it ourselves; if we used something we      # because we don't install it ourselves; if we used something we
Line 106 
Line 106 
     'ZConfig': Feature(      'ZConfig': Feature(
         "ZConfig 2.0", standard = not zope_installed, remove = ['ZConfig']          "ZConfig 2.0", standard = not zope_installed, remove = ['ZConfig']
     ),      ),
     'persistence': Feature(  
         "ZODB 4 persistence", standard = not zope_installed,  
         remove = ['persistence']  
     ),  
     'uuidgen': Feature(      'uuidgen': Feature(
         "UUID generation via BSD system libraries",          "UUID generation via BSD system libraries",
         available = have_uuidgen, standard = have_uuidgen,          available = have_uuidgen, standard = have_uuidgen,
Line 121 
Line 117 
 }  }
   
   
   
   
   
   
 ALL_EXTS = [  ALL_EXTS = [
     '*.ini', '*.html', '*.conf', '*.xml', '*.pwt', '*.dtd', '*.txt',      '*.ini', '*.html', '*.conf', '*.xml', '*.pwt', '*.dtd', '*.txt',
 ]  ]
Line 162 
Line 162 
   
   
   
   


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help