1 | # -*- 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 |
---|
2 | # $Id: |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | fetch.type svn |
---|
8 | svn.url https://pymca.svn.sourceforge.net/svnroot/pymca |
---|
9 | svn.revision 1343 |
---|
10 | svn.method checkout |
---|
11 | |
---|
12 | name py26-pymca-devel |
---|
13 | version 4.4.2-${svn.revision} |
---|
14 | revision 0 |
---|
15 | platforms darwin |
---|
16 | categories python |
---|
17 | maintainers me.com:Tom.Schoonjans |
---|
18 | description Mapping and X-Ray Fluorescence Analysis |
---|
19 | |
---|
20 | long_description Stand-alone application and Python tools \ |
---|
21 | for interactive and/or batch processing analysis \ |
---|
22 | of X-Ray Fluorescence Spectra. \ |
---|
23 | Graphical user interface (GUI) and \ |
---|
24 | batch processing capabilities provided |
---|
25 | homepage http://pymca.sourceforge.net |
---|
26 | |
---|
27 | conflicts py26-pymca |
---|
28 | |
---|
29 | build.cmd-delete --no-user-cfg |
---|
30 | build.env-append SPECFILE_USE_GNU_SOURCE=1 |
---|
31 | build.cmd echo yes | ${python.bin} setup.py |
---|
32 | worksrcdir PyMca |
---|
33 | |
---|
34 | destroot.cmd echo yes | ${python.bin} setup.py |
---|
35 | destroot.post_args --install-scripts ${destroot}${prefix}/bin |
---|
36 | |
---|
37 | depends_lib-append port:py26-numpy port:py26-pyqwt port:py26-mdp-toolkit \ |
---|
38 | port:py26-opengl port:py26-matplotlib port:py26-h5py |
---|
39 | |
---|
40 | post-destroot { |
---|
41 | system "chmod -R a+r ${destroot}${prefix}" |
---|
42 | } |
---|
43 | universal_variant no |
---|