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

checksums           rmd160  a155f5be313b3be591e8f641c3198222c02e2578 \
                    sha256  b15008eee9bbe51a655a9312fc8a7c9cd22ee651e8d863a1e897415ed42dd2d8 \
                    size    1884443

python.versions     39 310 311 312

if {${name} ne ${subport}} {
    python.pep517   yes

    depends_build-append \
                    port:py${python.version}-setuptools_scm
}
