# -*- 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-peakutils python.rootname PeakUtils version 1.3.4 revision 0 categories-append science platforms {darwin any} supported_archs noarch license MIT maintainers {reneeotten @reneeotten} openmaintainer description Peak detection utilities for 1D data long_description {*}${description} homepage https://peakutils.readthedocs.io checksums rmd160 33c0e340e1489e71ccb4096a97d1cd16fc81a570 \ sha256 8920426a39424ea9f025cd76a0c19150107143670bea47e4935d4435f65e6370 \ size 117424 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy \ port:py${python.version}-scipy test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst \ LICENSE.txt ${destroot}${docdir} } }