[54049] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Sun Jul 19 14:08:48 PDT 2009


Revision: 54049
          http://trac.macports.org/changeset/54049
Author:   jameskyle at macports.org
Date:     2009-07-19 14:08:48 -0700 (Sun, 19 Jul 2009)
Log Message:
-----------
Python 2.6 bindings for the Open Dynamics Engine

Added Paths:
-----------
    trunk/dports/python/py26-ode/
    trunk/dports/python/py26-ode/Portfile
    trunk/dports/python/py26-ode/files/
    trunk/dports/python/py26-ode/files/patch-setup-py.diff

Added: trunk/dports/python/py26-ode/Portfile
===================================================================
--- trunk/dports/python/py26-ode/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-ode/Portfile	2009-07-19 21:08:48 UTC (rev 54049)
@@ -0,0 +1,27 @@
+# $Id: Portfile 53123 2009-06-30 03:06:42Z jameskyle at macports.org $
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-ode
+version         1.2.0
+categories      python
+maintainers     jameskyle
+description     Python bindings for The Open Dynamics Engine
+long_description ${description}.
+platforms       darwin
+homepage        http://pyode.sourceforge.net/
+master_sites    sourceforge:pyode
+distname        PyODE-${version}
+use_bzip2       yes
+checksums       md5     ab72f3acc635371fd454978e5a97591c \
+                sha1    381627b3ab36840fbdd178e53d53d221f1017699 \
+                rmd160  1d158b3484e6bcb1f83f18be979d40ecdf1cae36
+
+
+depends_lib-append port:ode
+
+patchfiles      patch-setup-py.diff
+post-patch {
+  reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
+}


Property changes on: trunk/dports/python/py26-ode/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-ode/files/patch-setup-py.diff
===================================================================
--- trunk/dports/python/py26-ode/files/patch-setup-py.diff	                        (rev 0)
+++ trunk/dports/python/py26-ode/files/patch-setup-py.diff	2009-07-19 21:08:48 UTC (rev 54049)
@@ -0,0 +1,11 @@
+--- setup.py.old	2009-06-29 19:59:53.000000000 -0700
++++ setup.py	2009-06-29 20:00:12.000000000 -0700
+@@ -8,7 +8,7 @@
+ from stat import *
+ 
+ # Include directories
+-INC_DIRS = []
++INC_DIRS = ['@@PREFIX@@/include']
+ # Library directories
+ LIB_DIRS = []
+ # Libraries to link with
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090719/04497cb9/attachment.html>


More information about the macports-changes mailing list