# -*- 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-astropy-iers-data
python.rootname     astropy_iers_data
version             0.2025.10.13.0.37.17
revision            0
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         IERS Earth Rotation and Leap Second tables for the astropy core \
                    package
long_description    {*}${description}
homepage            https://github.com/astropy/astropy-iers-data

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  751a4e1f61b8a6e9e1a65c6eed88670a0b08f4e0 \
                    sha256  c1ecc6a8fc407e2388a309490a28bddfea6e049269ce490607218dab97cd0df6 \
                    size    1911429

python.versions     39 310 311 312 313

python.pep517_backend \
                    hatch

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