[111399] trunk/dports/python/py26-pyphant

rowue at macports.org rowue at macports.org
Fri Sep 20 03:28:03 PDT 2013


Revision: 111399
          https://trac.macports.org/changeset/111399
Author:   rowue at macports.org
Date:     2013-09-20 03:28:02 -0700 (Fri, 20 Sep 2013)
Log Message:
-----------
py26-pyphant: update to 1.0b2

Modified Paths:
--------------
    trunk/dports/python/py26-pyphant/Portfile
    trunk/dports/python/py26-pyphant/files/pyphant

Modified: trunk/dports/python/py26-pyphant/Portfile
===================================================================
--- trunk/dports/python/py26-pyphant/Portfile	2013-09-20 09:49:48 UTC (rev 111398)
+++ trunk/dports/python/py26-pyphant/Portfile	2013-09-20 10:28:02 UTC (rev 111399)
@@ -6,7 +6,7 @@
 PortGroup           wxWidgets 1.0
 
 name                py26-pyphant
-version             0.8a1
+version             1.0b2
 revision            1
 categories-append   science
 description         python framework for analysing and managing scientific data
@@ -47,6 +47,8 @@
                     port:py26-simplejson \
                     port:py26-paste \
                     port:py26-mx-base \
+                    port:py26-tornado \
+                    port:py26-configobj \
                     port:py26-pyphant-fmf \
                     port:py26-pyphant-imageprocessing \
                     port:py26-pyphant-osc \
@@ -62,9 +64,9 @@
 distname            pyphant-${version}
 # use_bzip2           yes
 
-checksums           md5     9e0615eb5392ac12bc8ccb2237694f86 \
-                    sha1    cfb003606a3a958e6474549e2bd9b7ece11e7c0c \
-                    rmd160  ac14b0098279bc1582a3041a6a7f6705b73eed1d
+checksums           md5     154737761de5db60c6d58f45449bde4e \
+                    sha1    42bbae9a89ed12f66cb7cf9edd98576f0de9d35b \
+                    rmd160  76f6d419e97a2ec964065e68ec271733eb90cec1
 
 use_configure       no
 

Modified: trunk/dports/python/py26-pyphant/files/pyphant
===================================================================
--- trunk/dports/python/py26-pyphant/files/pyphant	2013-09-20 09:49:48 UTC (rev 111398)
+++ trunk/dports/python/py26-pyphant/files/pyphant	2013-09-20 10:28:02 UTC (rev 111399)
@@ -1,6 +1,8 @@
 #!/bin/bash
 if [ -x @APPDIR@/X11.app/Contents/MacOS/X11 ]; then
 	open -a @APPDIR@/X11.app/Contents/MacOS/X11 @PREFIX@/bin/wxPyphant-2.6
+elif [ -x /Applications/Utilities/XQuartz.app/Contents/MacOS/X11 ]; then
+	open -a /Applications/Utilities/XQuartz.app/Contents/MacOS/X11 @PREFIX@/bin/wxPyphant-2.6
 else 
 	open -a /Applications/Utilities/X11.app/Contents/MacOS/X11 @PREFIX@/bin/wxPyphant-2.6
 fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130920/de88bfb2/attachment.html>


More information about the macports-changes mailing list