# -*- 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-snuggs
version             1.4.7
revision            0
categories-append   devel math
license             MIT
platforms           {darwin any}
supported_archs     noarch

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         Snuggs are s-expressions for Numpy
long_description    {*}${description}

homepage            https://github.com/mapbox/snuggs

checksums           rmd160  9cfb40144452fe72f41982351c21bdd75465de31 \
                    sha256  501cf113fe3892e14e2fee76da5cd0606b7e149c411c271898e6259ebde2617b \
                    size    8196

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-parsing \
                        port:py${python.version}-numpy \
                        port:py${python.version}-click

    test.run        yes
    depends_test-append port:py${python.version}-hypothesis
}
