[Zope-CVS] CVS: Zope - setup.py:1.10

Barry Warsaw barry@wooz.org
Thu, 18 Jul 2002 11:25:48 -0400


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv26351

Modified Files:
	setup.py 
Log Message:
Since zlib's been removed we might as well not try to build it <wink>.


=== Zope/setup.py 1.9 => 1.10 ===
     packages=['zdaemon', 'zdaemon.tests']
 )
 
-# zlib
-setup(
-    name='zlib',
-    author=AUTHOR,
-
-    ext_modules=[
-        Extension(name='zlib',
-                  include_dirs=['../Components/zlib'],
-                  sources=['../Components/zlib/adler32.c',
-                           '../Components/zlib/compress.c',
-                           '../Components/zlib/crc32.c',
-                           '../Components/zlib/gzio.c',
-                           '../Components/zlib/uncompr.c',
-                           '../Components/zlib/deflate.c',
-                           '../Components/zlib/trees.c',
-                           '../Components/zlib/zutil.c',
-                           '../Components/zlib/inflate.c',
-                           '../Components/zlib/infblock.c',
-                           '../Components/zlib/inftrees.c',
-                           '../Components/zlib/infcodes.c',
-                           '../Components/zlib/infutil.c',
-                           '../Components/zlib/inffast.c',
-                           '../Components/zlib/zlib.c'])]
-)
 
 # initgroups
 setup(