# -*- 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.22 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} supported_archs noarch platforms {darwin any} homepage https://github.com/brandon-rhodes/python-jplephem/ checksums rmd160 6327022ff96c581d28cb5683c39298cf9f581fe8 \ sha256 0d9acc7217b4806feba93e72974ceead5611104bce6789af38d4f27dcf7a592c \ size 43113 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-numpy }