[47615] trunk/dports/_resources/port1.0/group/python30-1.0.tcl
rasmus at macports.org
rasmus at macports.org
Sun Mar 1 18:13:46 PST 2009
Revision: 47615
http://trac.macports.org/changeset/47615
Author: rasmus at macports.org
Date: 2009-03-01 18:13:44 -0800 (Sun, 01 Mar 2009)
Log Message:
-----------
adjusted prefix to point to canonical directory. also removed the --no-user-cfg argument to setup.py which is no longer available in python 3
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/python30-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/python30-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python30-1.0.tcl 2009-03-01 22:52:28 UTC (rev 47614)
+++ trunk/dports/_resources/port1.0/group/python30-1.0.tcl 2009-03-02 02:13:44 UTC (rev 47615)
@@ -33,12 +33,11 @@
#
set python.branch 3.0
-set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}
-set python.bin ${python.prefix}/bin/python${python.branch}
-set python.lib ${python.prefix}/Python
-set python.libdir ${python.prefix}/lib/python${python.branch}
-set python.pkgd ${python.prefix}/lib/python${python.branch}/site-packages
-set python.include ${python.prefix}/include/python${python.branch}
+set python.bin ${prefix}/bin/python${python.branch}
+set python.lib ${prefix}/lib/libpython${python.branch}.dylib
+set python.libdir ${prefix}/lib/python${python.branch}
+set python.pkgd ${prefix}/lib/python${python.branch}/site-packages
+set python.include ${prefix}/include/python${python.branch}
categories python
@@ -48,11 +47,11 @@
use_configure no
-build.cmd ${python.bin} setup.py --no-user-cfg
+build.cmd ${python.bin} setup.py
build.target build
-destroot.cmd ${python.bin} setup.py --no-user-cfg
-destroot.destdir --prefix=${python.prefix} --root=${destroot}
+destroot.cmd ${python.bin} setup.py
+destroot.destdir --prefix=${prefix} --root=${destroot}
pre-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090301/89b2b5d5/attachment-0001.html>
More information about the macports-changes
mailing list