# -*- 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.12.2.0.35.34
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  4ddf4eb47afb675dee2a19efb5b8e42ae6a11a73 \
                    sha256  31bfc67c12e0c477632547f9271eafec813227de0b84b89128a1c8b92a637a3d \
                    size    1885456

python.versions     39 310 311 312 313

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

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