# -*- 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-sgp4
version             2.26
revision            0

categories-append   science
platforms           darwin
license             MIT
maintainers         {mps @Schamschula} openmaintainer
homepage            https://github.com/brandon-rhodes/python-sgp4

description         Most recent SGP4 satellite tracking algorithm in Python.
long_description    \
    This Python package computes the position and velocity of an \
    earth-orbiting satellite, given the satellite's TLE orbital elements \
    from a source like Celestrak.  Algorithm described in paper \
    AIAA 2006-6753\; see http://goo.gl/OaVlLh

checksums           rmd160  fec72934166304fee4688a4797533733f6c9f1a6 \
                    sha256  48d15763b6af9393fc2024190705588dd3650fcd90133ab980e00bc5607c606e \
                    size    157896

python.versions     310 311 312 313 314
