[82768] trunk/dports/python/py-yt/Portfile

robitaille at macports.org robitaille at macports.org
Fri Aug 19 16:53:21 PDT 2011


Revision: 82768
          http://trac.macports.org/changeset/82768
Author:   robitaille at macports.org
Date:     2011-08-19 16:53:21 -0700 (Fri, 19 Aug 2011)
Log Message:
-----------
py-yt: fixed issues with installation

Modified Paths:
--------------
    trunk/dports/python/py-yt/Portfile

Modified: trunk/dports/python/py-yt/Portfile
===================================================================
--- trunk/dports/python/py-yt/Portfile	2011-08-19 23:49:06 UTC (rev 82767)
+++ trunk/dports/python/py-yt/Portfile	2011-08-19 23:53:21 UTC (rev 82768)
@@ -6,6 +6,7 @@
 
 name                py-yt
 version             2.1
+revision            1
 maintainers         robitaille openmaintainer
 
 categories-append   science
@@ -35,5 +36,12 @@
 if {${subport} != ${name}} {
     depends_run-append  port:py${python.version}-numpy \
                         port:py${python.version}-matplotlib \
-                        port:py${python.version}-h5py
+                        port:py${python.version}-h5py \
+                        port:py${python.version}-cython
 }
+
+post-extract {
+    file rename ${workpath}/yt_analysis-yt-yt-${version} ${workpath}/yt-${version}
+}
+
+patchfiles patch-freetype_writer.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110819/77ae6050/attachment.html>


More information about the macports-changes mailing list