# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-nmrglue version 0.7 revision 0 categories-append science maintainers nomaintainer platforms darwin license BSD description A module for working with NMR data in Python long_description nmrglue is a module for working with NMR data in Python. \ When used with the Numpy, Scipy, and matplotlib packages \ nmrglue provides a robust interpreted environment for processing, \ analysing, and inspecting NMR data. supported_archs noarch homepage https://nmrglue.com master_sites pypi:n/nmrglue/ distname nmrglue-${version} checksums rmd160 e1c9c4d52186faabd27237d052374910121fda99 \ sha256 24e0b88de46046a55315673bcaa6d13c854155e43ddb3742aa2af680890cf323 \ size 166596 python.versions 27 34 35 36 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-scipy depends_test-append \ port:py${python.version}-nose test.run yes test.cmd nosetests-${python.branch} test.target post-destroot { xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} TODO.txt LICENSE.txt INSTALL.txt \ README.rst ${destroot}${prefix}/share/doc/${subport} } livecheck.type none }