[35961] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Apr 11 03:18:28 PDT 2008


Revision: 35961
          http://trac.macosforge.org/projects/macports/changeset/35961
Author:   jmr at macports.org
Date:     2008-04-11 03:18:27 -0700 (Fri, 11 Apr 2008)

Log Message:
-----------
New: python25 version of py-psyco

Added Paths:
-----------
    trunk/dports/python/py25-psyco/
    trunk/dports/python/py25-psyco/Portfile

Added: trunk/dports/python/py25-psyco/Portfile
===================================================================
--- trunk/dports/python/py25-psyco/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-psyco/Portfile	2008-04-11 10:18:27 UTC (rev 35961)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name                    py25-psyco
+version                 1.6
+platforms               darwin
+maintainers             jmr openmaintainer
+description             a python specializing compiler
+long_description        Psyco is a Python extension module which can \
+                        massively speed up the execution of any Python code.
+
+homepage                http://psyco.sourceforge.net/
+master_sites            sourceforge:psyco
+distname                psyco-${version}-src
+checksums               md5 8816fca8ba521e05d18dde3e1a11b0bd \
+                        sha1 3c1ffa70b1a37bd855454d41d41a830e9ea82e7d \
+                        rmd160 472669a7a3714aae63710fd9bc5322b4b5214944
+worksrcdir              psyco-${version}
+
+extract.post_args       "| tar -xf - --exclude '.cvsignore'"
+
+pre-fetch {
+	if {![variant_isset darwin_i386]} {
+		return -code error "psyco only works on Intel machines"
+	}
+}
+
+post-destroot {
+        xinstall -m 644 -W ${worksrcpath} README.txt \
+                 ${destroot}${prefix}/share/doc/${name}
+        file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}/
+}
+
+platform darwin i386 {}


Property changes on: trunk/dports/python/py25-psyco/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080411/4dbfd56f/attachment.html


More information about the macports-changes mailing list