[Python-checkins] python/dist/src setup.py,1.186,1.187

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Jun 2 13:42:58 EDT 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9216

Modified Files:
	setup.py 
Log Message:
Don't build the pcre module any more

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.186
retrieving revision 1.187
diff -C2 -d -r1.186 -r1.187
*** setup.py	19 Apr 2004 19:06:19 -0000	1.186
--- setup.py	2 Jun 2004 17:42:55 -0000	1.187
***************
*** 297,301 ****
          # Some modules that are normally always on:
          exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
-         exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
  
          exts.append( Extension('_hotshot', ['_hotshot.c']) )
--- 297,300 ----




More information about the Python-checkins mailing list