# -*- 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.2.0
revision            0
license             BSD
platforms           {darwin any}
supported_archs     noarch
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

checksums           rmd160  7cce8fd79eab830b73cff4a1ebc8fb00bf24fdee \
                    sha256  e709912faf0be2f5843a23af2731e6f76ed6c279b29df5989e1520992fa3c5cf \
                    size    272660

python.versions     39 310 311 312 313

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