# -*- 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-jplephem
version             2.24
revision            0

categories-append   science
license             MIT
maintainers         {mps @Schamschula} openmaintainer
description         The package is a Python implementation of the math that standard JPL \
                    ephemerides use to predict raw (x,y,z) planetary positions.
long_description    {*}${description}
homepage            https://github.com/brandon-rhodes/python-jplephem/

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  c0dbf40eb4ceefb25b42b46f6715a1e89b9a4ed7 \
                    sha256  354fe1adae022264ab46f18afb6af26211277cfd7b3ef90400755fcabe93bc11 \
                    size    45289

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-numpy
}
