[56777] trunk/dports/_resources/port1.0/group/python31-1.0.tcl

jmr at macports.org jmr at macports.org
Tue Sep 1 20:37:25 PDT 2009


Revision: 56777
          http://trac.macports.org/changeset/56777
Author:   jmr at macports.org
Date:     2009-09-01 20:37:21 -0700 (Tue, 01 Sep 2009)
Log Message:
-----------
add python31 portgroup

Added Paths:
-----------
    trunk/dports/_resources/port1.0/group/python31-1.0.tcl

Copied: trunk/dports/_resources/port1.0/group/python31-1.0.tcl (from rev 56732, trunk/dports/_resources/port1.0/group/python30-1.0.tcl)
===================================================================
--- trunk/dports/_resources/port1.0/group/python31-1.0.tcl	                        (rev 0)
+++ trunk/dports/_resources/port1.0/group/python31-1.0.tcl	2009-09-02 03:37:21 UTC (rev 56777)
@@ -0,0 +1,59 @@
+# et:ts=4
+# python31-1.0.tcl
+#
+# $Id$
+#
+# Copyright (c) 2007 Markus W. Weissman <mww at macports.org>,
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+# 3. Neither the name of Apple Computer, Inc. nor the names of its
+#    contributors may be used to endorse or promote products derived from
+#    this software without specific prior written permission.
+# 
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+set python.branch	3.1
+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}
+
+categories		python
+
+dist_subdir		python
+
+depends_lib		port:python31
+
+use_configure	no
+
+build.cmd		${python.bin} setup.py --no-user-cfg
+build.target	build
+
+destroot.cmd	${python.bin} setup.py --no-user-cfg
+destroot.destdir	--prefix=${python.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/20090901/9474ee2c/attachment.html>


More information about the macports-changes mailing list