[74684] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Dec 28 05:19:09 PST 2010


Revision: 74684
          http://trac.macports.org/changeset/74684
Author:   macsforever2000 at macports.org
Date:     2010-12-28 05:19:03 -0800 (Tue, 28 Dec 2010)
Log Message:
-----------
py26-pymca: Added new port. (#27458)

Added Paths:
-----------
    trunk/dports/python/py26-pymca/
    trunk/dports/python/py26-pymca/Portfile

Added: trunk/dports/python/py26-pymca/Portfile
===================================================================
--- trunk/dports/python/py26-pymca/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pymca/Portfile	2010-12-28 13:19:03 UTC (rev 74684)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pymca
+version             4.4.1p1
+revision            0
+platforms           darwin
+categories          python
+maintainers         me.com:Tom.Schoonjans
+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
+homepage            http://pymca.sourceforge.net
+master_sites        sourceforge:pymca
+distfiles           pymca${version}-src.tgz
+ 
+checksums           md5     92d77e55975c27c8693356a567e95d28 \
+                    sha1    c0d08e0e2904c1db1bb23ba828c977c1b8b8b295 \
+                    rmd160  9d24861f5c95b8721858ffa0e5bca107b9c3f97c
+
+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
+destroot.post_args  --install-scripts ${destroot}${prefix}/bin
+
+depends_lib-append  port:py26-numpy port:py26-pyqwt port:py26-mdp-toolkit \
+                    port:py26-opengl port:py26-matplotlib port:py26-h5py
+
+post-destroot {
+                    system "chmod -R a+r ${destroot}${prefix}"
+}
+universal_variant   no


Property changes on: trunk/dports/python/py26-pymca/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101228/48ad7f17/attachment.html>


More information about the macports-changes mailing list