Files
2026-07-06 08:13:36 -05:00

34 lines
1.1 KiB
Tcl

# -*- 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.2026.7.6.1.1.20
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 ed74bab2372df3ec516e2e1f12d8ae5c2c24a838 \
sha256 bc38de235802c9f006c8a04693706e2adcc9e7ac1cbf415dc042b5f0ac14f1f3 \
size 1939850
python.versions 310 311 312 313 314
python.pep517_backend \
hatch
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-hatch-vcs
}