# -*- 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-pyerfa version 2.0.1.4 revision 0 categories-append science license BSD maintainers {mps @Schamschula} openmaintainer description PyERFA is the Python wrapper for the ERFA library long_description {*}${description} (Essential Routines for Fundamental Astronomy), a \ C library containing key algorithms for astronomy, which is based on \ the SOFA library published by the International Astronomical Union \ (IAU). platforms darwin homepage https://github.com/liberfa/pyerfa checksums rmd160 6df372113d200d9d811c06b150c1e9731b19b2c9 \ sha256 acb8a6713232ea35c04bc6e40ac4e461dfcc817d395ef2a3c8051c1a33249dd3 \ size 817421 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-packaging \ port:py${python.version}-setuptools_scm depends_lib-append \ port:erfa \ port:py${python.version}-jinja2 \ port:py${python.version}-numpy # py-numpy >= 2.0.0 is only required when building wheels for PyPI patchfiles patch-pyproject.toml.diff }