# -*- 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-skyfield version 1.50 revision 0 categories python license MIT maintainers {mps @Schamschula} openmaintainer description Skyfield is a pure-Python astronomy package that makes it easy to \ generate high precision research-grade positions for planets and \ Earth satellites. long_description {*}${description} supported_archs noarch platforms {darwin any} homepage https://rhodesmill.org/skyfield/ checksums rmd160 36c193216ec3b0b20171de9bb5e7f9cc4ffdb4d0 \ sha256 3dd287fbed42ddcf32bdbf7d12b90cbeaf5f44fcefce700cd49514f5776c66ba \ size 309555 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-astropy \ port:py${python.version}-beautifulsoup4 \ port:py${python.version}-certifi \ port:py${python.version}-dateutil \ port:py${python.version}-html5lib \ port:py${python.version}-jplephem \ port:py${python.version}-lxml \ port:py${python.version}-mock \ port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ port:py${python.version}-pandas \ port:py${python.version}-pyflakes \ port:py${python.version}-sgp4 \ port:py${python.version}-sphinx \ port:py${python.version}-spktype21 \ port:py${python.version}-tz }