[Subversion] / PEAK / src / setup / common.py  

Diff of /PEAK/src/setup/common.py

Parent Directory | Revision Log

version 1712, Sun Mar 7 23:39:03 2004 UTC version 1713, Sun Mar 7 23:51:25 2004 UTC
Line 15 
Line 15 
     HAPPYDOC_TITLE = PACKAGE_NAME + ' API Reference'      HAPPYDOC_TITLE = PACKAGE_NAME + ' API Reference'
   
   
 from setuptools import setup, Command, Extension, Feature  from setuptools import Command
 from distutils.command.sdist import sdist as old_sdist  from distutils.command.sdist import sdist as old_sdist
 from distutils.command.build_ext import build_ext as old_build_ext  
   
   
 try:  
     from Pyrex.Distutils.build_ext import build_ext  
     EXT = '.pyx'  
   
 except ImportError:  
     build_ext = old_build_ext  
     EXT = '.c'  
   
   
   
   
   
   
   
Line 101 
Line 101 
     'sdist': sdist,      'sdist': sdist,
     'happy': happy,      'happy': happy,
     'sdist_nodoc': old_sdist,      'sdist_nodoc': old_sdist,
     'build_ext': build_ext,  
 }  }
   
   
Line 121 
Line 120 
   
   
   
   


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help