# -*- 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-asdf-standard
python.rootname     asdf_standard
version             1.4.0
revision            0
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         This document describes the Advanced Scientific Data Format (ASDF), pronounced AZ-diff.
long_description    {*}${description}
homepage            https://github.com/asdf-format/asdf-standard

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  f5d0e53ed3b1d1ea8cacb0c9da753dc5d7454dfc \
                    sha256  0c5f121d0db87cb7780d61a087f392c5104ce208016cfb2a130c9cea912cfddc \
                    size    275426

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools_scm
}
