[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 573, Thu Oct 17 22:23:10 2002 UTC version 656, Sun Nov 10 02:46:58 2002 UTC
Line 92 
Line 92 
   
     user_options = []      user_options = []
   
   
     def initialize_options(self):      def initialize_options(self):
         self.happy_options = None          self.happy_options = None
         self.doc_output_path = None          self.doc_output_path = None
Line 107 
Line 106 
             self.happy_options = [              self.happy_options = [
                 '-t', 'PEAK Reference', '-d', self.doc_output_path,                  '-t', 'PEAK Reference', '-d', self.doc_output_path,
                 '-i', 'examples', '-i', 'old', '-i', 'tests',                  '-i', 'examples', '-i', 'old', '-i', 'tests',
                 '-i', 'Interface', '.'                  '-i', 'metamodels', '-i', 'Interface', '-i', 'Persistence',
                   '-i', 'kjbuckets', '.'
             ]              ]
             if not self.verbose: self.happy_options.insert(0,'-q')              if not self.verbose: self.happy_options.insert(0,'-q')
   
Line 135 
Line 135 
         'peak.naming', 'peak.naming.factories', 'peak.util', 'peak.running',          'peak.naming', 'peak.naming.factories', 'peak.util', 'peak.running',
         'peak.config', 'peak.storage',          'peak.config', 'peak.storage',
   
         'peak.binding.tests', 'peak.config.tests',          'peak.binding.tests', 'peak.config.tests', 'peak.storage.tests',
         'peak.metamodels.tests', 'peak.util.tests', 'peak.tests',          'peak.metamodels.tests', 'peak.util.tests', 'peak.naming.tests',
           'peak.model.tests', 'peak.tests', 'peak.running.tests',
   
         'Interface', 'Interface.tests',          'Interface', 'Interface.tests',
         'Interface.Common', 'Interface.Common.tests',          'Interface.Common', 'Interface.Common.tests',
         'Interface.Registry', 'Interface.Registry.tests',          'Interface.Registry', 'Interface.Registry.tests',
   
         'Persistence',          'Persistence',
     ],      ],
     package_dir = {'':'src'},      package_dir = {'':'src'},
   
     ext_modules = [      ext_modules = [
         Extension("kjbuckets", ["src/kjbuckets/kjbucketsmodule.c"]),          Extension("kjbuckets", ["src/kjbuckets/kjbucketsmodule.c"]),
         Extension("Persistence.cPersistence",          Extension("Persistence.cPersistence",
Line 157 
Line 156 
         'test': test, 'sdist_nodoc': old_sdist,          'test': test, 'sdist_nodoc': old_sdist,
     },      },
     data_files = [      data_files = [
           ('peak', ['src/peak/peak.ini']),
           ('peak/running/tests', ['src/peak/running/tests/test_cluster.txt']),
         ('peak/metamodels/tests', ['src/peak/metamodels/tests/MetaMeta.xml']),          ('peak/metamodels/tests', ['src/peak/metamodels/tests/MetaMeta.xml']),
     ],      ],
 )  )


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help