# -*- 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-coordinates-schemas
python.rootname     asdf_coordinates_schemas
version             0.3.0
revision            0
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         This package provides ASDF schemas for validating coordinates tags.
long_description    {*}${description}
homepage            https://github.com/asdf-format/asdf-coordinates-schemas

checksums           rmd160  77225ac44b32b62be7c88894d0bf16c94034de28 \
                    sha256  c98b6015dcec87a158fcde7798583f0615d08125fa6e1e9de16c4eb03fcd604e \
                    size    54499

python.versions     39 310 311 312 313

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

    depends_lib-append  \
                    port:py${python.version}-asdf
}
