# -*- 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.23
revision            0
categories          python
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  6fe57c25cef7a838a111ffeacd3bb5cefa830ddf \
                    sha256  d3fb9477e4bf4c39d10497d4ff15e5271b7ac03fa101e1821aac527d646eccf9 \
                    size    44989

python.versions     39 310 311 312 313

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