Revision: 100378 https://trac.macports.org/changeset/100378 Author: raimue@macports.org Date: 2012-12-10 01:28:27 -0800 (Mon, 10 Dec 2012) Log Message: ----------- sysutils/python_select: Add support for Mac OS X 10.8 Mountain Lion, closes #37265 Modified Paths: -------------- trunk/dports/sysutils/python_select/Portfile Added Paths: ----------- trunk/dports/sysutils/python_select/files/python25-apple.mtln trunk/dports/sysutils/python_select/files/python26-apple.mtln trunk/dports/sysutils/python_select/files/python27-apple.mtln Modified: trunk/dports/sysutils/python_select/Portfile =================================================================== --- trunk/dports/sysutils/python_select/Portfile 2012-12-10 09:16:39 UTC (rev 100377) +++ trunk/dports/sysutils/python_select/Portfile 2012-12-10 09:28:27 UTC (rev 100378) @@ -5,7 +5,7 @@ name python_select version 0.3 -revision 1 +revision 2 categories sysutils platforms darwin license BSD @@ -55,6 +55,14 @@ } } +platform darwin 12 { + post-destroot { + select::install python ${filespath}/python25-apple.mtln python25-apple + select::install python ${filespath}/python26-apple.mtln python26-apple + select::install python ${filespath}/python27-apple.mtln python27-apple + } +} + livecheck.type none # Documentation for python ports: Added: trunk/dports/sysutils/python_select/files/python25-apple.mtln =================================================================== --- trunk/dports/sysutils/python_select/files/python25-apple.mtln (rev 0) +++ trunk/dports/sysutils/python_select/files/python25-apple.mtln 2012-12-10 09:28:27 UTC (rev 100378) @@ -0,0 +1,13 @@ +/usr/bin/python2.5 +/usr/bin/pythonw2.5 +/usr/bin/python2.5-config +/usr/bin/idle2.5 +/usr/bin/pydoc2.5 +/usr/bin/smtpd2.5.py +- +/usr/share/man/man1/python2.5.1 +- +- +- +- +- Added: trunk/dports/sysutils/python_select/files/python26-apple.mtln =================================================================== --- trunk/dports/sysutils/python_select/files/python26-apple.mtln (rev 0) +++ trunk/dports/sysutils/python_select/files/python26-apple.mtln 2012-12-10 09:28:27 UTC (rev 100378) @@ -0,0 +1,13 @@ +/usr/bin/python2.6 +/usr/bin/pythonw2.6 +/usr/bin/python2.6-config +/usr/bin/idle2.6 +/usr/bin/pydoc2.6 +/usr/bin/smtpd2.6.py +/usr/bin/2to32.6 +/usr/share/man/man1/python2.6.1 +- +- +- +- +- Added: trunk/dports/sysutils/python_select/files/python27-apple.mtln =================================================================== --- trunk/dports/sysutils/python_select/files/python27-apple.mtln (rev 0) +++ trunk/dports/sysutils/python_select/files/python27-apple.mtln 2012-12-10 09:28:27 UTC (rev 100378) @@ -0,0 +1,13 @@ +/usr/bin/python2.7 +/usr/bin/pythonw2.7 +/usr/bin/python2.7-config +/usr/bin/idle2.7 +/usr/bin/pydoc2.7 +/usr/bin/smtpd2.7.py +/usr/bin/2to3-2.7 +/usr/share/man/man1/python2.7.1 +- +- +- +- +-
participants (1)
-
raimue@macports.org