Staging
v0.5.1
https://github.com/python/cpython
Revision c5df56304172d2d825fab27db97e6e90660cf7ef authored by Ned Deily on 19 February 2012, 01:19:12 UTC, committed by Ned Deily on 19 February 2012, 01:19:12 UTC
OS X framework builds already created versioned symlinks for all
executables and scripts installed in the framework bin directory,
of the general form ${cmd} - ${cmd}2.7.  The changes here add a
hierarchy of ${cmd} -> ${cmd}2 -> ${cmd}2.7.  Per previous
practice, all of the links are created in the framework bin
directory for both the install and altinstall targets.  This is
consistent with the long-standing recommendation to manage multiple
framework versions by adding and ordering framework bin directories
on $PATH.  Also, per past practice, symlinks to all framework bin
entries are created in $prefix/bin (by default, /usr/local/bin)
for the install target and only versioned links are created for
altinstall, although the use of these links is not recommended
for framework builds and their installation is optional with
the standard OS X installers.
1 parent 8d38fcf
History
Tip revision: c5df56304172d2d825fab27db97e6e90660cf7ef authored by Ned Deily on 19 February 2012, 01:19:12 UTC
Issue #12627: Implement PEP 394 for OS X framework builds.
Tip revision: c5df563
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 539 bytes
.gitignore -rw-r--r-- 583 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 852 bytes
.hgtags -rw-r--r-- 7.2 KB
LICENSE -rw-r--r-- 13.9 KB
Makefile.pre.in -rw-r--r-- 40.6 KB
README -rw-r--r-- 52.5 KB
configure -rwxr-xr-x 398.3 KB
configure.in -rw-r--r-- 123.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.5 KB
setup.py -rw-r--r-- 88.2 KB

README

back to top