[Python-checkins] python/dist/src/Mac/Distributions src.include,1.7,1.7.12.1 readme.txt,1.8.4.1,1.8.4.2 src.exclude,1.7,1.7.12.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sun, 05 Jan 2003 15:12:38 -0800


Update of /cvsroot/python/python/dist/src/Mac/Distributions
In directory sc8-pr-cvs1:/tmp/cvs-serv12291

Modified Files:
      Tag: r23a1-branch
	src.include readme.txt src.exclude 
Log Message:
These were the file versions used to build MacPYthon-OS9 2.3a1 (barring disasters).

Index: src.include
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Distributions/src.include,v
retrieving revision 1.7
retrieving revision 1.7.12.1
diff -C2 -d -r1.7 -r1.7.12.1
*** src.include	30 Oct 2001 22:41:43 -0000	1.7
--- src.include	5 Jan 2003 23:12:35 -0000	1.7.12.1
***************
*** 1,2 ****
--- 1,3 ----
+ (':.DS_Store', None)
  (':BeOS', None)
  (':BuildApplet', None)
***************
*** 12,21 ****
  (':Extensions:Pmw', None)
  (':Extensions:PyDOM', None)
- (':Extensions:README', '')
- (':Extensions:README.TOO', '')
  (':Extensions:audio', None)
- (':Extensions:example', '')
- (':Extensions:example2', '')
- (':Extensions:example3', '')
  (':Extensions:img', '')
  (':Extensions:midi', None)
--- 13,17 ----
***************
*** 30,33 ****
--- 26,30 ----
  (':LICENSE', '')
  (':Lib', '')
+ (':Mac:.DS_Store', None)
  (':Mac:Build', '')
  (':Mac:Build:PythonAppletCFM68K', None)
***************
*** 42,45 ****
--- 39,43 ----
  (':Mac:Contrib', '')
  (':Mac:Demo', '')
+ (':Mac:Distributions:(vise)', None)
  (':Mac:Distributions:68k-shared.exclude', None)
  (':Mac:Distributions:68k-shared.include', None)
***************
*** 68,72 ****
  (':Mac:ReadMe-dev', None)
  (':Mac:ReadMe-src', ':ReadMe-src')
- (':Mac:Relnotes', ':Relnotes:')
  (':Mac:Resources', '')
  (':Mac:TODO', None)
--- 66,69 ----
***************
*** 78,82 ****
  (':Mac:Tools:bruce', None)
  (':Mac:Tools:macfreeze', '')
- (':Mac:Unsupported', '')
  (':Mac:Wastemods', '')
  (':Mac:_checkversion.py', None)
--- 75,78 ----
***************
*** 85,89 ****
  (':Mac:mwerks:projects', None)
  (':Mac:scripts', '')
- (':Mac:tclmods', '')
  (':Misc', '')
  (':Modules', '')
--- 81,84 ----
***************
*** 91,95 ****
  (':PC', None)
  (':PCbuild', None)
- (':PLAN.txt', '')
  (':Parser', '')
  (':PlugIns', None)
--- 86,89 ----
***************
*** 142,144 ****
  (':setup.py', None)
  (':site-packages', None)
! (':Mac:Distributions:(vise)', None)
--- 136,138 ----
  (':setup.py', None)
  (':site-packages', None)
! (':Tools:framer', '')

Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Distributions/readme.txt,v
retrieving revision 1.8.4.1
retrieving revision 1.8.4.2
diff -C2 -d -r1.8.4.1 -r1.8.4.2
*** readme.txt	3 Jan 2003 23:54:00 -0000	1.8.4.1
--- readme.txt	5 Jan 2003 23:12:35 -0000	1.8.4.2
***************
*** 33,38 ****
    add the missing stuff. Make sure of all settings for the new files (esp. "where"
    and "gestalt" are easy to miss).
! - test on virgin systems (OSX, OS9, OS8 without Carbon). Make sure to test
!   tkinter too.
  - Remove the local installation so you don't get confused by it.
  - checkin everything except PythonX.Y.vct.
--- 33,37 ----
    add the missing stuff. Make sure of all settings for the new files (esp. "where"
    and "gestalt" are easy to miss).
! - test on virgin systems (both OS9 and OSX). 
  - Remove the local installation so you don't get confused by it.
  - checkin everything except PythonX.Y.vct.

Index: src.exclude
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Distributions/src.exclude,v
retrieving revision 1.7
retrieving revision 1.7.12.1
diff -C2 -d -r1.7 -r1.7.12.1
*** src.exclude	30 Oct 2001 22:41:39 -0000	1.7
--- src.exclude	5 Jan 2003 23:12:36 -0000	1.7.12.1
***************
*** 9,12 ****
--- 9,13 ----
  *.lib
  *.pyc
+ *.pyo
  *.slb
  *.xMAP
***************
*** 20,22 ****
  PyIDE-src
  [(]*[)]
- *.pyo
--- 21,22 ----