cpython/Mac/Distributions
Jack Jansen 807e70101e - Numeric now lives in Lib:site-python.
- Imaging and Numeric are now also available under Carbon.
2001-03-01 23:18:31 +00:00
..
(vise) Put PPC distributions back in, rearranged packages and use VISE variable magic to determine which ConfigurePythonXXX to run. 2001-02-28 23:23:31 +00:00
68k-shared.exclude These were never under CVS, but now that I use cvs to communicate 1998-10-05 11:53:26 +00:00
68k-shared.include These were never under CVS, but now that I use cvs to communicate 1998-10-05 11:53:26 +00:00
68k-stand.exclude These were never under CVS, but now that I use cvs to communicate 1998-10-05 11:53:26 +00:00
68k-stand.include These were never under CVS, but now that I use cvs to communicate 1998-10-05 11:53:26 +00:00
binary.exclude Updated for 2.1a3 2001-02-27 23:24:07 +00:00
binary.include - Numeric now lives in Lib:site-python. 2001-03-01 23:18:31 +00:00
dev.exclude Started on the 2.1a2 installer. 2001-02-14 16:58:21 +00:00
dev.include Removed some stuff that shouldn't be in the dev distribution. 2001-03-01 23:17:43 +00:00
readme.txt 2.1a2 distribution files. 2001-02-17 22:03:42 +00:00
src.exclude Final version used for 2.0 distribution. 2000-10-22 21:54:33 +00:00
src.include Final version used for 2.0 distribution. 2000-10-22 21:54:33 +00:00

How to make a Python-distribution.
----------------------------------

These notes are mainly for myself, or for whoever tries to make a MacPython
distribution when I'm fed up with it. They were last updated for 2.1a2.

- Increase fragment version number in PythonCore and PythonCoreCarbon.
  the fragment number is Python's sys.hexversion, it should be set in the
  "PEF" preferences.
- Increase version number in _versioncheck.py
- Build PythonStandSmall, run once in root folder
- Update Relnotes, readme's, Demo:build.html
- Make sure tkresources.rsrc is up-to-date
- fullbuild everything with increase-buildno
- Run configurepython
- set "no console" on all applets
- remove alis resource from all applets
- mkdistr binary.include
- mkdistr dev.include
- make distribution archive with Installer Vise
- test on virgin system. Make sure to test tkinter too.