# -*- 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                chemex
# Pegged to 2022.3.5 due to https://trac.macports.org/ticket/72522
version             2022.3.5
revision            0

categories-prepend  science
supported_archs     noarch
platforms           {darwin any}
license             GPL-3+
maintainers         nomaintainer

description         ChemEx is an analysis program for chemical exchange detected by NMR
long_description    {*}${description}

homepage            https://github.com/gbouvignies/chemex

checksums           rmd160  86201c4a180394f514d062e3cc1a2d950f534c0f \
                    sha256  74bcc32b4d6d2d9e80e2ee0ae74fbb98dbac1f7890081d0a02b33568c53cc543 \
                    size    84862

python.default_version 313
python.pep517_backend poetry

depends_lib-append  port:py${python.version}-cachetools \
                    port:py${python.version}-dill \
                    port:py${python.version}-lmfit \
                    port:py${python.version}-matplotlib \
                    port:py${python.version}-numpy \
                    port:py${python.version}-pydantic \
                    port:py${python.version}-rapidfuzz \
                    port:py${python.version}-rich \
                    port:py${python.version}-scipy \
                    port:py${python.version}-tomli
