Changes between Version 7 and Version 8 of pkg-python


Ignore:
Timestamp:
Mar 13, 2012, 3:51:56 PM (12 years ago)
Author:
maphew
Comment:

python 2.7 now default

Legend:

Unmodified
Added
Removed
Modified
  • pkg-python

    v7 v8  
    1010
    1111||category|| Commandline_Utilities||
    12 ||requires|| msvcrt||
    13 ||version|| 2.5.2-1||
     12||requires|| shell||
     13||version|| 2.7.2-2||
    1414
    1515== Packager Notes ==
    1616
    17  * This package is harvested from the standard Python 2.5.2 .msi installer from python.org.
    18  * New Python extensions should be unpacked in ''osgeo4w''\apps\Python25\Lib\site-packages
    19  * Include files and libraries are included, but in the apps\Python25 tree.  The distutils/sysconfig.py settings should be correct.
     17 * This package is harvested from the standard Python 2.7.2 .msi installer from python.org (see making a [wiki:pkg-python/Python27 Python 2.7 package])
     18 * New Python extensions should be unpacked in ''osgeo4w''`\apps\Python25\Lib\site-packages`
     19 * Include files and libraries are included, but in the `apps\Python27` tree.  The `distutils/sysconfig.py` settings should be correct.
    2020 * Extensions may need to be compiled with VC7.1 to be compatible.
    2121 * etc\ini\python.bat set PYTHONHOME to control sys.prefix and finding of libraries, etc.  This should supercede any other python on the system when python is run within the OSGeo4W shell.
    22 
    23 == Testing: Python 2.7 ==
    24 It's time to upgrade the python distributed with o4w to the current stable upstream release in the 2.x series, namely 2.7 (ticket #219). To that end see RequiresPython for a list of packages which rely on python, and their current status with regard to being py2.7 ready.
    25 
    26 Making a [wiki:pkg-python/Python27 Python 2.7 test package]
    2722
    2823== Open tickets ==