# -*- 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
PortGroup           github 1.0

github.setup        brandon-rhodes python-sgp4 2.3 v

name                py-sgp4
categories-append   science
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

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  302fec753fecc901d67d064427cde487c169ce4a \
                    sha256  c8464fa4252c251229f3ac2518836c82211dd600aacb1fbbb366e8f0e477e51b \
                    size    138501

python.versions     37 38

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

	livecheck.type      none
}
