Changes between Version 9 and Version 10 of pkg-python


Ignore:
Timestamp:
Jan 21, 2013, 10:23:19 AM (11 years ago)
Author:
maphew
Comment:

add info about sub-package structure

Legend:

Unmodified
Added
Removed
Modified
  • pkg-python

    v9 v10  
    11= Python =
    2 ''Python executable and runtime''
     2''Python meta package, includes core executable & runtime, help''
    33
    44 * Python commandline interpreter, and libraries.
    5  * The interpreter can be invoked as python in the osgeo4w shell.
     5 * The interpreter can be invoked as `python` in the osgeo4w shell.
    66 * The Python interpreter is ''not'' associated with the .py extension in the shell, so you must run .py files with `python foobar.py` and not by double-clicking on them
    77 * Documentation is not included (beyond builtin doc strings)
     
    99 * [wiki:pkg-python-numpy NumPy] is a distinct add on package due to it's size.
    1010
     11Comprised of 3 sub-packages:
     12
     13 * python-wrapper - Wrapper to set python environment for Osgeo4W (required)
     14 * python-core - Python executable and runtime (required)
     15 * python-help - Python compiled help file (optional with Advanced Install)
     16
    1117||category|| Commandline_Utilities||
    12 ||requires|| shell||
     18||requires|| shell python-wrapper python-core python-help||
    1319||version|| 2.7.2-2||
    1420
     
    1824  * [wiki:pkg-python/Python27] - building the Python 2.7 package
    1925  * RequiresPython - packages which depend on Python
    20 
    2126
    2227