[113372] trunk/dports/python/py-ode

mojca at macports.org mojca at macports.org
Thu Nov 14 08:52:55 PST 2013


Revision: 113372
          https://trac.macports.org/changeset/113372
Author:   mojca at macports.org
Date:     2013-11-14 08:52:55 -0800 (Thu, 14 Nov 2013)
Log Message:
-----------
py-ode: upgrade to 1.2.1, add support for Python 2.7, license, master_sites (#39378)

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

Modified: trunk/dports/python/py-ode/Portfile
===================================================================
--- trunk/dports/python/py-ode/Portfile	2013-11-14 16:44:12 UTC (rev 113371)
+++ trunk/dports/python/py-ode/Portfile	2013-11-14 16:52:55 UTC (rev 113372)
@@ -5,21 +5,22 @@
 PortGroup           python 1.0
 
 name                py-ode
-version             1.2.0
+version             1.2.1
+categories-append   games graphics
+license             {LGPL-2.1+ BSD}
 maintainers         jameskyle
 description         Python bindings for The Open Dynamics Engine
-long_description    ${description}.
+long_description    ${description}, an open-source physics engine.
 platforms           darwin
 homepage            http://pyode.sourceforge.net/
-master_sites        sourceforge:pyode
+master_sites        http://pypi.python.org/packages/source/P/PyODE
 distname            PyODE-${version}
-use_bzip2           yes
-checksums           md5     ab72f3acc635371fd454978e5a97591c \
-                    sha1    381627b3ab36840fbdd178e53d53d221f1017699 \
-                    rmd160  1d158b3484e6bcb1f83f18be979d40ecdf1cae36
 
-python.versions     25 26
+checksums           md5     02015056f80121c4730178e8198c19c8 \
+                    rmd160  ae23ba127a472407aa8fde7e33c5115f3efbacbe \
+                    sha256  29062581255e1bf3cd91e5630225f1e5bc3e7e9446f94a325f9467cb9b08be67
 
+python.versions     25 26 27
 if {$subport ne $name} {
     depends_lib-append port:ode
 

Modified: trunk/dports/python/py-ode/files/patch-setup-py.diff
===================================================================
--- trunk/dports/python/py-ode/files/patch-setup-py.diff	2013-11-14 16:44:12 UTC (rev 113371)
+++ trunk/dports/python/py-ode/files/patch-setup-py.diff	2013-11-14 16:52:55 UTC (rev 113372)
@@ -1,7 +1,7 @@
---- setup.py.old	2012-06-04 15:53:45.000000000 -0700
-+++ setup.py	2012-06-04 15:51:00.000000000 -0700
-@@ -8,13 +8,13 @@
- from stat import *
+--- setup.py.orig
++++ setup.py
+@@ -12,13 +12,13 @@
+    return f.read()
  
  # Include directories
 -INC_DIRS = []
@@ -13,6 +13,6 @@
  # Additional compiler arguments
 -CC_ARGS = []
 +CC_ARGS = ['-D dDOUBLE']
+ CC_ARGS.extend(system("ode-config --cflags").split())
  # Additional linker arguments
  LINK_ARGS = []
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131114/17b084b2/attachment-0001.html>


More information about the macports-changes mailing list