# -*- 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                peakipy
version             2.1.2
revision            0

categories-prepend  science
platforms           {darwin any}
supported_archs     noarch
license             GPL-3
maintainers         {reneeotten @reneeotten} openmaintainer

description         Deconvolute overlapping NMR peaks
long_description    {*}${description}

homepage            https://j-brady.github.io/peakipy

checksums           rmd160  b267c59d5259a83c64765d3925b46b3281dd25a8 \
                    sha256  e5f4103741d06e76ad2d5ab24b2a0f40668511c08ce482da2553b5b1539b4bed \
                    size    29958116

python.default_version 313
python.pep517_backend hatch

depends_lib-append  port:py${python.version}-bokeh \
                    port:py${python.version}-jedi \
                    port:py${python.version}-jinja2 \
                    port:py${python.version}-lmfit \
                    port:py${python.version}-matplotlib \
                    port:py${python.version}-nmrglue \
                    port:py${python.version}-numdifftools \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pandas \
                    port:py${python.version}-panel \
                    port:py${python.version}-plotly \
                    port:py${python.version}-plotpy \
                    port:py${python.version}-pydantic \
                    port:py${python.version}-yaml \
                    port:py${python.version}-rich \
                    port:py${python.version}-scikit-image \
                    port:py${python.version}-scipy \
                    port:py${python.version}-statsmodels \
                    port:py${python.version}-tqdm \
                    port:py${python.version}-typer
