Author: neal.norwitz
Date: Tue May 15 06:11:34 2007
New Revision: 55336

Modified:
   python/branches/p3yk/Makefile.pre.in
   python/branches/p3yk/PCbuild/python.iss
Log:
Remove a few more remnants of the compiler package

Modified: python/branches/p3yk/Makefile.pre.in
==============================================================================
--- python/branches/p3yk/Makefile.pre.in        (original)
+++ python/branches/p3yk/Makefile.pre.in        Tue May 15 06:11:34 2007
@@ -714,7 +714,7 @@
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
 LIBSUBDIRS=    lib-tk site-packages test test/output test/data \
                test/decimaltestdata \
-               encodings compiler hotshot \
+               encodings hotshot \
                email email/mime email/test email/test/data \
                sqlite3 sqlite3/test \
                logging bsddb bsddb/test csv wsgiref \

Modified: python/branches/p3yk/PCbuild/python.iss
==============================================================================
--- python/branches/p3yk/PCbuild/python.iss     (original)
+++ python/branches/p3yk/PCbuild/python.iss     Tue May 15 06:11:34 2007
@@ -171,7 +171,6 @@
 
 
 Source: Lib\*.py; DestDir: {app}\Lib; CopyMode: alwaysoverwrite; Components: 
main
-Source: Lib\compiler\*.*; DestDir: {app}\Lib\compiler; CopyMode: 
alwaysoverwrite; Components: main; Flags: recursesubdirs
 Source: Lib\distutils\*.*; DestDir: {app}\Lib\distutils; CopyMode: 
alwaysoverwrite; Components: main; Flags: recursesubdirs
 Source: Lib\email\*.*; DestDir: {app}\Lib\email; CopyMode: alwaysoverwrite; 
Components: main; Flags: recursesubdirs
 Source: Lib\encodings\*.*; DestDir: {app}\Lib\encodings; CopyMode: 
alwaysoverwrite; Components: main; Flags: recursesubdirs
@@ -270,9 +269,6 @@
 
 
 [UninstallDelete]
-Name: {app}\Lib\compiler\*.pyc; Type: files
-Name: {app}\Lib\compiler\*.pyo; Type: files
-Name: {app}\Lib\compiler; Type: dirifempty
 Name: {app}\Lib\distutils\command\*.pyc; Type: files
 Name: {app}\Lib\distutils\command\*.pyo; Type: files
 Name: {app}\Lib\distutils\command; Type: dirifempty
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to