[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1847, Mon Oct 11 19:36:04 2004 UTC version 1997, Sun Jan 30 18:51:56 2005 UTC
Line 8 
Line 8 
 PACKAGE_NAME = "PEAK"  PACKAGE_NAME = "PEAK"
 PACKAGE_VERSION = "0.5a4"  PACKAGE_VERSION = "0.5a4"
 HAPPYDOC_IGNORE = [  HAPPYDOC_IGNORE = [
     '-i','datetime', '-i','old', '-i','tests', '-i','setup', '-i','examples',      '-i','old', '-i','tests', '-i','setup', '-i','examples',
     '-i', 'kjbuckets', '-i', 'ZConfig', '-i', 'csv',      '-i', 'kjbuckets', '-i', 'ZConfig',
 ]  ]
   
   
Line 24 
Line 24 
         include_dirs=["src/expat"],          include_dirs=["src/expat"],
         define_macros=[('XML_STATIC',1),('HAVE_MEMMOVE',1)]   # XXX          define_macros=[('XML_STATIC',1),('HAVE_MEMMOVE',1)]   # XXX
     ),      ),
     Extension("kjbuckets", ["src/kjbuckets/kjbucketsmodule.c"]),  
     Extension(      Extension(
         "peak.binding._once", [          "peak.binding._once", [
             "src/peak/binding/_once.pyx", "src/peak/binding/getdict.c"              "src/peak/binding/_once.pyx", "src/peak/binding/getdict.c"
Line 36 
Line 35 
     Extension(      Extension(
         "peak.persistence._persistence", ["src/peak/persistence/persistence.c"]          "peak.persistence._persistence", ["src/peak/persistence/persistence.c"]
     ),      ),
     Extension('_csv', ['src/_csv.c']),  
 ]  ]
   
   
   
 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 81 
Line 81 
   
   
 execfile('src/setup/common.py')  execfile('src/setup/common.py')
   
 features = {  features = {
     'tests': Feature(      'tests': Feature(
         "test modules", standard = True,          "test modules", standard = True,
Line 90 
Line 89 
     'metamodels': Feature(      'metamodels': Feature(
         "MOF/UML metamodels", standard = True, remove=['peak.metamodels']          "MOF/UML metamodels", standard = True, remove=['peak.metamodels']
     ),      ),
     'legacy-support': Feature(      'kjbuckets': Feature(
         "Python 2.2 support packages",          "Aaron Watters' kjbuckets module (DEPRECATED!)", standard = False,
         standard = sys.version_info < (2,3), optional = False,          ext_modules = [
         remove = ['datetime','csv','_csv'],              Extension("kjbuckets", ["src/kjbuckets/kjbucketsmodule.c"]),
           ]
     ),      ),
     'fcgiapp': Feature(      'fcgiapp': Feature(
         "FastCGI support", standard = (os.name=='posix'),          "FastCGI support", standard = (os.name=='posix'),


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help