[143289] trunk/dports/python/py-pymca/Portfile

petr at macports.org petr at macports.org
Sat Dec 12 09:21:24 PST 2015


Revision: 143289
          https://trac.macports.org/changeset/143289
Author:   petr at macports.org
Date:     2015-12-09 14:20:09 -0800 (Wed, 09 Dec 2015)
Log Message:
-----------
py-pymca: nonsemantic format fixes

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

Modified: trunk/dports/python/py-pymca/Portfile
===================================================================
--- trunk/dports/python/py-pymca/Portfile	2015-12-09 22:06:58 UTC (rev 143288)
+++ trunk/dports/python/py-pymca/Portfile	2015-12-09 22:20:09 UTC (rev 143289)
@@ -8,13 +8,14 @@
 version             4.4.1p1
 platforms           darwin
 maintainers         nomaintainer
+
 description         Mapping and X-Ray Fluorescence Analysis
 
-long_description    Stand-alone application and Python tools \
-                    for interactive and/or batch processing analysis \
-                    of X-Ray Fluorescence Spectra. \
-                    Graphical user interface (GUI) and \
-                    batch processing capabilities provided
+long_description    \
+    Stand-alone application and Python tools for interactive and/or batch \
+    processing analysis of X-Ray Fluorescence Spectra. Graphical user \
+    interface (GUI) and batch processing capabilities provided.
+
 homepage            http://pymca.sourceforge.net
 master_sites        sourceforge:pymca
 distfiles           pymca${version}-src.tgz
@@ -26,18 +27,24 @@
 python.versions     27
 
 if {$subport ne $name} {
+    depends_lib-append  port:py${python.version}-h5py \
+                        port:py${python.version}-matplotlib \
+                        port:py${python.version}-mdp-toolkit \
+                        port:py${python.version}-numpy \
+                        port:py${python.version}-opengl \
+                        port:py${python.version}-pyqwt
+
+    universal_variant   no
+
+    worksrcdir          PyMca${version}
+
     build.cmd-delete    --no-user-cfg
     build.env-append    SPECFILE_USE_GNU_SOURCE=1
     build.cmd           echo yes | ${python.bin} setup.py
-    worksrcdir          PyMca${version}
 
     destroot.cmd        echo yes | ${python.bin} setup.py
 
-    depends_lib-append  port:py${python.version}-numpy port:py${python.version}-pyqwt port:py${python.version}-mdp-toolkit \
-                        port:py${python.version}-opengl port:py${python.version}-matplotlib port:py${python.version}-h5py
-
     post-destroot {
-                        system "chmod -R a+r ${destroot}${prefix}"
+        system "chmod -R a+r ${destroot}${prefix}"
     }
-    universal_variant   no
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ac5b7c3f/attachment-0001.html>


More information about the macports-changes mailing list