Changes between Version 9 and Version 10 of pkg-python
- Timestamp:
- 01/21/13 10:23:19 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-python
v9 v10 1 1 = Python = 2 ''Python executable and runtime''2 ''Python meta package, includes core executable & runtime, help'' 3 3 4 4 * Python commandline interpreter, and libraries. 5 * The interpreter can be invoked as pythonin the osgeo4w shell.5 * The interpreter can be invoked as `python` in the osgeo4w shell. 6 6 * 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 7 7 * Documentation is not included (beyond builtin doc strings) … … 9 9 * [wiki:pkg-python-numpy NumPy] is a distinct add on package due to it's size. 10 10 11 Comprised 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 11 17 ||category|| Commandline_Utilities|| 12 ||requires|| shell ||18 ||requires|| shell python-wrapper python-core python-help|| 13 19 ||version|| 2.7.2-2|| 14 20 … … 18 24 * [wiki:pkg-python/Python27] - building the Python 2.7 package 19 25 * RequiresPython - packages which depend on Python 20 21 26 22 27